Lines Matching full:slashp
1883 register char * slashp;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';