HomeSort by: relevance | last modified time | path
    Searched defs:path_find (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/env/
env.c 54 static const char *path_find(const char *);
138 if (path_find(*argv) == NULL) /* Could not be found */
142 * We could (should) free the return value from path_find()
166 path_find(const char *name) function in typeref:typename:const char *
env.c 54 static const char *path_find(const char *);
138 if (path_find(*argv) == NULL) /* Could not be found */
142 * We could (should) free the return value from path_find()
166 path_find(const char *name) function in typeref:typename:const char *

Completed in 20 milliseconds