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

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dexecvp.c44 static char *execat(char *, char *, char *);
76 cp = execat(cp, name, fname);
111 execat(char *s1, char *s2, char *si) function
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dexecvp.c49 static const char *execat(const char *, const char *, char *);
128 * contain '/', the last call to execat() will result in an
150 cp = execat(cp, name, fname);
200 execat(const char *s1, const char *s2, char *si) function
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dspawn.c346 execat(const char *s1, const char *s2, char *si) function
451 * contain '/', the last call to execat() will result in an
471 cp = execat(cp, file, path);
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dexec.c161 execat(const char *s1, const char *s2, char *si) function
214 cp = execat(cp, name, fname);

Completed in 74 milliseconds