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

/macosx-10.10/shell_cmds-179/apply/
H A Dapply.c67 char *c, *cmd, *name, *p, *q, *shell, *slashp, *tmpshell; local
124 slashp = strrchr(shell, '/');
125 name = (slashp != NULL) ? slashp + 1 : shell;
/macosx-10.10/emacs-93/emacs/lib-src/
H A Detags.c6806 char *slashp, *cp, *res;
6820 slashp = etags_strchr (res, '/');
6821 while (slashp != NULL && slashp[0] != '\0')
6823 if (slashp[1] == '.')
6825 if (slashp[2] == '.'
6826 && (slashp[3] == '/' || slashp[3] == '\0'))
6828 cp = slashp;
6833 cp = slashp; /* th
6772 char *slashp, *cp, *res; local
6837 char *slashp, *res; local
[all...]
/macosx-10.10/vim-55/src/
H A Dmisc2.c3342 char_u *slashp; local
3519 slashp = vim_strchr(p, '/');
3520 if (slashp != NULL && slashp < endp)
3523 i = syn_check_group(p, (int)(slashp - p));
3524 p = slashp + 1;
3531 if (slashp != NULL && slashp < endp)
/macosx-10.10/ICU-531.30/icuSources/tools/tzcode/
H A Dzic.c1883 register char * slashp; local
1886 slashp = strchr(format, '/');
1887 if (slashp == NULL) {
1892 (void) strcpy(abbr, slashp + 1);
1894 if (slashp > format)
1896 (unsigned) (slashp - format));
1897 abbr[slashp - format] = '\0';

Completed in 215 milliseconds