Lines Matching refs:buf
44 * if buf==0 then space is malloc'd
45 * buf size is size
102 pathtemp(char* buf, size_t len, const char* dir, const char* pfx, int* fdp)
236 if (!(b = buf) && !(b = newof(0, char, len, 1)))
242 if (buf && dir && (buf == (char*)dir && (buf + strlen(buf) + 1) == (char*)pfx || buf == (char*)pfx && !*dir) && !strcmp((char*)pfx + m + 1, "XXXXX"))
334 if (!buf)