Searched defs:fa_pathsize (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/threads/
H A Dspawn.c69 uint_t fa_pathsize; /* size of fa_path[] array */ member in struct:file_attr
533 lfree(fap->fa_path, fap->fa_pathsize);
579 fap->fa_pathsize = strlen(path) + 1;
580 if ((fap->fa_path = lmalloc(fap->fa_pathsize)) == NULL) {

Completed in 57 milliseconds