Lines Matching defs:p
176 char *p = buf;184 *p++ = '-';196 *p++ = (remainder < 10) ? remainder + '0' : remainder + 'a' - 10;201 *p = 0;205 p2 = p - 1;255 char *p;264 p = buf;269 p = *arg++;270 if (! p)271 p = "(null)";274 while (*p)275 putchar (*p++);