HomeSort by: relevance | last modified time | path
    Searched defs:ptmpfd (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/user/
user.c 1077 int ptmpfd; local in function:adduser
1100 if ((ptmpfd = pw_lock(WAITSECS)) < 0) {
1108 if (write(ptmpfd, buf, (size_t)(cc)) != cc) {
1111 (void)close(ptmpfd);
1142 (void)close(ptmpfd);
1151 (void)close(ptmpfd);
1159 (void)close(ptmpfd);
1172 (void)close(ptmpfd);
1179 (void)close(ptmpfd);
1195 (void)close(ptmpfd);
1434 int ptmpfd; local in function:moduser
    [all...]
user.c 1077 int ptmpfd; local in function:adduser
1100 if ((ptmpfd = pw_lock(WAITSECS)) < 0) {
1108 if (write(ptmpfd, buf, (size_t)(cc)) != cc) {
1111 (void)close(ptmpfd);
1142 (void)close(ptmpfd);
1151 (void)close(ptmpfd);
1159 (void)close(ptmpfd);
1172 (void)close(ptmpfd);
1179 (void)close(ptmpfd);
1195 (void)close(ptmpfd);
1434 int ptmpfd; local in function:moduser
    [all...]

Completed in 26 milliseconds