Searched refs:slash (Results 101 - 104 of 104) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/unix/
H A Dsocket.c4984 char *slash; local
4992 slash = strrchr(path, '/');
4993 if (slash != NULL) {
4994 if (slash != path)
4995 *slash = '\0';
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/unix/
H A Dsocket.c4598 char *slash; local
4606 slash = strrchr(path, '/');
4607 if (slash != NULL) {
4608 if (slash != path)
4609 *slash = '\0';
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/scripts/monitoring/
H A Dntploopwatch52 If <printer> contains a '/' (slash character) output is directed to
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/tools/
H A Dcvs2cl.pl1155 # Note that $common_dir still has its trailing slash
1931 Note about a bug-slash-opportunity:

Completed in 79 milliseconds

12345