Home
last modified time | relevance | path

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

/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c257 getdir(char *dir, struct afile **pfp0, struct afile **pfplast) in getdir() argument
271 *pfp0 = *pfplast = NULL; in getdir()
283 fp = *pfp0 = (struct afile *)calloc(nent, sizeof (struct afile)); in getdir()
284 *pfplast = *pfp0 + nent; in getdir()
298 *pfp0 = (struct afile *)realloc((char *)*pfp0, in getdir()
300 if (*pfp0 == 0) { in getdir()
304 fp = *pfp0 + nent; in getdir()