Home | History | Annotate | Download | only in libsa

Lines Matching defs:pc

68 	char fc, pc;
72 pc = *pattern++;
73 if (!fc && !pc)
75 if (pc == '?' && fc)
76 pc = fc;
77 } while (fc == pc);
79 if (pc != '*')
85 pc = *pattern++;
86 if (!pc)
88 while ((fname = strchr(fname, pc)))