Home
last modified time | relevance | path

Searched refs:scomp (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/pathchk/
H A Dpathchk.c185 char *scomp; in checkpathname() local
243 scomp = p; in checkpathname()
273 if ((nameMax != -1) && (ecomp - scomp > nameMax)) { in checkpathname()
274 (void) fprintf(stderr, gettext(nametoolong), scomp); in checkpathname()
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dparser.y324 if(scomp(p, (CHR *)"%%")) {
442 while(getl(p) && scomp(p,L_PctUpT) != 0 && scomp(p,L_PctLoT) != 0){
492 while(getl(p) && scomp(p, L_PctCbr) != 0)
641 while(!eof&& getl(buf) && scomp(L_PctCbr,buf)!=0)
772 if (scomp(xp, t)==0)
887 while (ccp < ccptr && scomp(token, ccp) != 0) ccp++;
H A Dldefs.h268 int scomp(CHR *x, CHR *y);
H A Dsub3.c340 while (ccp < ccptr && scomp(ccltoken, ccp) != 0) in repbycgid()
H A Dsub1.c264 scomp(CHR *x, CHR *y) in scomp() function
461 if (scomp(s, *t) == 0) in lookup()