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

/freebsd-11-stable/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-11-stable/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-11-stable/contrib/gcc/
H A Dsys-protos.h814 extern char * pathfind(const char *, const char *, const char *);
/freebsd-11-stable/contrib/ntp/sntp/
H A Dconfigure23586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pathfind in -lgen" >&5
23587 $as_echo_n "checking for pathfind in -lgen... " >&6; }
23602 char pathfind ();
23606 return pathfind ();
24316 # Check to see if pathfind(3) works.
24318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pathfind(3) works" >&5
24319 $as_echo_n "checking whether pathfind(3) works... " >&6; }
24333 char * pz = pathfind( getenv( "PATH" ), "sh", "x" );
/freebsd-11-stable/contrib/ntp/
H A Dconfigure15248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pathfind in -lgen" >&5
15249 $as_echo_n "checking for pathfind in -lgen... " >&6; }
15264 char pathfind ();
15268 return pathfind ();

Completed in 230 milliseconds