Searched defs:scomp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/pathchk/
H A Dpathchk.c186 char *scomp; local
244 scomp = p;
274 if ((nameMax != -1) && (ecomp - scomp > nameMax)) {
275 (void) fprintf(stderr, gettext(nametoolong), scomp);
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub1.c258 * scomp(x,y) - return -1 if x < y,
263 scomp(CHR *x, CHR *y) function
460 if (scomp(s, *t) == 0)

Completed in 45 milliseconds