Searched refs:arg (Results 126 - 150 of 3552) sorted by relevance

1234567891011>>

/macosx-10.10/apr-32/apr/apr/build/
H A Daplibtool.c73 bool parse_long_opt(char *arg, cmd_data_t *cmd_data);
74 int parse_short_opt(char *arg, cmd_data_t *cmd_data);
75 bool parse_input_file_name(char *arg, cmd_data_t *cmd_data);
76 bool parse_output_file_name(char *arg, cmd_data_t *cmd_data);
112 char *arg; local
116 arg = argv[a];
119 if (arg[0] == '-') {
120 if (arg[1] == '-') {
121 argused = parse_long_opt(arg + 2, cmd_data);
122 } else if (arg[
148 parse_long_opt(char *arg, cmd_data_t *cmd_data) argument
190 parse_short_opt(char *arg, cmd_data_t *cmd_data) argument
229 parse_input_file_name(char *arg, cmd_data_t *cmd_data) argument
305 parse_output_file_name(char *arg, cmd_data_t *cmd_data) argument
382 char *arg; local
[all...]
/macosx-10.10/bootstrap_cmds-91/migcom.tproj/
H A Droutine.h59 /* base kind arg */
69 #define akeCount (9) /* a count arg for argParent */
70 #define akePoly (10) /* a poly arg for argParent */
71 #define akeDealloc (11) /* a deallocate arg for argParent */
72 #define akeCountInOut (12) /* a count-in-out arg */
84 #define akbUserArg (0x00000100) /* an arg on user-side */
85 #define akbServerArg (0x00000200) /* an arg on server-side */
101 #define akbSendKPD (0x08000000) /* the arg is sent in the Kernel Processed Data
103 #define akbReturnKPD (0x10000000) /* the arg is sent in the Kernel Processed Data
105 #define akbUserImplicit (0x20000000) /* the arg i
[all...]
H A Dutils.c242 register argument_t *arg; local
245 for (arg = args; arg != argNULL; arg = arg->argNext)
246 if (akCheckAll(arg->argKind, mask)) {
251 (*func)(file, arg);
260 WriteReverseListPrim(FILE *file, register argument_t *arg, void (*func)(), u_int mask, char *between) argument
264 if (arg != argNULL) {
265 sawone = WriteReverseListPrim(file, arg
291 WriteNameDecl(FILE *file, argument_t *arg) argument
297 WriteUserVarDecl(FILE *file, argument_t *arg) argument
309 WriteServerVarDecl(FILE *file, argument_t *arg) argument
354 WriteFieldDeclPrim(FILE *file, argument_t *arg, char *(*tfunc)()) argument
400 WriteKPDFieldDecl(FILE *file, argument_t *arg) argument
447 WriteTemplateDeclIn(FILE *file, register argument_t *arg) argument
453 WriteTemplateDeclOut(FILE *file, register argument_t *arg) argument
459 WriteTemplateKPD_port(FILE *file, argument_t *arg, boolean_t in) argument
477 WriteTemplateKPD_ool(FILE *file, argument_t *arg, boolean_t in) argument
504 WriteTemplateKPD_oolport(FILE *file, argument_t *arg, boolean_t in) argument
574 WriteNDRConvertArgDecl(FILE *file, argument_t *arg, char *convert, char *dir) argument
750 WriteCopyArg(FILE *file, argument_t *arg, char *left, char *right, ...) argument
778 KPD_error(FILE *file, argument_t *arg) argument
785 KPD_noop(FILE *file, argument_t *arg) argument
793 argument_t *arg; local
931 WriteReturnMsgError(FILE *file, routine_t *rt, boolean_t isuser, argument_t *arg, string_t error) argument
975 WriteCheckTrailerSize(FILE *file, boolean_t isuser, register argument_t *arg) argument
[all...]
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/bltins/
H A Dhist.c45 register char *arg; local
65 edit = opt_info.arg;
93 errormsg(SH_DICT,2, "%s", opt_info.arg);
96 errormsg(SH_DICT,ERROR_usage(2), "%s", opt_info.arg);
107 while(arg=argv[1])
109 flag = hist_expand(arg,&replace);
122 while(flag<1 && (arg=argv[1]))
125 if(!replace && strchr(arg+1,'='))
127 replace = arg;
131 else if(isdigit(*arg) || *ar
[all...]
H A Dcflow.c48 register char *arg; local
56 errormsg(SH_DICT,2, "%s", opt_info.arg);
59 errormsg(SH_DICT,ERROR_usage(0), "%s", opt_info.arg);
67 n = (((arg= *argv)?(int)strtol(arg, (char**)0, 10):shp->oldexit));
87 char *arg; local
93 errormsg(SH_DICT,2, "%s", opt_info.arg);
96 errormsg(SH_DICT,ERROR_usage(0), "%s", opt_info.arg);
103 if(arg= *argv)
105 n = (int)strtol(arg,
[all...]
/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Direpgen.c295 tup_p->arg[IR_ARG_INT].int_val = alignment;
405 tup_p->arg[IR_ARG_EXPR].expr = NULL;
406 tup_p->arg[IR_ARG_TYPE].type = type_p;
407 tup_p->arg[IR_ARG_INST].inst = inst_p;
513 info_tup_p->arg[IR_ARG_TUP].tup = last_tup_p;
528 cs_tup_p->arg[IR_ARG_INT].int_val = *field_num_p;
539 tup_p->arg[IR_ARG_EXPR].expr = NULL;
540 tup_p->arg[IR_ARG_TYPE].type = type_p;
541 tup_p->arg[IR_ARG_INST].inst = inst_p;
575 tup_p->arg[IR_ARG_EXP
[all...]
/macosx-10.10/ruby-106/ruby/ext/socket/
H A Dunixsocket.c23 struct unixsock_arg *arg = (struct unixsock_arg *)a; local
24 return (VALUE)rsock_connect(arg->fd, (struct sockaddr*)arg->sockaddr,
25 arg->sockaddrlen, 0);
56 struct unixsock_arg arg; local
57 arg.sockaddr = &sockaddr;
58 arg.sockaddrlen = sockaddrlen;
59 arg.fd = fd;
60 status = (int)rb_protect(unixsock_connect_internal, (VALUE)&arg, &prot);
182 struct iomsg_arg *arg local
207 struct iomsg_arg arg; local
272 struct iomsg_arg *arg = data; local
301 struct iomsg_arg arg; local
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/libedit/examples/
H A Dfileman.c32 int valid_argument (char *caller, char *arg);
304 /* List the file(s) named in arg. */
306 com_list (char *arg) argument
308 if (!arg)
309 arg = "";
311 sprintf (syscom, "ls -FClg %s", arg);
316 com_view (char *arg) argument
318 if (!valid_argument ("view", arg))
321 sprintf (syscom, "more %s", arg);
326 com_history(char* arg) argument
343 com_rename(char *arg) argument
350 com_stat(char *arg) argument
377 com_delete(char *arg) argument
386 com_help(char *arg) argument
425 com_cd(char *arg) argument
457 com_quit(char *arg) argument
476 valid_argument(char *caller, char *arg) argument
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_3/Expressions/
H A D11.6.1-1.js133 var arg;
139 arg = arguments[i];
140 if (typeof arg === 'string')
141 arg = quoteThis(arg);
144 sEval += arg + ' + ';
146 sEval += arg;
/macosx-10.10/swig-12/Lib/ruby/
H A Drubycontainer_extended.swg103 %swig_container_with_assignment( %arg(Container), Type );
104 %swig_container_with_equal_operator( %arg(Container), Type );
120 %swig_container_extend( %arg( Container ), bool );
121 %swig_container_extend( %arg( Container ), char );
122 %swig_container_extend( %arg( Container ), short );
123 %swig_container_extend( %arg( Container ), int );
124 %swig_container_extend( %arg( Container ), unsigned short );
125 %swig_container_extend( %arg( Container ), unsigned int );
126 %swig_container_extend( %arg( Container ), float );
127 %swig_container_extend( %arg( Containe
[all...]
/macosx-10.10/crontabs-52/periodic/
H A Dperiodic.sh36 for arg
39 eval output=\$${arg##*/}_output
43 *) pipe="mail -E -s '$host ${arg##*/} run output' $output";;
49 case $(eval echo "\$${arg##*/}_show_$var") in
55 case $arg in
56 /*) if [ -d "$arg" ]
58 dirlist="$arg"
60 echo "$0: $arg not found" >&2
66 [ -d $top/$arg ] && dirlist="$dirlist $top/$arg"
[all...]
/macosx-10.10/emacs-93/emacs/lisp/play/
H A Ddissociate.el34 (defun dissociated-press (&optional arg)
43 (setq arg (if arg (prefix-numeric-value arg) 2))
46 (move-function (if (> arg 0) 'forward-char 'forward-word))
47 (move-amount (if (> arg 0) arg (- arg)))
48 (search-function (if (> arg 0) 'search-forward 'word-search-forward))
/macosx-10.10/rsync-45/rsync/
H A Dbatch.c124 static void write_arg(int fd, char *arg) argument
128 if (*arg == '-' && (x = strchr(arg, '=')) != NULL) {
129 write(fd, arg, x - arg + 1);
130 arg += x - arg + 1;
133 if (strpbrk(arg, " \"'&;|[]()$#!*?^\\") != NULL) {
135 for (s = arg; (x = strchr(s, '\'')) != NULL; s = x + 1) {
144 write(fd, arg, strle
[all...]
/macosx-10.10/NFS-82/rpc.statd/
H A Dprocs.c101 sm_check_hostname(struct svc_req * req, char *arg) argument
107 len = strlen(arg);
115 } else if (strvis(dst, arg, VIS_WHITE) != len) {
132 sm_stat_1_svc(sm_name * arg, struct svc_req * req) argument
139 if ((err = sm_check_hostname(req, arg->mon_name)) == 0) {
143 DEBUG(1, "stat called for host %s", arg->mon_name);
144 if (getaddrinfo(arg->mon_name, NULL, NULL, &ai) == 0) {
149 addrstr(svc_getcaller_sa(req->rq_xprt)), arg->mon_name);
167 sm_mon_1_svc(mon * arg, struct svc_req * req) argument
177 if (sm_check_hostname(req, arg
274 sm_unmon_1_svc(mon_id * arg, struct svc_req * req __unused) argument
311 sm_unmon_all_1_svc(my_id * arg, struct svc_req * req __unused) argument
425 sm_notify_1_svc(stat_chge * arg, struct svc_req * req) argument
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/include/
H A Dstdc.h83 # define SH_VA_START(va, arg) va_start(va, arg)
85 # define SH_VA_START(va, arg) va_start(va)
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dacsp.h30 printer(arg, " <payload len %d, packet seq %d, %s, flags:%s%s%s%s>", len, pkt->seq, payload_name, ## flag_names) : \
31 printer(arg, " <payload len %d, packet seq %d, CI_TYPE %d, flags:%s%s%s%s>", len, pkt->seq, pkt->type, ## flag_names)
45 void acsp_init_plugins(void *arg, uintptr_t phase);
/macosx-10.10/swig-12/Lib/typemaps/
H A Dptrtypes.swg182 %ptr_in_typemap(%arg(AsPtrMeth), %arg(AsPtrFrag), Type);
183 %ptr_varin_typemap(%arg(AsPtrMeth), %arg(AsPtrFrag), Type);
184 %ptr_directorout_typemap(%arg(AsPtrMeth), %arg(AsPtrFrag), Type);
185 %ptr_typecheck_typemap(%arg(CheckCode), %arg(AsPtrMeth),%arg(AsPtrFrag), Type);
186 %ptr_input_typemap(%arg(CheckCod
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/asn1/
H A Dmain.c109 char **arg = NULL; local
153 arg = calloc(2, sizeof(arg[0]));
154 if (arg == NULL) {
158 arg[0] = option_file;
159 arg[1] = NULL;
165 arg = realloc(arg, (len + 2) * sizeof(arg[0]));
166 if (arg
[all...]
/macosx-10.10/ruby-106/ruby/bin/
H A Derb12 arg = self.shift
13 return nil if arg == '--'
14 if arg =~ /^-(.)(.*)/
16 arg, @maybe_arg = arg.split(/=/, 2)
17 return arg
28 self.unshift arg
74 arg = ARGV.req_arg
75 raise "invalid safe_level #{arg.dump}" unless arg
[all...]
/macosx-10.10/libxml2-26/libxml2/win32/
H A Dconfigure.js449 var arg, opt;
450 arg = WScript.Arguments(i);
451 opt = arg.substring(0, arg.indexOf("="));
453 opt = arg.substring(0, arg.indexOf(":"));
456 withTrio = strToBool(arg.substring(opt.length + 1, arg.length));
458 withThreads = arg.substring(opt.length + 1, arg
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/asn1/
H A Da_strex.c87 static int send_mem_chars(void *arg, const void *buf, int len)
89 unsigned char **out = arg;
97 static int send_bio_chars(void *arg, const void *buf, int len) argument
99 if(!arg) return 1;
100 if(BIO_write(arg, buf, len) != len) return 0;
104 static int send_fp_chars(void *arg, const void *buf, int len) argument
106 if(!arg) return 1;
107 if(fwrite(buf, 1, len, arg) != (unsigned int)len) return 0;
111 typedef int char_io(void *arg, const void *buf, int len);
120 static int do_esc_char(unsigned long c, unsigned char flags, char *do_quotes, char_io *io_ch, void *arg) argument
175 do_buf(unsigned char *buf, int buflen, int type, unsigned char flags, char *quotes, char_io *io_ch, void *arg) argument
238 do_hex_dump(char_io *io_ch, void *arg, unsigned char *buf, int buflen) argument
262 do_dump(unsigned long lflags, char_io *io_ch, void *arg, ASN1_STRING *str) argument
314 do_print_ex(char_io *io_ch, void *arg, unsigned long lflags, ASN1_STRING *str) argument
381 do_indent(char_io *io_ch, void *arg, int indent) argument
392 do_name_ex(char_io *io_ch, void *arg, X509_NAME *n, int indent, unsigned long flags) argument
[all...]
H A Da_mbstr.c65 int (*rfunc)(unsigned long value, void *in), void *arg);
66 static int in_utf8(unsigned long value, void *arg);
67 static int out_utf8(unsigned long value, void *arg);
68 static int type_str(unsigned long value, void *arg);
69 static int cpy_asc(unsigned long value, void *arg);
70 static int cpy_bmp(unsigned long value, void *arg);
71 static int cpy_univ(unsigned long value, void *arg);
72 static int cpy_utf8(unsigned long value, void *arg);
251 int (*rfunc)(unsigned long value, void *in), void *arg)
276 ret = rfunc(value, arg);
250 traverse_string(const unsigned char *p, int len, int inform, int (*rfunc)(unsigned long value, void *in), void *arg) argument
287 in_utf8(unsigned long value, void *arg) argument
297 out_utf8(unsigned long value, void *arg) argument
309 type_str(unsigned long value, void *arg) argument
328 cpy_asc(unsigned long value, void *arg) argument
340 cpy_bmp(unsigned long value, void *arg) argument
353 cpy_univ(unsigned long value, void *arg) argument
368 cpy_utf8(unsigned long value, void *arg) argument
[all...]
/macosx-10.10/OpenSSH-189/openssh/
H A Dservconf.c669 char *arg, *attrib, *cp = *condition; local
682 if ((arg = strdelim(&cp)) == NULL || *arg == '\0') {
686 len = strlen(arg);
692 if (match_pattern_list(ci->user, arg, len, 0) != 1)
696 "line %d", ci->user, arg, line);
702 switch (match_cfg_line_group(arg, line, ci->user)) {
713 if (match_hostname(ci->host, arg, len) != 1)
717 "%.100s' at line %d", ci->host, arg, line);
723 switch (addr_match_list(ci->address, arg)) {
834 char *cp, **charptr, *arg, *p; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/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/Security/libsecurity_asn1/Security/
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,

Completed in 206 milliseconds

1234567891011>>