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

12345678

/macosx-10.10/ksh-23/ksh/src/lib/libast/string/
H A Dwc2utf8.c42 static const Utf8_t ops[] = variable
58 for (i = 0; i < elementsof(ops); i++)
59 if (w < ops[i].range)
62 *s++ = ops[i].prefix | (w >> ops[i].shift);
63 switch (ops[i].shift)
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/hashTimeLibCrypt/
H A DpbkdDigest.cpp44 ctx->ops = &Sha1Ops;
47 ctx->ops = &Md5Ops;
50 return ctx->ops->init(&ctx->dig);
64 return ctx->ops->update(&ctx->dig, textPtr, textLen);
71 return ctx->ops->final(digest, &ctx->dig);
/macosx-10.10/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.10/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.10/Security-57031.1.35/Security/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.10/Libinfo-459/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.10/zsh-61/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
544 bin_set(char *nam, char **args, UNUSED(Options ops), UNUSED(int func)) argument
673 bin_pwd(UNUSED(char *name), UNUSED(char **argv), Options ops, UNUSED(int func)) variable
694 bin_dirs(UNUSED(char *name), char **argv, Options ops, UNUSED(int func)) variable
785 bin_cd(char *nam, char **argv, Options ops, int func) argument
1343 bin_fc(char *nam, char **argv, Options ops, int func) argument
1655 fclist(FILE *f, Options ops, zlong first, zlong last, struct asgment *subs, Patprog pprog, int is_command) argument
1841 typeset_setbase(const char *name, Param pm, Options ops, int on, int always) argument
1876 typeset_setwidth(const char * name, Param pm, Options ops, int on, int always) argument
1904 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
2328 bin_typeset(char *name, char **argv, Options ops, int func) argument
2621 eval_autoload(Shfunc shf, char *name, Options ops, int func) argument
2686 bin_functions(char *name, char **argv, Options ops, int func) argument
3018 bin_unset(char *name, char **argv, Options ops, int func) argument
3144 bin_whence(char *nam, char **argv, Options ops, int func) argument
3358 bin_hash(char *name, char **argv, Options ops, UNUSED(int func)) argument
3474 bin_unhash(char *name, char **argv, Options ops, UNUSED(int func)) argument
3546 bin_alias(char *name, char **argv, Options ops, UNUSED(int func)) argument
3683 bin_print(char *name, char **args, Options ops, int func) argument
4512 bin_shift(char *name, char **argv, UNUSED(Options ops), UNUSED(int func)) argument
4670 bin_break(char *name, char **argv, UNUSED(Options ops), int func) argument
4853 bin_dot(char *name, char **argv, UNUSED(Options ops), UNUSED(int func)) argument
5025 bin_emulate(UNUSED(char *nam), char **argv, Options ops, UNUSED(int func)) variable
5184 bin_read(char *name, char **args, Options ops, UNUSED(int func)) argument
5993 bin_test(char *name, char **argv, UNUSED(Options ops), int func) argument
6101 bin_trap(char *name, char **argv, UNUSED(Options ops), UNUSED(int func)) argument
6194 bin_ttyctl(UNUSED(char *name), UNUSED(char **argv), Options ops, UNUSED(int func)) variable
6228 bin_umask(char *nam, char **args, Options ops, UNUSED(int func)) argument
6338 bin_notavail(char *nam, UNUSED(char **argv), UNUSED(Options ops), UNUSED(int func)) argument
[all...]
/macosx-10.10/xnu-2782.1.97/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.10/Security-57031.1.35/Security/sec/Security/
H A DSecAccessControl.c213 CFMutableDictionaryRef ops = (CFMutableDictionaryRef)CFDictionaryGetValue(access_control->dict, kAKSKeyAcl); local
214 if (!ops) {
215 ops = CFDictionaryCreateMutableForCFTypes(CFGetAllocator(access_control));
216 CFDictionarySetValue(access_control->dict, kAKSKeyAcl, ops);
218 CFDictionarySetValue(ops, operation, constraint);
223 CFMutableDictionaryRef ops = (CFMutableDictionaryRef)CFDictionaryGetValue(access_control->dict, kAKSKeyAcl); local
224 if (ops)
225 CFDictionaryRemoveValue(ops, operation);
229 CFMutableDictionaryRef ops = (CFMutableDictionaryRef)CFDictionaryGetValue(access_control->dict, kAKSKeyAcl); local
230 if (!ops || CFDictionaryGetCoun
252 CFMutableDictionaryRef ops = (CFMutableDictionaryRef)CFDictionaryGetValue(access_control->dict, kAKSKeyAcl); local
261 CFMutableDictionaryRef ops = (CFMutableDictionaryRef)CFDictionaryGetValue(access_control->dict, kAKSKeyAcl); local
[all...]
/macosx-10.10/Heimdal-398.1.2/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.10/zsh-61/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.c731 bin_zpty(char *nam, char **args, Options ops, UNUSED(int func)) argument
733 if ((OPT_ISSET(ops,'r') && OPT_ISSET(ops,'w')) ||
734 ((OPT_ISSET(ops,'r') || OPT_ISSET(ops,'w')) &&
735 (OPT_ISSET(ops,'d') || OPT_ISSET(ops,'e') ||
736 OPT_ISSET(ops,'b') || OPT_ISSET(ops,'L'))) ||
737 (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.10/Heimdal-398.1.2/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
488 const krb5_cc_ops *ops; local
569 const krb5_cc_ops *ops = KRB5_DEFAULT_CCTYPE; local
1084 const krb5_cc_ops *ops; member in struct:krb5_cc_cache_cursor_data
1107 const krb5_cc_ops *ops; local
1884 const krb5_cc_ops *ops; local
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/console/
H A Dserial_general.c124 uint32_t ops = old_console; local
126 if ((ops >= nconsops) && !squawked) {
128 printf("switch_to_old_console: unknown ops %d\n", ops);
130 cons_ops_index = ops;
/macosx-10.10/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.10/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.10/Security-57031.1.35/Security/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.10/Security-57031.1.35/Security/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.10/tcl-105/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.10/Heimdal-398.1.2/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.10/zsh-61/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
858 bin_zle_transform(char *name, char **args, Options ops, UNUSED(char func)) argument
[all...]

Completed in 504 milliseconds

12345678