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

/osnet-11/usr/src/lib/libc/port/threads/
H A Dspawn.c63 uint_t fa_pathsize; /* size of fa_path[] array */ member in struct:file_attr
531 lfree(fap->fa_path, fap->fa_pathsize);
577 fap->fa_pathsize = strlen(path) + 1;
578 if ((fap->fa_path = lmalloc(fap->fa_pathsize)) == NULL) {

Completed in 15 milliseconds