Searched refs:slash (Results 76 - 100 of 153) sorted by relevance

1234567

/macosx-10.10/bootp-298/bootplib/
H A Dnbimages.c178 char * slash; local
196 slash = strchr(start, '/');
197 if (slash == NULL) {
200 *slash = '\0';
201 *image_path = slash + 1;
205 if (atchar != NULL && atchar < slash) {
/macosx-10.10/dyld-353.2.1/launch-cache/
H A Ddsc_extractor.cpp377 char* slash; local
378 while ( (slash = strchr(afterSlash, '/')) != NULL ) {
379 *slash = '\0';
382 *slash = '/';
383 afterSlash = slash+1;
/macosx-10.10/OpenSSH-189/openssh/
H A Dmisc.c521 u_int len, slash; local
529 slash = path - filename;
530 if (slash > sizeof(user) - 1)
532 memcpy(user, filename, slash);
533 user[slash] = '\0';
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Ddllwrap.c246 const char *slash; local
250 slash = NULL;
262 slash = cp;
274 if (slash != NULL && cmd == NULL)
277 cmd = look_for_prog (name, prog_name, slash - prog_name + 1);
/macosx-10.10/rsync-45/rsync/
H A Dutil.c687 /* Turns multiple adjacent slashes into a single slash, gets rid of "./"
688 * elements (but not a trailing dot dir), removes a trailing slash, and
750 * The rootdir string contains a value to use in place of a leading slash.
760 * Turns multiple adjacent slashes into a single slash, gets rid of "." dir
761 * elements (INCLUDING a trailing dot dir), PRESERVES a trailing slash, and
816 * both p (and sanp if the original had a slash) should
817 * always be left pointing after a slash
829 /* ".." component followed by slash or end */
839 --sanp; /* now pointing at slash */
841 /* skip back up to slash */
1054 const char *name, *slash; local
[all...]
H A Dflist.c1307 char *lp = lastpath, *slash = fbuf; local
1313 slash = fn;
1321 while ((slash = strchr(slash+1, '/')) != 0) {
1322 *slash = '\0';
1324 *slash = '/';
1808 * are compared with an assumed trailing slash so that they compare in a
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCPreferencesKeychainPrivate.c68 const char *slash; local
70 slash = strrchr(fspath, '/');
71 if (slash != NULL) {
76 ((contents + sizeof("/Contents/MacOS/") - 1) == slash)) {
/macosx-10.10/cups-408/cups/scheduler/
H A Dmain.c309 *slash; /* Final slash in cupsd.conf filename */ local
322 if ((slash = strrchr(filename, '/')) == NULL)
330 strlcpy(slash, "/cups-files.conf", len - (size_t)(slash - filename));
H A Dconf.c517 *slash; /* Directory separator */ local
585 if ((slash = strrchr(temp, '/')) != NULL)
586 *slash = '\0';
894 if ((slash = strchr(temp, '.')) != NULL)
896 *slash = '\0';
902 for (slash = ServerName; isdigit(*slash & 255) || *slash == '.'; slash ++);
904 ServerNameIsIP = !*slash;
[all...]
H A Dcups-driverd.cxx848 *slash; /* Pointer to next slash */ local
893 (slash = strchr(name + 24, '/')) != NULL &&
894 slash > printerDriver) ||
899 (slash = strchr(name + 17, '/')) != NULL &&
900 slash > printerDriver))
2191 * Truncate at the first space, dash, or slash, or make the
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Debnf-yac.el299 (aset table ?/ 'slash)
337 ((eq token 'slash)
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_windows.c296 wchar_t *wnewsrc, *slash; local
320 slash = wcsrchr(wnewsrc, L'\\');
321 if (slash != NULL)
322 *++slash = L'\0';
/macosx-10.10/postfix-255/postfix/src/postmulti/
H A Dpostmulti.c1615 char *slash; local
1660 if ((slash = strrchr(argv[0], '/')) != 0 && slash[1])
1661 argv[0] = slash + 1;
/macosx-10.10/postfix-255/postfix/src/sendmail/
H A Dsendmail.c965 char *slash; local
1030 if ((slash = strrchr(argv[0], '/')) != 0 && slash[1])
1031 argv[0] = slash + 1;
/macosx-10.10/tcsh-65/tcsh/win32/
H A Dntfunc.c774 register int slash; local
809 slash = any(short2str(epath),'/');
836 if (v == 0 || v->vec[0] == 0 || slash)
847 if (!slash && ABSOLUTEP(pv[0]) && havhash) {
/macosx-10.10/vim-55/runtime/syntax/
H A Dplaintex.vim72 \ /\\\%(["#$%&'.=^_`~]\|``\|''\|-\{2,3}\|[?!]`\|^^L\|\~\|\%(a[ae]\|A[AE]\|acute\|[cdHoOPStuvijlL]\|copyright\|d\=dag\|folio\|ldotp\|[lr]q\|oe\|OE\|slash\|ss\|underbar\)\>\)/
98 \ '\\\%(amalg\|ast\|big\%(c[au]p\|circ\|o\%(dot\|plus\|times\|sqcup\)\|triangle\%(down\|up\)\|uplus\|vee\|wedge\|bmod\|bullet\)\|c[au]p\|cdot[ps]\=\|circ\|coprod\|d\=dagger\|diamond\%(suit\)\=\|div\|land\|lor\|mp\|o\%(dot\|int\|minus\|plus\|slash\|times\)pm\|prod\|setminus\|sqc[au]p\|sqsu[bp]seteq\|star\|su[bp]set\%(eq\)\=\|sum\|times\|uplus\|vee\|wedge\|wr\)\>'
H A Dxpm.vim46 " Only when there is no slash, it would terminate the pattern.
H A Dxpm2.vim58 " Only when there is no slash, it would terminate the pattern.
/macosx-10.10/configd-699.1.5/Plugins/IPMonitor/
H A Ddns-configuration.c1154 char *slash; local
1166 slash = strchr(buf, '/');
1167 if (slash != NULL) {
1168 *slash = '\0';
1177 if (slash != NULL) {
1178 if (inet_aton(slash + 1, &sortaddr.mask) != 1) {
/macosx-10.10/vim-55/runtime/keymap/
H A Dhebrew_utf-8.vim26 q / " / - slash
/macosx-10.10/tcsh-65/tcsh/
H A Dtw.parse.c1782 * Should leave final slash (/) at end of dir.
1853 * not want to create "//" by appending a slash from o.
1921 int slash; local
1926 slash = edir->len != 0 && edir->s[edir->len - 1] == '/';
1929 if (slash != 0 && edir->s[edir->len - 1] != '/')
/macosx-10.10/apache-793/httpd/modules/cache/
H A Dmod_cache_disk.c676 char *dir, *slash, *q; local
681 slash = strrchr(dir, '/');
682 *slash = '\0';
702 slash = strrchr(q, '/');
703 *slash = '\0';
/macosx-10.10/emacs-93/emacs/src/
H A Dfileio.c288 unless it is followed by a slash. */
417 Given a Unix syntax file name, returns a string ending in slash;
493 this is everything after the last slash,
494 or the entire name if it contains no slash. */)
627 /* For Unix syntax, Append a slash if necessary */
648 For a Unix-syntax file name, just appends a slash.
812 /* Process as Unix format: just remove any final slash.
841 In Unix-syntax, this function just removes the final slash.
1038 \(does not start with slash); if DEFAULT-DIRECTORY is nil or missing,
1059 unsigned char * slash
1053 unsigned char * slash = 0; variable
[all...]
/macosx-10.10/crontabs-52/newsyslog/
H A Dnewsyslog.c2097 char *realfile, *slash, tempfile[MAXPATHLEN]; local
2109 slash = strrchr(tempfile, '/');
2110 if (slash != NULL) {
2111 *slash = '\0';
/macosx-10.10/tcl-105/tk/tk/library/
H A Dlistbox.tcl159 bind Listbox <Control-slash> {

Completed in 226 milliseconds

1234567