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

  /src/crypto/external/bsd/heimdal/dist/lib/roken/
iruserok.c 1 /* $NetBSD: iruserok.c,v 1.2 2017/01/28 21:31:50 christos Exp $ */
220 iruserok(unsigned raddr, int superuser, const char *ruser, const char *luser) function
roken.h.in 747 #define iruserok rk_iruserok
748 ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL iruserok(unsigned, int,
  /src/external/bsd/libpcap/dist/lbl/
os-sunos4.h 112 int iruserok(u_long, int, char *, char *);
  /src/external/bsd/tcpdump/dist/lbl/
os-sunos4.h 111 int iruserok(u_long, int, char *, char *);
  /src/include/
unistd.h 371 int iruserok(uint32_t, int, const char *, const char *);
  /src/lib/libc/net/
rcmd.c 636 iruserok(u_int32_t raddr, int superuser, const char *ruser, const char *luser) function
  /src/crypto/external/bsd/heimdal/dist/
configure 23610 ac_fn_c_check_func "$LINENO" "iruserok" "ac_cv_func_iruserok"
23618 *" iruserok.$ac_objext "* ) ;;
23619 *) LIBOBJS="$LIBOBJS iruserok.$ac_objext"
25218 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking if iruserok needs a prototype" >&5
25219 printf %s "checking if iruserok needs a prototype... " >&6; }
25246 extern int iruserok (struct foo*);
25250 iruserok(&xx)

Completed in 50 milliseconds