Home
last modified time | relevance | path

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

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