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

12345

/netbsd-6-1-5-RELEASE/external/bsd/mdocml/dist/
H A Dcatman.c468 char *slash; local
471 slash = path;
475 slash += strspn(slash, "/");
477 slash += strcspn(slash, "/");
479 done = (*slash == '\0');
480 *slash = '\0';
485 *slash = '/';
507 *slash
[all...]
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/
H A Dmsg_xlat.sh60 slash="/"
131 m="${msg%%$close_brace*$slash[*]*[*]$slash}"
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/win32/
H A Dfile.c611 char *dir, *file, *slash; local
614 slash = strrchr(path, '/');
617 if ((slash != NULL && backslash != NULL && backslash > slash) ||
618 (slash == NULL && backslash != NULL))
619 slash = backslash;
621 if (slash == path) {
622 file = ++slash;
624 } else if (slash != NULL) {
625 file = ++slash;
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/grep/lib/
H A Dsavedir.c82 int slash; local
91 slash = (path[dirlen] != '/');
93 strcpy (path + dirlen + slash , file);
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/setkey/
H A Dtoken.l99 slash \/
108 ipaddrmask {slash}{digit}{1,3}
270 {slash} { return SLASH; }
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/postfix/
H A Dpostfix.c393 char *slash; local
435 if ((slash = strrchr(argv[0], '/')) != 0 && slash[1])
436 argv[0] = slash + 1;
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/libipsec/
H A Dpolicy_token.l79 slash \/
147 {slash} { return(SLASH); }
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr_feedback.c114 char slash; local
140 &enum_val, &slash, denom_str, &junk)) {
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_feedback.c114 char slash; local
140 &enum_val, &slash, denom_str, &junk)) {
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgetcap.c336 int c, slash; local
350 slash = 0;
381 if (slash) {
382 slash = 0;
388 if (slash) {
389 slash = 0;
404 slash = 1;
702 static int slash; variable
714 slash = 0;
765 slash
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dgetcap.c373 int c, slash; local
387 slash = 0;
420 if (slash) {
421 slash = 0;
427 if (slash) {
428 slash = 0;
443 slash = 1;
756 static int slash; variable
768 slash = 0;
824 slash
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/less/dist/
H A Dfilename.c439 char *slash; local
441 for (slash = s+strlen(s)-1; slash > s; slash--)
442 if (*slash == *PATHNAME_SEP || *slash == '/')
446 if (strchr(slash, '.') == NULL)
1077 char *slash; local
1079 for (slash = name + strlen(name); slash > nam
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/units/
H A Dunits.c308 char *divider, *slash; local
312 for (slash = scratch + 1; *slash; slash++)
313 if (*slash == '-' &&
314 (tolower((unsigned char)*(slash - 1)) != 'e' ||
315 !strchr(".0123456789", *(slash + 1))))
316 *slash = ' ';
317 slash = strchr(scratch, '/');
318 if (slash)
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/rdata/in_1/
H A Dapl_42.c37 char *cp, *ap, *slash; local
64 slash = strchr(ap, '/');
65 if (slash == NULL || slash == ap)
67 RETTOK(isc_parse_uint8(&prefix, slash + 1, 10));
70 *slash = '\0';
72 *slash = '/';
83 *slash = '\0';
85 *slash = '/';
/netbsd-6-1-5-RELEASE/dist/ipf/lib/
H A Dload_http.c177 char *slash; local
179 slash = u;
184 u = slash;
/netbsd-6-1-5-RELEASE/external/bsd/iscsi/dist/src/initiator/
H A Dvirtdir.c72 char *slash; local
75 for (slash = name + 1 ; (slash = strchr(slash + 1, '/')) != NULL ; ) {
76 *slash = 0x0;
80 *slash = '/';
110 /* XXX - trailing slash? */
/netbsd-6-1-5-RELEASE/share/examples/refuse/virtdir/
H A Dvirtdir.c72 char *slash; local
75 for (slash = name + 1 ; (slash = strchr(slash + 1, '/')) != NULL ; ) {
76 *slash = 0x0;
80 *slash = '/';
108 /* XXX - trailing slash? */
/netbsd-6-1-5-RELEASE/bin/csh/
H A Dexec.c115 int slash; local
148 slash = any(short2str(expath), '/');
198 if (pathv == 0 || pathv->vec[0] == 0 || slash)
215 if (!slash && pv[0][0] == '/' && havhash) {
510 int slash; local
513 slash = any(short2str(name), '/');
516 if (v == 0 || v->vec[0] == 0 || slash)
525 if (!slash && pv[0][0] == '/' && havhash) {
701 int slash = any(short2str(sp->word), '/'); local
704 if (v == 0 || v->vec[0] == 0 || slash)
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/unix/
H A Dfile.c545 char *dir, *file, *slash; local
547 slash = strrchr(path, '/');
549 if (slash == path) {
550 file = ++slash;
552 } else if (slash != NULL) {
553 file = ++slash;
554 dir = isc_mem_allocate(mctx, slash - path);
556 strlcpy(dir, path, slash - path);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dbucomm.c458 const char *slash = strrchr (path, '/');
467 if (slash == NULL || (bslash != NULL && bslash > slash))
468 slash = bslash;
469 if (slash == NULL && path[0] != '\0' && path[1] == ':')
470 slash = path + 1;
474 if (slash != (char *) NULL)
476 len = slash - path;
481 /* If tmpname is "X:", appending a slash will make it a root
454 const char *slash = strrchr (path, '/'); local
/netbsd-6-1-5-RELEASE/lib/libpuffs/
H A Dpaths.c256 char *slash; /* sweet char of mine */ local
258 slash = strrchr(po_pre->po_path, '/');
259 assert(slash != NULL);
261 plen = slash - (char *)po_pre->po_path;
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/postqueue/
H A Dpostqueue.c443 char *slash; local
477 if ((slash = strrchr(argv[0], '/')) != 0 && slash[1])
478 argv[0] = slash + 1;
/netbsd-6-1-5-RELEASE/usr.bin/cap_mkdb/
H A Dcap_mkdb.c299 int nelem, slash; local
302 for(nelem = 0, slash = 0; *list && (fp = fopen(*list++, "r")); ) {
307 && *line != '#' && !slash)
310 slash = (line[len - 2] == '\\');
/netbsd-6-1-5-RELEASE/usr.sbin/ypserv/makedbm/
H A Dmakedbm.c231 char *p, *k, *v, *slash; local
253 slash = strrchr(database, '/');
254 if (slash != NULL)
255 slash[1] = '\0'; /* truncate to dir */
/netbsd-6-1-5-RELEASE/usr.sbin/ypserv/mkalias/
H A Dmkalias.c158 char *slash; local
223 slash = strrchr(output, '/');
224 if (slash != NULL)
225 slash[1] = 0; /* truncate to dir */

Completed in 302 milliseconds

12345