Searched refs:udb (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/appl/login/
H A Dlogin_locl.h67 #include <udb.h>
H A Dlogin.c407 struct udb *udb; local
410 udb = getudbnam(pwd->pw_name);
411 if(udb == UDB_NULL)
413 t = udb->ue_pcpulim[UDBRC_INTER];
422 t = udb->ue_jcpulim[UDBRC_INTER];
431 nice(udb->ue_nice[UDBRC_INTER]);
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-cray.c39 #include <udb.h>
114 struct udb *ueptr; /* UDB pointer for username */
156 struct udb *ueptr; /* UDB pointer for username */
185 extern struct udb *getudb();
198 struct udb ue; /* udb entry for logging-in user */
199 struct udb *up; /* pointer to UDB entry */
239 * the udb's uid.
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dudp_var.h158 extern struct inpcbhead udb;
H A Dudp_usrreq.c144 struct inpcbhead udb; /* from udp_var.h */ variable in typeref:struct:inpcbhead
145 #define udb6 udb /* for KAME src sync over BSD*'s */
256 LIST_INIT(&udb);
257 udbinfo.ipi_listhead = &udb;
418 LIST_FOREACH(inp, &udb, inp_list) {
2091 for (inp = udb.lh_first; inp != NULL; inp = inpnxt) {
/macosx-10.10/BerkeleyDB-21/db/test/
H A Drecd012.tcl274 set udb [lindex $pair 0]
279 error_check_good put($uname,$udb,$key,$data) \
280 [$udb put -txn $curtxn $key $data] 0
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dudp6_usrreq.c345 LIST_FOREACH(in6p, &udb, inp_list) {
/macosx-10.10/Heimdal-398.1.2/
H A Dconfigure24644 udb.h \

Completed in 292 milliseconds