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

/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXos_r.h252 static __inline__ void _Xpw_copyPasswd(_Xgetpwparams p) function
284 # define _Xpw_copyPasswd(p) \ macro
312 (((p).pwp = getpwuid((u))) ? _Xpw_copyPasswd(p), 0 : 0), \
317 (((p).pwp = getpwnam((u))) ? _Xpw_copyPasswd(p), 0 : 0), \

Completed in 46 milliseconds