Searched defs:ac (Results 1 - 23 of 23) sorted by relevance

/osnet-11/usr/src/lib/libast/common/comp/
H A Dwordexp.c69 register int c,quoted=0,literal=0,ac=0; local
115 else if(!quoted && strchr("|&\n;<>"+ac,c))
121 ac=2;
132 ac = 0;
139 ac++;
152 c = ac+2;
178 wdarg->we_wordc += ac;
182 while(ac-- > 0)
/osnet-11/usr/src/lib/libresolv/
H A Dres_gethost.c73 char ac; member in union:__anon2413
/osnet-11/usr/src/lib/libresolv2/common/dst/
H A Dsupport.c100 u_int32_t ac; local
107 for (ac = 0; size > 1; size -= 2, kp += 2)
108 ac += ((*kp) << 8) + *(kp + 1);
111 ac += ((*kp) << 8);
112 ac += (ac >> 16) & 0xffff;
114 return (ac & 0xffff);
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dmain.c141 int sh_main(int ac, char *av[], Shinit_f userinit) argument
161 shp = sh_init(ac,av,userinit);
H A Dargs.c713 register const struct comnod *ac = comptr; local
716 if(!ac->comarg)
721 else if(!(ac->comtyp&COMSCAN))
723 register struct dolnod *ap = (struct dolnod*)ac->comarg;
729 if(ac)
731 if(ac->comnamp == SYSLET)
733 argp = ac->comarg;
H A Dparse.c812 struct comnod *ac; local
815 t->funct.functargs = ac = (struct comnod*)simple(lexp,SH_NOIO|SH_FUNDEF,NIL(struct ionod*));
816 if(ac->comset || (ac->comtyp&COMSCAN))
818 argv0 = argv = ((struct dolnod*)ac->comarg)->dolval+ARG_SPARE;
834 np->nvalue.rp->argc = ((struct dolnod*)ac->comarg)->dolnum;
941 register struct comnod *ac; local
976 ac = (struct comnod*)getnode(comnod);
977 memset((void*)ac,0,sizeof(*ac));
1807 qscan(struct comnod *ac,int argn) argument
[all...]
H A Dxec.c2591 struct comnod *ac = t->funct.functargs; local
2601 np->nvalue.rp->argv = ac?((struct dolnod*)ac->comarg)->dolval+1:0;
2602 np->nvalue.rp->argc = ac?((struct dolnod*)ac->comarg)->dolnum:0;
3407 int cmdrecurse(int argc, char* argv[], int ac, char* av[]) argument
3411 NOT_USED(ac);
/osnet-11/usr/src/cmd/hal/probing/network-printer/
H A Dprobe-snmp.c477 main(int ac, char *av[]) argument
/osnet-11/usr/src/lib/nsswitch/dns/common/
H A Dgethostent.c67 char ac; member in union:__anon2776
H A Dgethostent6.c60 char ac; member in union:__anon2777
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Ddns_nw.c71 char ac; member in union:__anon2419
H A Dlcl_ho.c119 char ac; member in union:__anon2422
H A Ddns_ho.c137 char ac; member in union:__anon2418
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dtest.c76 int ac; member in struct:test
184 tdata.ac = argc;
199 while(tp->ap < tp->ac)
235 if(tp->ap >= tp->ac)
/osnet-11/usr/src/lib/libeti/form/common/
H A Dregex.c341 __cclass(char *aset, char ac, intptr_t af) argument
347 if ((c = ac) == 0)
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dauth_con.c201 krb5_auth_con_setsendsubkey(krb5_context ctx, krb5_auth_context ac, krb5_keyblock *keyblock) argument
203 if (ac->send_subkey != NULL)
204 krb5_k_free_key(ctx, ac->send_subkey);
205 ac->send_subkey = NULL;
207 return krb5_k_create_key(ctx, keyblock, &ac->send_subkey);
213 krb5_auth_con_setrecvsubkey(krb5_context ctx, krb5_auth_context ac, krb5_keyblock *keyblock) argument
215 if (ac->recv_subkey != NULL)
216 krb5_k_free_key(ctx, ac->recv_subkey);
217 ac->recv_subkey = NULL;
219 return krb5_k_create_key(ctx, keyblock, &ac
225 krb5_auth_con_getsendsubkey(krb5_context ctx, krb5_auth_context ac, krb5_keyblock **keyblock) argument
234 krb5_auth_con_getsendsubkey_k(krb5_context ctx, krb5_auth_context ac, krb5_key *key) argument
243 krb5_auth_con_getrecvsubkey(krb5_context ctx, krb5_auth_context ac, krb5_keyblock **keyblock) argument
252 krb5_auth_con_getrecvsubkey_k(krb5_context ctx, krb5_auth_context ac, krb5_key *key) argument
471 krb5int_auth_con_chkseqnum( krb5_context ctx, krb5_auth_context ac, krb5_ui_4 in_seq) argument
[all...]
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfvscanf.c134 static char* _sfsetclass(const char* form, Accept_t* ac, int flags) argument
136 static char* _sfsetclass(form, ac, flags)
138 Accept_t* ac; /* values of accepted characters */
148 { ac->yes = 0;
151 else ac->yes = 1;
154 ac->ok[c] = !ac->yes;
157 { ac->ok[*form] = ac->yes;
160 ac
195 _sfwaccept(wchar_t wc, Accept_t* ac) argument
236 _sfgetwc(Scan_t* sc, wchar_t* wc, int fmt, Accept_t* ac, Void_t *mbs) argument
[all...]
/osnet-11/usr/src/lib/libresolv2/common/nameser/
H A Dns_name.c744 int ac, bc; local
746 while (ac = *a, bc = *b, ac != 0 && bc != 0) {
747 if ((ac & NS_CMPRSFLGS) != 0 || (bc & NS_CMPRSFLGS) != 0) {
751 if (a + ac >= ae || b + bc >= be) {
755 if (ac != bc || strncasecmp((const char *) ++a,
756 (const char *) ++b, ac) != 0)
758 a += ac, b += bc;
760 return (ac == 0 && bc == 0);
/osnet-11/usr/src/lib/libipmi/common/
H A Dipmi_lan.c753 ipmi_channel_auth_caps_t *ac; local
758 if ((ac = ipmi_get_channel_auth_caps(ihp, IPMI_LAN_CHANNEL_E,
767 if (!(ac->cap_authtype & IPMI_SESSION_AUTHTYPE_PASSWORD)) {
768 free(ac);
771 free(ac);
/osnet-11/usr/src/grub/grub2/grub-core/video/readers/
H A Djpeg.c189 int id, ac, n, base, ofs; local
200 ac = (id >> 4) & 1;
214 id += ac * 2;
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dedit.c1654 int ac=0,l,m,n,index1,index2; local
1699 ac++;
1702 if(ac>1)
1704 l = ac;
1705 argv = av = (char**)stakalloc((ac+1)*sizeof(char*));
1711 strsort(argv,ac,ed_sortdata);
1726 ac = ar-argv;
1727 strsort(argv,ac,ed_sortindex);
1735 return(ep->hmax=ac);
/osnet-11/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c44 #include <sys/ac.h>
382 mema_err(ac_cfga_cmd_t *ac, int ret_errno, char **errstring, int cmd) argument
388 if (ac) {
389 syserr = mema_str(mema_sid(ret_errno, ac->errtype));
405 mema_cmd_init(ac_cfga_cmd_t *ac, void *cmd, char *outputstr, int force) argument
407 (void) memset((void *)ac, 0, sizeof (*ac));
409 ac->errtype = AC_ERR_DEFAULT;
410 ac->private = cmd;
411 ac
1364 mema_cvt(ac_stat_t *ac, mema_bank_t *bkp, cfga_stat_data_t *cs) argument
[all...]
/osnet-11/usr/src/lib/libsqlite/src/
H A Dpager.c327 unsigned char ac[4]; local
328 memcpy(ac, &res, 4);
329 res = (ac[0]<<24) | (ac[1]<<16) | (ac[2]<<8) | ac[3];
345 unsigned char ac[4]; local
349 ac[0] = (val>>24) & 0xff;
350 ac[1] = (val>>16) & 0xff;
351 ac[
364 unsigned char *ac; local
[all...]

Completed in 411 milliseconds