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

/freebsd-10-stable/usr.bin/env/
H A Denv.c63 char *altpath, **ep, *p, **parg; local
68 altpath = NULL;
77 altpath = strdup(optarg);
119 if (altpath)
120 search_paths(altpath, argv);

Completed in 106 milliseconds