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

1234567

/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dgetcap.c334 int c, slash; local
348 slash = 0;
379 if (slash) {
380 slash = 0;
386 if (slash) {
387 slash = 0;
402 slash = 1;
700 static int slash; variable
712 slash = 0;
763 slash
[all...]
/macosx-10.10/misc_cmds-33/units/
H A Dunits.c303 char *divider, *slash, *offset; local
310 for (slash = scratch + 1; *slash; slash++)
311 if (*slash == '-' &&
312 (tolower(*(slash - 1)) != 'e' ||
313 !strchr(".0123456789", *(slash + 1))))
314 *slash = ' ';
315 slash = strchr(scratch, '/');
316 if (slash)
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/rdata/in_1/
H A Dapl_42.c35 char *cp, *ap, *slash; local
62 slash = strchr(ap, '/');
63 if (slash == NULL || slash == ap)
65 RETTOK(isc_parse_uint8(&prefix, slash + 1, 10));
68 *slash = '\0';
70 *slash = '/';
81 *slash = '\0';
83 *slash = '/';
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/
H A Dtclprocvfs.tcl119 set slash 1
135 set slash 0
141 if {$slash && ![string match */ $actualpath]} { append actualpath / }
/macosx-10.10/bind9-45.101/bind9/lib/isc/unix/
H A Dfile.c512 char *dir, *file, *slash; local
514 slash = strrchr(path, '/');
516 if (slash == path) {
517 file = ++slash;
519 } else if (slash != NULL) {
520 file = ++slash;
521 dir = isc_mem_allocate(mctx, slash - path);
523 strlcpy(dir, path, slash - path);
/macosx-10.10/groff-38/groff/font/devdvi/
H A DTBI23 slash@for@l l -311075
24 slash@for@l L -402826
247 slash@for@l 311075,466034 0 0040
H A DTI24 slash@for@l l -267968
25 slash@for@l L -336125
248 slash@for@l 267968,451470 0 0040
/macosx-10.10/vim-55/runtime/keymap/
H A Dhebrew_iso-8859-8.vim26 q / " / - slash
H A Dpolish-slash_cp1250.vim5 " History: see polish-slash.vim
14 let b:keymap_name = "PL-slash-WIN"
H A Dpolish-slash_cp852.vim5 " History: see polish-slash.vim
14 let b:keymap_name = "PL-slash-DOS"
H A Dpolish-slash_iso-8859-2.vim5 " History: polish-slash.vim
14 let b:keymap_name = "PL-slash-ISO"
H A Dpolish-slash_utf-8.vim5 " History: see polish-slash.vim
14 let b:keymap_name = "PL-slash-UTF"
/macosx-10.10/Libc-1044.1.2/regex/FreeBSD/
H A Dcname.h127 {L"slash", L'/'},
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dosxcode.cpp58 if (const char *slash = strrchr(cpath, '/'))
60 if (contents + 15 == slash)
95 if (const char *slash = strrchr(path, '/'))
97 if (contents + 15 == slash)
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dosxcode.cpp58 if (const char *slash = strrchr(cpath, '/'))
60 if (contents + 15 == slash)
95 if (const char *slash = strrchr(path, '/'))
97 if (contents + 15 == slash)
/macosx-10.10/postfix-255/postfix/src/postqueue/
H A Dpostqueue.c442 char *slash; local
476 if ((slash = strrchr(argv[0], '/')) != 0 && slash[1])
477 argv[0] = slash + 1;
/macosx-10.10/bind9-45.101/bind9/bin/named/unix/
H A Dos.c676 char *slash = strrchr(filename, '/'); local
680 if (slash != NULL && slash != filename) {
682 *slash = '\0';
696 if (!strcmp(slash + 1, "") ||
697 !strcmp(slash + 1, ".") ||
698 !strcmp(slash + 1, "..")) {
699 *slash = '/';
719 *slash = '/';
724 *slash
[all...]
/macosx-10.10/Security-57031.1.35/codesign_wrapper/
H A Dcodesign.c184 const char *slash; local
186 slash = rindex(path, '/');
187 if (!slash) slash = path;
190 require(strlcat(full_path, slash, sizeof(full_path)), out);
/macosx-10.10/configd-699.1.5/dnsinfo/
H A Ddnsinfo_flatfile.c173 char *slash; local
176 slash = strchr(token, '/');
177 if (slash != NULL) {
178 *slash = '\0';
195 if (slash != NULL) {
196 sa = _dnsinfo_parse_address(slash + 1);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/dns/
H A Dip.tcl429 set slash [string last / $spec]
430 if {$slash != -1} {
431 incr slash -1
432 set ip [string range $spec 0 $slash]
433 incr slash 2
434 set bits [string range $spec $slash end]
/macosx-10.10/Libc-1044.1.2/gen/FreeBSD/
H A Dgetcap.c627 static int slash; variable
639 slash = 0;
694 slash = 0;
698 *line == ':' || *line == '#' || slash) {
700 slash = 1;
702 slash = 0;
706 slash = 1;
708 slash = 0;
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Windows/
H A DPath.inc32 // Another invariant is that a path ends with a slash if and only if the path
33 // is a root directory. Any other use of a trailing slash is stripped. Unlike
90 // Look for a UNC path, and if found adjust our notion of the root slash.
104 // Remove trailing slash, unless it's a root slash.
329 // Find the last slash
330 size_t slash = path.rfind('/');
331 if (slash == std::string::npos)
332 slash = 0;
334 slash
[all...]
/macosx-10.10/remote_cmds-47/makedbm.tproj/
H A Dmakedbm.c223 char *slash; local
248 slash = strrchr(database, '/');
249 if (slash != NULL)
250 slash[1] = 0; /* truncate to dir */
/macosx-10.10/less-25/less/
H A Dfilename.c430 char *slash; local
432 for (slash = s+strlen(s)-1; slash > s; slash--)
433 if (*slash == *PATHNAME_SEP || *slash == '/')
437 if (strchr(slash, '.') == NULL)
/macosx-10.10/autofs-246/automount/
H A Dautomount.c939 char *slash; local
967 slash = strrchr(dir, '/');
968 if (slash == NULL)
970 *slash = '\0';
972 *slash++ = '/';
973 if (err || !*slash)

Completed in 184 milliseconds

1234567