Searched refs:arg (Results 151 - 175 of 3552) sorted by relevance

1234567891011>>

/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dsecasn1t.h73 extern const SecAsn1Template * NSS_Get_##x (void *arg, Boolean enc);
76 const SecAsn1Template * NSS_Get_##x(void * arg, Boolean enc) \
106 typedef void (* SEC_ASN1NotifyProc)(void *arg, Boolean before,
131 * - "arg" is an opaque pointer that you provided at the same time you
139 typedef void (* SEC_ASN1WriteProc)(void *arg,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dsecasn1t.h73 extern const SecAsn1Template * NSS_Get_##x (void *arg, Boolean enc);
76 const SecAsn1Template * NSS_Get_##x(void * arg, Boolean enc) \
106 typedef void (* SEC_ASN1NotifyProc)(void *arg, Boolean before,
131 * - "arg" is an opaque pointer that you provided at the same time you
139 typedef void (* SEC_ASN1WriteProc)(void *arg,
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/p12Parse/
H A Dmain.cpp26 for(int arg=3; arg<argc; arg++) {
27 char *argp = argv[arg];
/macosx-10.10/bootstrap_cmds-91/migcom.tproj/
H A Dutils.h79 void (*func)(FILE *file, argument_t *arg),
83 void (*func)(FILE *file, argument_t *arg),
87 extern void WriteNameDecl( FILE *file, argument_t *arg );
88 extern void WriteUserVarDecl( FILE *file, argument_t *arg );
89 extern void WriteServerVarDecl( FILE *file, argument_t *arg );
90 extern void WriteTemplateDeclIn( FILE *file, argument_t *arg );
91 extern void WriteTemplateDeclOut( FILE *file, argument_t *arg );
92 extern void WriteCheckDecl( FILE *file, argument_t *arg );
99 extern void WriteKPDFieldDecl(FILE *file, argument_t *arg);
101 extern void WriteFieldDeclPrim( FILE *file, argument_t *arg, cha
[all...]
/macosx-10.10/configd-699.1.5/configd.tproj/
H A Dplugin_support.h41 void plugin_exec (void *arg);
/macosx-10.10/crontabs-52/files/daily/
H A D130.clean-msgs28 arg=-${daily_clean_msgs_days#-} || arg=
29 msgs -c $arg && rc=0 || rc=3
/macosx-10.10/curl-83.1.2/curl/src/
H A Dtool_doswin.h32 char **__crt0_glob_function(char *arg);
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/win32/
H A Dconfigure.js435 var arg, opt;
436 arg = WScript.Arguments(i);
437 opt = arg.substring(0, arg.indexOf("="));
439 opt = arg.substring(0, arg.indexOf(":"));
442 withTrio = strToBool(arg.substring(opt.length + 1, arg.length));
444 withThreads = arg.substring(opt.length + 1, arg
[all...]
/macosx-10.10/adv_cmds-158/stty/
H A Dcchar.c106 char *arg, *ep, *name; local
118 arg = *++*argvp;
119 if (!arg) {
124 #define CHK(s) (*arg == s[0] && !strcmp(arg, s))
128 val = strtol(arg, &ep, 10);
146 } else if (arg[0] == '^')
147 ip->t.c_cc[cp->sub] = (arg[1] == '?') ? 0177 :
148 (arg[1] == '-') ? _POSIX_VDISABLE : arg[
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dconcat.c73 const char *arg; local
75 for (arg = first; arg ; arg = va_arg (args, const char *))
76 length += strlen (arg);
85 const char *arg; local
87 for (arg = first; arg ; arg = va_arg (args, const char *))
89 unsigned long length = strlen (arg);
[all...]
/macosx-10.10/emacs-93/emacs/lisp/emulation/
H A Dvi.el76 (defun vi-switch-mode (arg mode-char)
86 (setq prefix-arg arg) ; prefix arg will be passed down
92 (defun vi-debugging (arg)
93 "Toggle debug-on-error flag. If prefix arg is given, set t."
95 (if arg
441 in it just put a prefix arg for the search commands. Replace cmds too.
570 "Go to vi-mode command state. If optional arg exists, means return from
580 (defun vi-kill-line (arg)
[all...]
/macosx-10.10/BerkeleyDB-21/db/mod_db4/
H A Dsem_utils.c47 union semun arg; local
59 arg.array = start;
60 if(semctl(semid, 0, SETALL, arg) < 0) {
104 union semun arg; local
105 arg.val = value;
106 semctl(semid, semnum, SETALL, arg);
111 union semun arg; local
112 return semctl(semid, 0, GETVAL, arg);
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DTrustSettingsUtils.h39 #define TS_REQUIRED(arg) if(arg == NULL) { return errSecParam; }
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DTrustSettingsUtils.h39 #define TS_REQUIRED(arg) if(arg == NULL) { return errSecParam; }
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DTrustSettingsUtils.h39 #define TS_REQUIRED(arg) if(arg == NULL) { return errSecParam; }
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dstats.c78 void *arg; member in struct:rdatadumparg
83 void *arg; member in struct:opcodedumparg
274 void *arg, unsigned int options)
279 arg, options);
284 dns_rdatatypestats_dumper_t dump_fn, void * arg)
299 dump_fn(type, value, arg);
303 rdatatype_dumpcb(isc_statscounter_t counter, isc_uint64_t value, void *arg) { argument
304 rdatadumparg_t *rdatadumparg = arg;
306 dump_rdentry(counter, value, 0, rdatadumparg->fn, rdatadumparg->arg);
313 rdatadumparg_t arg; local
273 dns_generalstats_dump(dns_stats_t *stats, dns_generalstats_dumper_t dump_fn, void *arg, unsigned int options) argument
283 dump_rdentry(int rdcounter, isc_uint64_t value, dns_rdatastatstype_t attributes, dns_rdatatypestats_dumper_t dump_fn, void * arg) argument
322 rdataset_dumpcb(isc_statscounter_t counter, isc_uint64_t value, void *arg) argument
342 rdatadumparg_t arg; local
353 opcode_dumpcb(isc_statscounter_t counter, isc_uint64_t value, void *arg) argument
363 opcodedumparg_t arg; local
[all...]
/macosx-10.10/bind9-45.101/bind9/make/
H A Dmkdep.in123 for arg in $* ; do
124 case "$arg" in
126 newargs="$newargs $arg"
129 newargs="$newargs $VPATH/$arg"
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dlogname.c63 error(2, "%s", opt_info.arg);
66 error(ERROR_usage(2), "%s", opt_info.arg);
H A Dmktemp.c90 mode = strperm(pfx = opt_info.arg, &opt_info.arg, S_IRWXU);
91 if (*opt_info.arg)
98 dir = opt_info.arg;
111 if (!pathtemp(NiL, 0, opt_info.arg, "/seed", NiL))
112 error(2, "%s: regression test initializtion failed", opt_info.arg);
115 error(2, "%s", opt_info.arg);
118 error(ERROR_usage(2), "%s", opt_info.arg);
H A Dsync.c62 error(2, "%s", opt_info.arg);
65 error(ERROR_usage(2), "%s", opt_info.arg);
/macosx-10.10/libffi-18.1/tests/testsuite/libffi.call/
H A Dextension.c11 int64_t s8_fn(int8_t arg) { argument
12 return arg;
15 int64_t s16_fn(int16_t arg) { argument
16 return arg;
19 int64_t s32_fn(int32_t arg) { argument
20 return arg;
23 int64_t s64_fn(int64_t arg) { argument
24 return arg;
/macosx-10.10/ruby-106/ruby/missing/
H A Dffs.c6 int ffs(int arg) argument
8 unsigned int x = (unsigned int)arg;
/macosx-10.10/swig-12/Lib/ruby/
H A Djstring.i39 %arg(SWIG_AsVal(jstring)),
40 %arg(SWIG_From(jstring)),
41 %arg(SWIG_AsVal_frag(jstring)),
42 %arg(SWIG_From_frag(jstring)),
/macosx-10.10/swig-12/Lib/tcl/
H A Djstring.i37 %arg(SWIG_AsVal(jstring)),
38 %arg(SWIG_From(jstring)),
39 %arg(SWIG_AsVal_frag(jstring)),
40 %arg(SWIG_From_frag(jstring)),
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dpicture.el75 ;; column, or if the arg ADJUST-TO-CURRENT is non-nil, set it to the
85 (defun picture-beginning-of-line (&optional arg)
90 (if arg (forward-line (1- (prefix-numeric-value arg))))
94 (defun picture-end-of-line (&optional arg)
99 (if arg (forward-line (1- (prefix-numeric-value arg))))
104 (defun picture-forward-column (arg &optional interactive)
110 (setq picture-desired-column (max 0 (+ picture-desired-column arg)))
113 (< arg
[all...]

Completed in 177 milliseconds

1234567891011>>