Home | History | Annotate | Download | only in libedit

Lines Matching refs:getpwnam_r

13277    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getpwnam_r and getpwuid_r are posix like" >&5
13278 $as_echo_n "checking whether getpwnam_r and getpwuid_r are posix like... " >&6; }
13280 # int getpwnam_r(char *, struct passwd *, char *, size_t, struct passwd **)
13290 getpwnam_r(NULL, NULL, NULL, (size_t)0, NULL);
13310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether getpwnam_r and getpwuid_r are posix _draft_ like" >&5
13311 $as_echo_n "checking whether getpwnam_r and getpwuid_r are posix _draft_ like... " >&6; }
13314 # struct passwd *getpwnam_r(char *, struct passwd *, char *, int);
13323 getpwnam_r(NULL, NULL, NULL, (size_t)0);