Searched refs:pathfind (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.3-release/contrib/ntp/sntp/libopts/compat/
H A Dpathfind.c3 /* pathfind.c --- find a FILE MODE along PATH */
10 pathfind( char const * path,
18 pathfind( char const * path, function
31 * local implementation of pathfind.
38 pathfind( char const * path, function
294 * end of compat/pathfind.c */
/freebsd-10.3-release/contrib/ntp/sntp/libopts/
H A DMakefile.am50 compat/strdup.c compat/_Noreturn.h compat/pathfind.c \
H A Dinit.c107 pz = pathfind(getenv("PATH"), pname, "rx");
H A Dautoopts.c41 # define pathfind(_p, _n, _m) option_pathfind(_p, _n, _m) macro
42 # include "compat/pathfind.c"
H A Dload.c223 * for the program using "pathfind".
228 path = pathfind(getenv("PATH"), prg_path, "rx");
256 * If the "path" path was gotten from "pathfind()", then it was
H A DMakefile.in470 compat/strdup.c compat/_Noreturn.h compat/pathfind.c \
/freebsd-10.3-release/contrib/gcc/
H A Dsys-protos.h814 extern char * pathfind(const char *, const char *, const char *);
/freebsd-10.3-release/contrib/ntp/sntp/
H A Dconfigure23530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pathfind in -lgen" >&5
23531 $as_echo_n "checking for pathfind in -lgen... " >&6; }
23546 char pathfind ();
23550 return pathfind ();
24260 # Check to see if pathfind(3) works.
24262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pathfind(3) works" >&5
24263 $as_echo_n "checking whether pathfind(3) works... " >&6; }
24277 char * pz = pathfind( getenv( "PATH" ), "sh", "x" );
/freebsd-10.3-release/contrib/ntp/
H A Dconfigure15251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pathfind in -lgen" >&5
15252 $as_echo_n "checking for pathfind in -lgen... " >&6; }
15267 char pathfind ();
15271 return pathfind ();

Completed in 175 milliseconds