Searched refs:pfp0 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c259 getdir(char *dir, struct afile **pfp0, struct afile **pfplast) argument
273 *pfp0 = *pfplast = NULL;
285 fp = *pfp0 = (struct afile *)calloc(nent, sizeof (struct afile));
286 *pfplast = *pfp0 + nent;
300 *pfp0 = (struct afile *)realloc((char *)*pfp0,
302 if (*pfp0 == 0) {
306 fp = *pfp0 + nent;

Completed in 46 milliseconds