Home
last modified time | relevance | path

Searched refs:hasdirsep (Results 1 – 2 of 2) sorted by relevance

/dports/misc/figlet/figlet-2.2.5/
H A Dfiglet.c310 int hasdirsep(s1) in hasdirsep() function
709 if (!hasdirsep(name)) { /* not a full path name */
/dports/math/units/units-2.16/
H A Dunits.c1471 # define hasdirsep(s) strpbrk((s),"/\\") macro
1474 # define hasdirsep(s) strchr((s),'/') macro
3932 if (!progdir && (isfullpath(progname) || hasdirsep(progname))) in getprogdir()