HomeSort by: relevance | last modified time | path
    Searched refs:pathfind (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/ntp/dist/sntp/libopts/compat/
pathfind.c 1 /* $NetBSD: pathfind.c,v 1.10 2026/04/20 07:24:37 kre Exp $ */
5 /* pathfind.c --- find a FILE MODE along PATH */
12 pathfind( char const * path,
20 pathfind( char const * path, function
33 * local implementation of pathfind.
40 pathfind( char const * path, function
287 * end of compat/pathfind.c */
  /src/external/bsd/ntp/dist/sntp/libopts/
Makefile.am 49 compat/pathfind.c compat/snprintf.c compat/strchr.c \
init.c 105 pz = pathfind(getenv("PATH"), pname, "rx");
autoopts.c 43 # define pathfind(_p, _n, _m) option_pathfind(_p, _n, _m) macro
44 # include "compat/pathfind.c"
load.c 207 * for the program using "pathfind".
212 path = pathfind(getenv("PATH"), prg_path, "rx");
242 * If the "path" path was gotten from "pathfind()", then it was
  /src/external/bsd/ntp/dist/sntp/
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" );
  /src/external/bsd/ntp/dist/
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 ();

Completed in 36 milliseconds