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

  /xsrc/external/mit/xdm/dist/xdm/
session.c 675 if (setusercontext(NULL, pwd, pwd->pw_uid, LOGIN_SETALL) < 0) {
676 LogError ("setusercontext for \"%s\" failed: %s\n",
  /xsrc/external/mit/xdm/dist/
configure 21808 # Function setusercontext() is in BSD -lutil but N/A on Solaris or GNU systems
21809 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing setusercontext" >&5
21810 printf %s "checking for library containing setusercontext... " >&6; }
21828 char setusercontext (void);
21832 return setusercontext ();
23016 ac_fn_c_check_func "$LINENO" "setusercontext" "ac_cv_func_setusercontext"

Completed in 19 milliseconds