Searched refs:ops (Results 1 - 25 of 199) sorted by relevance

12345678

/macosx-10.9.5/ksh-20/ksh/src/lib/libast/string/
H A Dwc2utf8.c41 static const Utf8_t ops[] = variable
57 for (i = 0; i < elementsof(ops); i++)
58 if (w < ops[i].range)
61 *s++ = ops[i].prefix | (w >> ops[i].shift);
62 switch (ops[i].shift)
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/test_micro/
H A Db_inmem.c31 b_inmem_op_ds(u_int ops, int update) argument
65 for (; ops > 0; --ops) {
66 keybuf[(ops % keysize)] = letters[(ops % 26)];
74 for (; ops > 0; --ops)
87 b_inmem_op_ds_bulk(u_int ops, u_int *totalp) argument
139 for (total = 0; ops > 0; --ops) {
169 b_inmem_op_tds(u_int ops, int update, u_int32_t env_flags, u_int32_t log_flags) argument
268 u_int ops, total; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test_micro/source/
H A Db_inmem.c31 op_ds(u_int ops, int update) argument
65 for (; ops > 0; --ops) {
66 keybuf[(ops % keysize)] = letters[(ops % 26)];
74 for (; ops > 0; --ops)
87 op_ds_bulk(u_int ops, u_int *totalp) argument
139 for (total = 0; ops > 0; --ops) {
169 op_tds(u_int ops, int update, u_int32_t env_flags, u_int32_t log_flags) argument
268 u_int ops, total; local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/lib/
H A DpbkdDigest.cpp50 ctx->ops = &Sha1Ops;
53 ctx->ops = &Md5Ops;
56 ctx->ops = &Md2Ops;
62 return ctx->ops->init(&ctx->dig);
76 return ctx->ops->update(&ctx->dig, textPtr, textLen);
83 return ctx->ops->final(digest, &ctx->dig);
/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dxdr_sizeof.c175 struct xdr_ops ops; local
185 ops.x_putlong = x_putlong;
186 ops.x_putbytes = x_putbytes;
187 ops.x_inline = x_inline;
188 ops.x_getpostn = x_getpostn;
189 ops.x_setpostn = x_setpostn;
190 ops.x_destroy = x_destroy;
193 ops.x_getlong = (dummyfunc1) harmless;
194 ops.x_getbytes = (dummyfunc2) harmless;
197 x.x_ops = &ops;
[all...]
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dbuiltin.c226 new_optarg(Options ops) argument
229 if (ops->argscount == 63)
231 if (ops->argsalloc == ops->argscount) {
233 (char **)zhalloc((ops->argsalloc + OPT_ALLOC_CHUNK) *
235 if (ops->argsalloc)
236 memcpy(newptr, ops->args, ops->argsalloc * sizeof(char *));
237 ops->args = newptr;
238 ops
253 struct options ops; local
460 bin_enable(char *name, char **argv, Options ops, int func) argument
542 bin_set(char *nam, char **args, UNUSED(Options ops), UNUSED(int func)) argument
671 bin_pwd(UNUSED(char *name), UNUSED(char **argv), Options ops, UNUSED(int func)) variable
692 bin_dirs(UNUSED(char *name), char **argv, Options ops, UNUSED(int func)) variable
783 bin_cd(char *nam, char **argv, Options ops, int func) argument
1335 bin_fc(char *nam, char **argv, Options ops, int func) argument
1647 fclist(FILE *f, Options ops, zlong first, zlong last, struct asgment *subs, Patprog pprog, int is_command) argument
1833 typeset_setbase(const char *name, Param pm, Options ops, int on, int always) argument
1868 typeset_setwidth(const char * name, Param pm, Options ops, int on, int always) argument
1896 typeset_single(char *cname, char *pname, Param pm, UNUSED(int func), int on, int off, int roff, char *value, Param altpm, Options ops, int joinchar) argument
2320 bin_typeset(char *name, char **argv, Options ops, int func) argument
2613 eval_autoload(Shfunc shf, char *name, Options ops, int func) argument
2678 bin_functions(char *name, char **argv, Options ops, int func) argument
3005 bin_unset(char *name, char **argv, Options ops, int func) argument
3131 bin_whence(char *nam, char **argv, Options ops, int func) argument
3345 bin_hash(char *name, char **argv, Options ops, UNUSED(int func)) argument
3461 bin_unhash(char *name, char **argv, Options ops, UNUSED(int func)) argument
3533 bin_alias(char *name, char **argv, Options ops, UNUSED(int func)) argument
3670 bin_print(char *name, char **args, Options ops, int func) argument
4499 bin_shift(char *name, char **argv, UNUSED(Options ops), UNUSED(int func)) argument
4657 bin_break(char *name, char **argv, UNUSED(Options ops), int func) argument
4840 bin_dot(char *name, char **argv, UNUSED(Options ops), UNUSED(int func)) argument
5012 bin_emulate(UNUSED(char *nam), char **argv, Options ops, UNUSED(int func)) variable
5161 bin_read(char *name, char **args, Options ops, UNUSED(int func)) argument
5968 bin_test(char *name, char **argv, UNUSED(Options ops), int func) argument
6069 bin_trap(char *name, char **argv, UNUSED(Options ops), UNUSED(int func)) argument
6162 bin_ttyctl(UNUSED(char *name), UNUSED(char **argv), Options ops, UNUSED(int func)) variable
6196 bin_umask(char *nam, char **args, Options ops, UNUSED(int func)) argument
6306 bin_notavail(char *nam, UNUSED(char **argv), UNUSED(Options ops), UNUSED(int func)) argument
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dpage_decrypt.c47 dsmos_page_transform(const void* from, void *to, unsigned long long src_offset, void *ops) argument
58 return (*dsmos_hook) (from, to, src_offset, ops);
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A Dkeyset.c64 struct hx509_keyset_ops *ops; member in struct:hx509_certs_data
81 _hx509_ks_register(hx509_context context, struct hx509_keyset_ops *ops) argument
85 if (_hx509_ks_type(context, ops->name))
92 val[context->ks_num_ops] = ops;
105 c->ops->free(c, c->ops_data);
130 struct hx509_keyset_ops *ops; local
155 ops = _hx509_ks_type(context, type);
156 if (ops == NULL) {
170 c->ops = ops;
[all...]
/macosx-10.9.5/cctools-845/as/
H A Dppc-check.c33 if(ppc_opcodes[i].ops[0].type == NONE)
38 for(j = 0; j < 5 && ppc_opcodes[i].ops[j].type != NONE; j++){
39 switch(ppc_opcodes[i].ops[j].type){
120 x = bits(ppc_opcodes[i].ops[j].width);
121 if(ppc_opcodes[i].ops[2].type == PCREL)
136 printf("%d", bits(ppc_opcodes[i].ops[j].width) );
139 printf("%d", bits(ppc_opcodes[i].ops[j].width - 1) );
154 printf("%d", bits(ppc_opcodes[i].ops[j].width));
163 if(j == 4 || ppc_opcodes[i].ops[j+1].type == NONE){
177 if(ppc_opcodes[i].ops[
[all...]
H A Dppc.c936 if(format->ops[i].type == GREG ||
937 format->ops[i].type == G0REG){
938 val = (insn.opcode & (0x1f << format->ops[i].offset)) >>
939 format->ops[i].offset;
1093 format->ops[parcnt].type != NONE; parcnt++){
1096 switch(format->ops[parcnt].type){
1169 (format->ops[0].type == NONE && *param != '\0')){
1255 (format->ops[2].type != G0REG && format->ops[2].type != GREG))
1286 if(format->ops[parcn
[all...]
/macosx-10.9.5/zsh-60/zsh/Src/Modules/
H A Dstat.c356 bin_stat(char *name, char **args, Options ops, UNUSED(int func)) argument
391 ops->ind['L'] = 1;
396 ops->ind[STOUC(*arg)] = 1;
417 ops->ind['f'] = 1;
438 ops->ind['s'] = 1;
457 if (OPT_ISSET(ops,'l')) {
481 if (!*args && !OPT_ISSET(ops,'f')) {
484 } else if (*args && OPT_ISSET(ops,'f')) {
490 if (OPT_ISSET(ops,'f'))
496 if (OPT_ISSET(ops,'
[all...]
H A Dzpty.c702 bin_zpty(char *nam, char **args, Options ops, UNUSED(int func)) argument
704 if ((OPT_ISSET(ops,'r') && OPT_ISSET(ops,'w')) ||
705 ((OPT_ISSET(ops,'r') || OPT_ISSET(ops,'w')) &&
706 (OPT_ISSET(ops,'d') || OPT_ISSET(ops,'e') ||
707 OPT_ISSET(ops,'b') || OPT_ISSET(ops,'L'))) ||
708 (OPT_ISSET(ops,'
[all...]
H A Dsystem.c71 bin_sysread(char *nam, char **args, Options ops, UNUSED(int func)) argument
77 if (OPT_ISSET(ops, 'i')) {
78 infd = getposint(OPT_ARG(ops, 'i'), nam);
84 if (OPT_ISSET(ops, 'o')) {
89 outfd = getposint(OPT_ARG(ops, 'o'), nam);
95 if (OPT_ISSET(ops, 's')) {
96 bufsize = getposint(OPT_ARG(ops, 's'), nam);
102 if (OPT_ISSET(ops, 'c')) {
103 countvar = OPT_ARG(ops, 'c');
128 if (OPT_ISSET(ops, '
239 bin_syswrite(char *nam, char **args, Options ops, UNUSED(int func)) argument
293 bin_syserror(char *nam, char **args, Options ops, UNUSED(int func)) argument
345 bin_zsystem_flock(char *nam, char **args, UNUSED(Options ops), UNUSED(int func)) argument
504 bin_zsystem_supports(char *nam, char **args, UNUSED(Options ops), UNUSED(int func)) argument
529 bin_zsystem(char *nam, char **args, Options ops, int func) argument
[all...]
H A Dsocket.c57 bin_zsocket(char *nam, char **args, Options ops, UNUSED(int func)) argument
64 if (OPT_ISSET(ops,'v'))
67 if (OPT_ISSET(ops,'t'))
70 if (OPT_ISSET(ops,'d')) {
71 targetfd = atoi(OPT_ARG(ops,'d'));
74 OPT_ARG(ops, 'd'));
84 if (OPT_ISSET(ops,'l')) {
138 else if (OPT_ISSET(ops,'a'))
H A Dfiles.c59 bin_sync(UNUSED(char *nam), UNUSED(char **args), UNUSED(Options ops), UNUSED(int func))
69 bin_mkdir(char *nam, char **args, Options ops, UNUSED(int func)) argument
76 if(OPT_ISSET(ops,'m')) {
77 char *str = OPT_ARG(ops,'m'), *ptr;
90 if(OPT_ISSET(ops,'p')) {
146 bin_rmdir(char *nam, char **args, UNUSED(Options ops), UNUSED(int func)) argument
196 bin_ln(char *nam, char **args, Options ops, int func) argument
207 flags = OPT_ISSET(ops,'f') ? 0 : MV_ASKNW;
210 flags = OPT_ISSET(ops,'f') ? MV_FORCE : 0;
212 if(OPT_ISSET(ops,'
606 bin_rm(char *nam, char **args, Options ops, UNUSED(int func)) argument
675 bin_chown(char *nam, char **args, Options ops, int func) argument
[all...]
H A Dpcre.c76 bin_pcre_compile(char *nam, char **args, Options ops, UNUSED(int func)) argument
82 if(OPT_ISSET(ops,'a')) pcre_opts |= PCRE_ANCHORED;
83 if(OPT_ISSET(ops,'i')) pcre_opts |= PCRE_CASELESS;
84 if(OPT_ISSET(ops,'m')) pcre_opts |= PCRE_MULTILINE;
85 if(OPT_ISSET(ops,'x')) pcre_opts |= PCRE_EXTENDED;
86 if(OPT_ISSET(ops,'s')) pcre_opts |= PCRE_DOTALL;
117 bin_pcre_study(char *nam, UNUSED(char **args), UNUSED(Options ops), UNUSED(int func)) argument
268 bin_pcre_match(char *nam, char **args, Options ops, UNUSED(int func)) argument
285 if(OPT_HASARG(ops,c='a')) {
286 receptacle = OPT_ARG(ops,
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/console/
H A Dserial_general.c125 uint32_t ops = old_console; local
127 if ((ops >= nconsops) && !squawked) {
129 printf("switch_to_old_console: unknown ops %d\n", ops);
131 cons_ops_index = ops;
/macosx-10.9.5/BerkeleyDB-21/db/docs/ref/transapp/
H A Dwritetest.cs26 int bytes, ch, cnt, fd, ops;
31 ops = 1000;
45 if ((ops = atoi(optarg)) <= 0) {
65 printf("Running: %d ops\n", ops);
68 for (cnt = 0; cnt < ops; ++cnt) {
106 ops, (ops / usecs) * 1000000);
116 "usage: testfile [-b bytes] [-f file] [-o ops]\n");
/macosx-10.9.5/BerkeleyDB-21/db/docs_src/ref/transapp/
H A Dwritetest.cs26 int bytes, ch, cnt, fd, ops;
31 ops = 1000;
45 if ((ops = atoi(optarg)) <= 0) {
65 printf("Running: %d ops\n", ops);
68 for (cnt = 0; cnt < ops; ++cnt) {
106 ops, (ops / usecs) * 1000000);
116 "usage: testfile [-b bytes] [-f file] [-o ops]\n");
/macosx-10.9.5/Security-55471.14.18/include/securityd_client/
H A Dsec_xdr_sizeof.c163 struct xdr_ops ops; local
173 ops.x_putlong = sec_x_putlong;
174 ops.x_putbytes = sec_x_putbytes;
175 ops.x_inline = sec_x_inline;
176 ops.x_getpostn = sec_x_getpostn;
177 ops.x_setpostn = sec_x_setpostn;
178 ops.x_destroy = sec_x_destroy;
181 ops.x_getlong = (dummyfunc1) sec_harmless;
182 ops.x_getbytes = (dummyfunc2) sec_harmless;
185 x.x_ops = &ops;
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurityd/lib/
H A Dsec_xdr_sizeof.c163 struct xdr_ops ops; local
173 ops.x_putlong = sec_x_putlong;
174 ops.x_putbytes = sec_x_putbytes;
175 ops.x_inline = sec_x_inline;
176 ops.x_getpostn = sec_x_getpostn;
177 ops.x_setpostn = sec_x_setpostn;
178 ops.x_destroy = sec_x_destroy;
181 ops.x_getlong = (dummyfunc1) sec_harmless;
182 ops.x_getbytes = (dummyfunc2) sec_harmless;
185 x.x_ops = &ops;
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dcache.c104 * Add a new ccache type with operations `ops', overwriting any
108 * @param ops type of plugin symbol
110 * an existing ops with the same name.
119 const krb5_cc_ops *ops,
125 if(strcmp(context->cc_ops[i]->prefix, ops->prefix) == 0) {
130 ops->prefix);
149 context->cc_ops[i] = ops;
155 * `ops'. Returns 0 or and error code.
160 const krb5_cc_ops *ops,
171 p->ops
118 krb5_cc_register(krb5_context context, const krb5_cc_ops *ops, krb5_boolean override) argument
159 _krb5_cc_allocate(krb5_context context, const krb5_cc_ops *ops, krb5_ccache *id) argument
183 allocate_ccache(krb5_context context, const krb5_cc_ops *ops, const char *residual, krb5_ccache *id) argument
300 const krb5_cc_ops *ops; local
487 const krb5_cc_ops *ops; local
568 const krb5_cc_ops *ops = KRB5_DEFAULT_CCTYPE; local
1083 const krb5_cc_ops *ops; member in struct:krb5_cc_cache_cursor_data
1106 const krb5_cc_ops *ops; local
1882 const krb5_cc_ops *ops; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Ddropsite.tcl53 ops,copy 1
54 ops,move 1
55 ops,link 1
151 foreach {type ops} $types {
152 set drop($type,ops) {}
154 foreach {descop lmod} $ops {
166 if { [info exists drop($type,ops,$subop)] } {
169 if { ![info exists _tabops(ops,$baseop)] } {
173 [info exists _tabops(ops,$subop)] } {
181 set drop($type,ops,
[all...]
/macosx-10.9.5/Heimdal-323.92.1/appl/dceutils/
H A Dk5dce.h63 struct _krb5_cc_ops *ops; member in struct:_krb5_ccache
156 #define krb5_cc_get_principal(cache, principal) (*(cache)->ops->get_princ)(cache, principal)
157 #define krb5_cc_set_flags(cache, flags) (*(cache)->ops->set_flags)(cache, flags)
158 #define krb5_cc_get_name(cache) (*(cache)->ops->get_name)(cache)
159 #define krb5_cc_start_seq_get(cache, cursor) (*(cache)->ops->get_first)(cache, cursor)
160 #define krb5_cc_next_cred(cache, cursor, creds) (*(cache)->ops->get_next)(cache, cursor, creds)
161 #define krb5_cc_destroy(cache) (*(cache)->ops->destroy)(cache)
162 #define krb5_cc_end_seq_get(cache, cursor) (*(cache)->ops->end_get)(cache, cursor)
/macosx-10.9.5/zsh-60/zsh/Src/Zle/
H A Dzle_thingy.c338 bin_zle(char *name, char **args, Options ops, UNUSED(int func)) argument
363 for(op = opns; op->o && !OPT_ISSET(ops,STOUC(op->o)); op++) ;
366 if(OPT_ISSET(ops,STOUC(opp->o))) {
382 return op->func(name, args, ops, op->o);
387 bin_zle_list(UNUSED(char *name), char **args, Options ops, UNUSED(char func)) variable
391 (OPT_ISSET(ops,'a') ? -1 : OPT_ISSET(ops,'L')));
400 (!OPT_ISSET(ops,'a') && (t->widget->flags & WIDGET_INT)))
402 else if (OPT_ISSET(ops,'L')) {
412 bin_zle_refresh(UNUSED(char *name), char **args, Options ops, UNUSE variable
453 bin_zle_mesg(char *name, char **args, UNUSED(Options ops), UNUSED(char func)) argument
467 bin_zle_unget(char *name, char **args, UNUSED(Options ops), UNUSED(char func)) argument
482 bin_zle_keymap(char *name, char **args, UNUSED(Options ops), UNUSED(char func)) argument
542 bin_zle_del(char *name, char **args, UNUSED(Options ops), UNUSED(char func)) argument
561 bin_zle_link(char *name, char **args, UNUSED(Options ops), UNUSED(char func)) argument
578 bin_zle_new(char *name, char **args, UNUSED(Options ops), UNUSED(char func)) argument
594 bin_zle_complete(char *name, char **args, UNUSED(Options ops), UNUSED(char func)) argument
645 bin_zle_call(char *name, char **args, UNUSED(Options ops), UNUSED(char func)) argument
760 bin_zle_fd(char *name, char **args, Options ops, UNUSED(char func)) argument
862 bin_zle_transform(char *name, char **args, Options ops, UNUSED(char func)) argument
[all...]

Completed in 210 milliseconds

12345678