Lines Matching defs:p
160 char *p = text;
167 while (*p) {
168 if (*p == '%') {
169 if (*(p + 1) != 's') {
174 *p);
178 (int)(p - text));
183 p++;
193 *pt++ = *p;
194 p++;
252 char *p, *p2;
264 p = argv[2];
267 while (*p)
268 *p2++ = toupper(*p++);
334 p = strchr(tline, ' ');
335 if (p == NULL) {
341 *p = 0;
342 if (strlen(p) > SPCS_S_MAXKEY) {
353 p++;
354 if (*p != '=') {
359 p++;
360 if (*p != ' ') {
365 p++;
366 if (! *p) {
371 (void) strcpy(text, p);