Searched defs:which (Results 1 - 25 of 35) sorted by relevance

12

/osnet-11/usr/src/lib/libcurses/screen/
H A Dscr_all.c50 _scr_all(char *file, int which) argument
57 rv = scr_reset(filep, which);
/osnet-11/usr/src/lib/libresolv2/common/bsd/
H A Dsetitimer.c19 __setitimer(int which, const struct itimerval *value, argument
/osnet-11/usr/src/lib/libproc/common/
H A Dpr_getitimer.c39 pr_getitimer(struct ps_prochandle *Pr, int which, struct itimerval *itv) argument
51 return (getitimer(which, itv));
53 adp = &argd[0]; /* which argument */
54 adp->arg_value = which;
96 int which, const struct itimerval *itv, struct itimerval *oitv)
109 return (setitimer(which, (struct itimerval *)itv, oitv));
111 adp = &argd[0]; /* which argument */
112 adp->arg_value = which;
95 pr_setitimer(struct ps_prochandle *Pr, int which, const struct itimerval *itv, struct itimerval *oitv) argument
/osnet-11/usr/src/lib/libsec/common/
H A Daclmode.c44 int which; local
48 if (aclcheck(aclbufp, nentries, &which) != 0) {
95 int which; local
98 if (aclcheck(aclbufp, nentries, &which) != 0) {
H A Daclsort.c84 int which; local
89 if (aclcheck(aclbufp, nentries, &which) != 0)
H A Daclcheck.c71 aclent_aclcheck(aclent_t *aclbufp, int nentries, int *which, int isdir) argument
78 *which = -1;
86 *which = (int)(aclentp - aclbufp);
97 *which = (int)(aclentp - aclbufp);
108 *which = (int)(aclentp - aclbufp);
119 *which = (int)(aclentp - aclbufp);
153 *which = (int)(aclentp - aclbufp);
163 *which = (int)(aclentp - aclbufp);
174 *which = (int)(aclentp - aclbufp);
185 *which
263 aclcheck(aclent_t *aclbufp, int nentries, int *which) argument
[all...]
/osnet-11/usr/src/lib/efcode/engine/
H A Dinstance.c55 int which; local
64 which = UINIT_DATA;
66 which = INIT_DATA;
68 return (&MYSELF->data[which][offset]);
H A Dactions.c302 * This is for things like my-self which have meaning to the
316 set_value_actions(fcode_env_t *env, int which) argument
318 ASSERT((which == 0) || (which == 1));
319 ASSERT(value_actions[which]);
320 install_actions(env, value_actions[which]);
324 set_defer_actions(fcode_env_t *env, int which) argument
326 ASSERT((which == 0) || (which == 1));
327 ASSERT(value_actions[which
332 set_buffer_actions(fcode_env_t *env, int which) argument
[all...]
H A Dfcode.c142 branch_common(fcode_env_t *env, short direction, fstack_t which, int doswap) argument
147 ASSERT((which < 3) && (which >= 0));
148 which = (fstack_t)&bbranch_ptrs[which];
150 COMPILE_TOKEN(which);
163 * which is what gets compiled in with 'compile_comma'.
/osnet-11/usr/src/lib/libc/port/gen/
H A Dsetpriority.c55 prio_to_idtype(int which) argument
57 switch (which) {
95 old_idtype(int which) argument
97 switch (which) {
108 getpriority(int which, id_t who) argument
114 if ((idtype = prio_to_idtype(which)) == -1) {
120 if (old_idtype(which)) {
134 if (who == 0 && old_idtype(which))
149 setpriority(int which, id_t who, int prio) argument
156 if ((idtype = prio_to_idtype(which))
[all...]
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_xaction_ui.c75 sip_get_trans(sip_msg_t sip_msg, int which, int *error) argument
85 which, NULL));
H A Dsip_xaction.c294 sip_xaction_find(char *branchid, _sip_msg_t *msg, int which) argument
312 if (sip_msg_info->is_request && which == SIP_SERVER_TRANSACTION &&
441 int which, int *error)
455 sip_trans = sip_xaction_find(branchid, _msg, which);
440 sip_xaction_get(sip_conn_object_t obj, sip_msg_t msg, boolean_t create, int which, int *error) argument
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dget_creds.c144 * second_ticket, which we can't do.
243 krb5_creds **out_creds, int which)
249 switch(which) {
241 get_credentials_val_renew_core(krb5_context context, krb5_flags options, krb5_ccache ccache, krb5_creds *in_creds, krb5_creds **out_creds, int which) argument
H A Drd_req_dec.c63 * if it is non-NULL, it specifies a parameter name from which to retrieve the
208 debug_log_authz_data(const char *which, krb5_authdata **a)
211 syslog(LOG_ERR|LOG_DAEMON, "%s authz data:", which);
220 syslog(LOG_ERR|LOG_DAEMON, "no %s authz data", which);
224 debug_log_authz_data(const char *which, krb5_authdata **a) argument
320 is not from inside the kdc. we can use this to determine which
/osnet-11/usr/src/lib/libdscp/
H A Dlibdscp.c242 dscpAddr(int domain_id, int which, struct sockaddr *saddr, int *lenp) argument
252 ((which != DSCP_ADDR_LOCAL) && (which != DSCP_ADDR_REMOTE))) {
291 * Get the local or remote address, depending upon 'which'.
294 if (which == DSCP_ADDR_LOCAL) {
/osnet-11/usr/src/lib/libfuse/common/
H A Doptions.c78 fuse_opt_drop_arg(struct fuse_args *args, uint_t which) argument
90 if (i != which) {
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dplural_parser.c328 gettoken(const char **pstr, unsigned int *num, int which) argument
337 if (which == GET_TOKEN)
435 if (which == GET_TOKEN)
/osnet-11/usr/src/lib/libnvpair/
H A Dlibnvpair.c349 nvlist_prtctl_setfmt(nvlist_prtctl_t pctl, enum nvlist_prtctl_fmt which, argument
352 switch (which) {
382 nvlist_prtctl_dofmt(nvlist_prtctl_t pctl, enum nvlist_prtctl_fmt which, ...) argument
388 va_start(ap, which);
390 switch (which) {
930 * is an array type, 'ai' is the index into the array against which we are
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_info.c214 smb_gethostname(char *buf, size_t buflen, smb_caseconv_t which) argument
231 switch (which) {
615 * The kpasswd_domain property is the AD domain to which the system
/osnet-11/usr/src/cmd/sendmail/aux/
H A Dvacation.c303 struct entry *which; local
305 for (which = first; which != NULL; which = which->next) {
306 dump_content(which->who_size, which->who, which->when_size,
307 (char *)&(which->when));
504 * a continuation buffer, in which cas
[all...]
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c842 latlon2ul(const char **latlonstrptr, int *which) { argument
911 *which = 1; /*%< latitude */
915 *which = 2; /*%< longitude */
918 *which = 0; /*%< error */
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dnvdisc.c1402 const Namdisc_t *nv_discfun(int which) argument
1404 switch(which)
/osnet-11/usr/src/lib/libnisdb/
H A Dnis_db.cc1000 * Calling vanilla find_table() here (which might go to
1804 db_print_index(char * table_name, int which) argument
1810 dbase->print_index(which);
1852 * Put the specified table in deferred mode, which means that updates go
1853 * to the original table, but reads are satisfied out of a copy (which we
/osnet-11/usr/src/lib/libcpc/common/
H A Dlibcpc.c53 static char *cpc_get_list(int which, int arg);
814 cpc_get_list(int which, int arg) argument
820 if (which == CPC_LIST_ATTRS)
831 if (syscall(SYS_cpc, which, -1, list, arg, 0) != 0) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_sort.c161 ** which would mean b through r would be a run. If we discover such a run,
348 gptr *which[3]; local
358 which[0] = which[2] = base;
359 which[1] = aux;
368 list1 = which[iwhich]; /* area where runs are now */
369 list2 = which[++iwhich]; /* area for merged runs */
386 ** which head to merge) the item to merge
486 * All the original runs are in which[0] == base.
487 * The run we construct must end up in which[leve
[all...]

Completed in 1832 milliseconds

12