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

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dgetpwaent.c47 static struct _pwajunk { struct
62 } *__pwajunk, *_pwajunk(void);
93 static struct _pwajunk *
94 _pwajunk(void) function
98 __pwajunk = (struct _pwajunk *)calloc(1, sizeof (*__pwajunk));
105 struct _pwajunk *_pwa = _pwajunk();
130 struct _pwajunk *_pwa = _pwajunk();
152 struct _pwajunk *_pw
[all...]

Completed in 45 milliseconds