Searched refs:wbuf (Results 1 – 1 of 1) sorted by relevance
46 char *wbuf; variable70 wbuf = xmalloc (wbufsz); in worker()72 pthread_cleanup_push (worker_free, wbuf); in worker()78 ret = getpwuid_r (uid, &pwbuf, wbuf, wbufsz, &pw); in worker()91 free (wbuf); in worker()93 wbuf = xmalloc (wbufsz); in worker()
Completed in 4 milliseconds