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

/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dglob.c554 char *pwtmpbuf;
564 pwtmpbuf = __alloca (pwbuflen);
566 while (getpwnam_r (name, &pwbuf, pwtmpbuf, pwbuflen, &p)
575 pwtmpbuf = extend_alloca (pwtmpbuf, pwbuflen,
579 pwtmpbuf = __alloca (pwbuflen);
635 char *pwtmpbuf;
645 pwtmpbuf = __alloca (buflen);
647 while (getpwnam_r (user_name, &pwbuf, pwtmpbuf, buflen, &p) != 0)
655 pwtmpbuf
553 char *pwtmpbuf; local
634 char *pwtmpbuf; local
[all...]
/netbsd-current/external/gpl2/gmake/dist/glob/
H A Dglob.c658 char *pwtmpbuf;
666 pwtmpbuf = (char *) __alloca (pwbuflen);
668 while (getpwnam_r (name, &pwbuf, pwtmpbuf, pwbuflen, &p)
677 pwtmpbuf = (char *) __alloca (pwbuflen);
743 char *pwtmpbuf;
751 pwtmpbuf = (char *) __alloca (buflen);
753 while (getpwnam_r (user_name, &pwbuf, pwtmpbuf, buflen, &p) != 0)
761 pwtmpbuf = __alloca (buflen);
657 char *pwtmpbuf; local
742 char *pwtmpbuf; local
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dglob.c819 struct scratch_buffer pwtmpbuf;
820 scratch_buffer_init (&pwtmpbuf);
826 pwtmpbuf.data, pwtmpbuf.length, &p)
829 if (!scratch_buffer_grow (&pwtmpbuf))
863 scratch_buffer_free (&pwtmpbuf);
889 scratch_buffer_free (&pwtmpbuf);
818 struct scratch_buffer pwtmpbuf; local
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dglob.c820 struct scratch_buffer pwtmpbuf;
821 scratch_buffer_init (&pwtmpbuf);
827 pwtmpbuf.data, pwtmpbuf.length, &p)
830 if (!scratch_buffer_grow (&pwtmpbuf))
864 scratch_buffer_free (&pwtmpbuf);
890 scratch_buffer_free (&pwtmpbuf);
819 struct scratch_buffer pwtmpbuf; local

Completed in 288 milliseconds