Home
last modified time | relevance | path

Searched refs:endpwent (Results 1 – 4 of 4) sorted by relevance

/busybox-1.35.0/include/
Dpwd_.h33 #undef endpwent
35 #define endpwent bb_internal_endpwent macro
48 void FAST_FUNC endpwent(void);
Dlibbb.h67 # define endpwent() ((void)0) macro
/busybox-1.35.0/libpwdgrp/
Dpwd_grp.c475 void FAST_FUNC endpwent(void) in endpwent() function
/busybox-1.35.0/libbb/
Dlineedit.c765 endpwent(); /* don't keep password file open */ in complete_username()