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

/freebsd-current/contrib/tcsh/
H A Dsh.exec.c888 char *strname; local
894 strname = short2str(path);
898 strname = short2str(name);
900 return (stat(strname, &stbuf) != -1 &&
905 access(strname, X_OK) == 0

Completed in 49 milliseconds