Searched refs:pathfind (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/ntp/sntp/libopts/compat/ |
H A D | pathfind.c | 10 pathfind( char const * path, 18 pathfind( char const * path, in pathfind() function 38 pathfind( char const * path, in pathfind() function
|
/freebsd/contrib/ntp/sntp/libopts/m4/ |
H A D | libopts.m4 | 101 AC_CHECK_LIB(gen, pathfind) 255 AC_MSG_CHECKING([whether pathfind(3) works]) 260 char * pz = pathfind( getenv( "PATH" ), "sh", "x" ); 270 [Define this if pathfind(3) works]) 427 # Check to see if pathfind(3) works.
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | Makefile.am | 49 compat/pathfind.c compat/snprintf.c compat/strchr.c \
|
H A D | init.c | 103 pz = pathfind(getenv("PATH"), (char *)pname, "rx"); in validate_struct()
|
H A D | autoopts.c | 41 # define pathfind(_p, _n, _m) option_pathfind(_p, _n, _m) macro
|
H A D | load.c | 210 path = pathfind(getenv("PATH"), (char *)prg_path, "rx"); in add_prog_path()
|
H A D | Makefile.in | 474 boolean.c check.c compat/compat.h compat/pathfind.c \
|
/freebsd/contrib/ntp/sntp/ |
H A D | config.h.in | 263 /* Define this if pathfind(3) works */
|
H A D | configure | 25693 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pathfind in -lgen" >&5 25694 printf %s "checking for pathfind in -lgen... " >&6; } 25707 char pathfind (); 25711 return pathfind (); 26479 # Check to see if pathfind(3) works. 26481 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether pathfind(3) works" >&5 26482 printf %s "checking whether pathfind(3) works... " >&6; } 26498 char * pz = pathfind( getenv( "PATH" ), "sh", "x" );
|
/freebsd/contrib/ntp/ |
H A D | CommitLog | 5639 sntp/libopts/compat/pathfind.c@1.14 +1 -12 28961 pathfind.c: 28964 sntp/libopts/compat/pathfind.c@1.13 +17 -6 29022 sntp/libopts/compat/pathfind.c@1.12 +5 -5 [all...] |
H A D | configure | 15664 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pathfind in -lgen" >&5 15665 printf %s "checking for pathfind in -lgen... " >&6; } 15678 char pathfind (); 15682 return pathfind ();
|