/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | getrusage.c | 61 getrusage(int who, struct rusage *rusage) argument 63 switch (who) {
|
H A D | setpriority.c | 108 getpriority(int which, id_t who) argument 119 if (who < 0) { 123 } else if (who != P_MYID) { 130 * The POSIX standard requires that a 0 value for the who argument 134 if (who == 0 && old_idtype(which)) 137 id = who; 149 setpriority(int which, id_t who, int prio) argument 161 if (who < 0) { 165 } else if (who != P_MYID) { 171 if (who [all...] |
/osnet-11/usr/src/lib/libast/common/string/ |
H A D | strperm.c | 48 register int who; local 64 op = num = who = typ = 0; 70 who |= S_ISVTX|S_ISUID|S_IRWXU; 73 who |= S_ISVTX|S_ISGID|S_IRWXG; 76 who |= S_ISVTX|S_IRWXO; 79 who = S_ISVTX|S_ISUID|S_ISGID|S_IRWXU|S_IRWXG|S_IRWXO; 84 if (!who) 85 who = S_ISVTX|S_ISUID|S_ISGID|S_IRWXU|S_IRWXG|S_IRWXO; 91 if (who) 92 perm &= ~who; [all...] |
/osnet-11/usr/src/lib/pam_modules/sample/ |
H A D | sample_acct_mgmt.c | 109 parse_allow_name(char *who, char *cp) argument 121 if (strcmp(who, name) == 0)
|
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | kbind.c | 305 get_kerberosv4_credentials( LDAP *ld, char *who, char *service, int *len ) argument
|
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | who.c | 23 * who.c 29 "[-?\n@(#)$Id: who (AT&T Research) 2004-03-25 $\n]" 31 "[+NAME?who - display who is on the system]" 211 static int who(Sfio_t *in, Sfio_t *out, int flags) function 308 who(sp,sfstdout,flags);
|
/osnet-11/usr/src/lib/libbsm/common/ |
H A D | audit_plugin.c | 260 * Entry who = the caller 267 __do_sethost(char *who) argument 280 __audit_syslog(who, LOG_PID | LOG_CONS | LOG_NOWAIT, 288 who, 298 __auditd_debug("__do_sethost(%s) already set\n", who); 312 __audit_syslog(who, LOG_PID | LOG_CONS | LOG_NOWAIT, 337 __audit_syslog(who, LOG_PID | LOG_CONS | LOG_NOWAIT,
|
/osnet-11/usr/src/lib/libc/port/threads/ |
H A D | assfail.c | 160 lock_error(const mutex_t *mp, const char *who, void *cv, const char *msg) argument 195 (void) strcat(buf, who); 250 rwlock_error(const rwlock_t *rp, const char *who, const char *msg) argument 290 (void) strcat(buf, who);
|
/osnet-11/usr/src/cmd/sendmail/src/ |
H A D | tls.c | 531 char *who; local 549 who = srv ? "server" : "client"; 552 syserr("STARTTLS=%s, inittls: ctx == NULL", who); 643 who, dhparam); 710 who, who); 712 tlslogerr(who); 742 who, CRLFile); 753 "STARTTLS=%s, error: BIO_new=failed", who); 769 who, CRLFil 1174 char *s, *who; local [all...] |
/osnet-11/usr/src/cmd/sendmail/aux/ |
H A D | vacation.c | 276 char *who; member in struct:entry 306 dump_content(which->who_size, which->who, which->when_size, 323 new_entry->who = (char *)malloc(key.dsize); 324 if (new_entry->who == NULL) 327 (void) strlcpy(new_entry->who, key.dptr, key.dsize); 686 * user -- the user who sent this message. 723 * user -- the user who should be marked. 764 * user -- user who should receive it.
|
/osnet-11/usr/src/lib/libsec/common/ |
H A D | acltext.c | 120 getsidname(uid_t who, boolean_t user, char **sidp, boolean_t noresolve) argument 138 error = idmap_getwinnamebyuid(who, 141 error = idmap_getwinnamebygid(who, 147 error = idmap_get_sidbyuid(get_hdl, who, 151 error = idmap_get_sidbygid(get_hdl, who,
|
/osnet-11/usr/src/lib/libdiskmgt/common/ |
H A D | entry.c | 57 #define ANY_ZPOOL_USE(who) \ 58 (((who) == DM_WHO_ZPOOL_FORCE) || \ 59 ((who) == DM_WHO_ZPOOL) || \ 60 ((who) == DM_WHO_ZPOOL_SPARE) || \ 61 ((who) == DM_WHO_ZPOOL_SPARE_FORCE)) 1003 * based on the caller(who). It is important to note that it is possible 1009 dm_inuse_impl(char *dev_blk_name, char **msg, dm_who_type_t who, int *errp) argument 1040 if (ANY_ZPOOL_USE(who) && (err = dm_inuse_swap(dev_blk_name, errp))) { 1077 * Otherwise, we check to see if this client(who) cares 1094 switch (who) { 1220 dm_inuse_impl_check_slice(char *dev_blk_name, char **msg, dm_who_type_t who, int *errp) argument 1294 dm_inuse_impl_check_slices(char *dev_blk_name, char **msg, dm_who_type_t who, int *errp) argument 1382 dm_inuse(char *dev_name, char **msg, dm_who_type_t who, int *errp) argument [all...] |
/osnet-11/usr/src/lib/libzfs/common/ |
H A D | libzfs_vdev.c | 148 dm_who_type_t who; local 151 who = isspare ? DM_WHO_ZPOOL_SPARE_FORCE : DM_WHO_ZPOOL_FORCE; 153 who = isspare ? DM_WHO_ZPOOL_SPARE : DM_WHO_ZPOOL; 155 if (dm_inuse((char *)path, &msg, who, &error) || error) {
|
/osnet-11/usr/src/lib/libnisdb/ |
H A D | ldap_op.c | 45 static int setupConList(char *serverList, char *who, 390 char *who; member in struct:__anon1943 546 * or not 'who' and 'cred' contain sufficient information. 549 ldapBind(LDAP **ldP, char *who, char *cred, auth_method_t method, argument 566 ret = ldap_bind(ld, who, cred, LDAP_AUTH_SIMPLE); 590 ret = ldap_sasl_cram_md5_bind_s(ld, who, &ber_cred, NULL, NULL); 597 ret = ldap_x_sasl_digest_md5_bind_s(ld, who, &ber_cred, NULL, 608 myself, who, ldap_err2string(ret)); 636 sfree(lc->who); 842 stat = lc->status = ldapBind(&lc->ld, lc->who, l 940 createCon(char *sp, char *who, char *cred, auth_method_t method, int port) argument 1013 setupConList(char *serverList, char *who, char *cred, auth_method_t method) argument [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | pp_sys.c | 4347 int who = POPi; local 4349 SETi( getpriority(which, who) ); 4361 int who = POPi; local 4364 SETi( setpriority(which, who, niceval) >= 0 ); 5575 * not likely have syscall implemented either, so who cares?
|