Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/pathchk/
H A Dpathchk.c186 char *scomp; in checkpathname() local
244 scomp = p; in checkpathname()
274 if ((nameMax != -1) && (ecomp - scomp > nameMax)) { in checkpathname()
275 (void) fprintf(stderr, gettext(nametoolong), scomp); in checkpathname()
/titanic_44/usr/src/cmd/sgs/lex/common/
H A Dparser.y325 if(scomp(p, (CHR *)"%%")) {
443 while(getl(p) && scomp(p,L_PctUpT) != 0 && scomp(p,L_PctLoT) != 0){
493 while(getl(p) && scomp(p, L_PctCbr) != 0)
642 while(!eof&& getl(buf) && scomp(L_PctCbr,buf)!=0)
773 if (scomp(xp, t)==0)
888 while (ccp < ccptr && scomp(token, ccp) != 0) ccp++;
H A Dldefs.h270 int scomp(CHR *x, CHR *y);
H A Dsub3.c341 while (ccp < ccptr && scomp(ccltoken, ccp) != 0) in repbycgid()
H A Dsub1.c263 scomp(CHR *x, CHR *y) in scomp() function
460 if (scomp(s, *t) == 0) in lookup()