Searched refs:arg_type (Results 1 - 25 of 32) sorted by relevance

12

/macosx-10.10/gnutar-453/gnutar/lib/
H A Dprintf-args.h72 } arg_type; typedef in typeref:enum:__anon8982
77 arg_type type;
H A Dvasnprintf.c268 arg_type type = a.arg[dp->arg_index].type;
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dconfig.c125 int rc, arg_user, arg_type, arg_syn, iarg; local
131 if(Conf->arg_type == ARG_IGNORED) {
136 arg_type = Conf->arg_type & ARGS_TYPES;
137 arg_user = Conf->arg_type & ARGS_USERLAND;
138 arg_syn = Conf->arg_type & ARGS_SYNTAX;
140 if((arg_type == ARG_DN) && c->argc == 1) {
188 if(arg_type && !Conf->arg_item && !(arg_syn & ARG_OFFSET)) {
197 if(arg_type == ARG_STRING) {
201 } else if(arg_type
338 int rc, arg_type; local
408 int rc, arg_type; local
[all...]
H A Dconfig.h30 unsigned int arg_type; member in struct:ConfigTable
163 int type; /* ConfigTable.arg_type & ARGS_USERLAND */
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_fsevents.c357 int i, arg_type, ret; local
399 for(arg_type=va_arg(ap, int32_t); arg_type != FSE_ARG_DONE; arg_type=va_arg(ap, int32_t)) {
400 switch(arg_type) {
580 arg_type = va_arg(ap, int32_t);
581 if (arg_type == FSE_ARG_DEV) {
588 arg_type = va_arg(ap, int32_t);
589 if (arg_type == FSE_ARG_INO) {
596 arg_type
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dip2k-desc.c1069 ip2k_cgen_cpu_open (enum cgen_cpu_open_arg arg_type, ...) argument
1086 va_start (ap, arg_type);
1087 while (arg_type != CGEN_CPU_OPEN_END)
1089 switch (arg_type)
1111 arg_type);
1114 arg_type = va_arg (ap, enum cgen_cpu_open_arg);
H A Dopenrisc-desc.c910 openrisc_cgen_cpu_open (enum cgen_cpu_open_arg arg_type, ...) argument
927 va_start (ap, arg_type);
928 while (arg_type != CGEN_CPU_OPEN_END)
930 switch (arg_type)
952 arg_type);
955 arg_type = va_arg (ap, enum cgen_cpu_open_arg);
H A Dfr30-desc.c1640 fr30_cgen_cpu_open (enum cgen_cpu_open_arg arg_type, ...) argument
1657 va_start (ap, arg_type);
1658 while (arg_type != CGEN_CPU_OPEN_END)
1660 switch (arg_type)
1682 arg_type);
1685 arg_type = va_arg (ap, enum cgen_cpu_open_arg);
H A Dm32r-desc.c1420 m32r_cgen_cpu_open (enum cgen_cpu_open_arg arg_type, ...) argument
1437 va_start (ap, arg_type);
1438 while (arg_type != CGEN_CPU_OPEN_END)
1440 switch (arg_type)
1462 arg_type);
1465 arg_type = va_arg (ap, enum cgen_cpu_open_arg);
H A Dmt-desc.c1200 mt_cgen_cpu_open (enum cgen_cpu_open_arg arg_type, ...) argument
1217 va_start (ap, arg_type);
1218 while (arg_type != CGEN_CPU_OPEN_END)
1220 switch (arg_type)
1242 arg_type);
1245 arg_type = va_arg (ap, enum cgen_cpu_open_arg);
H A Dxstormy16-desc.c1371 xstormy16_cgen_cpu_open (enum cgen_cpu_open_arg arg_type, ...) argument
1388 va_start (ap, arg_type);
1389 while (arg_type != CGEN_CPU_OPEN_END)
1391 switch (arg_type)
1413 arg_type);
1416 arg_type = va_arg (ap, enum cgen_cpu_open_arg);
H A Dh8500-dis.c214 switch (opcode->arg_type[i])
H A Diq2000-desc.c2074 iq2000_cgen_cpu_open (enum cgen_cpu_open_arg arg_type, ...) argument
2091 va_start (ap, arg_type);
2092 while (arg_type != CGEN_CPU_OPEN_END)
2094 switch (arg_type)
2116 arg_type);
2119 arg_type = va_arg (ap, enum cgen_cpu_open_arg);
H A Dmep-desc.c2597 mep_cgen_cpu_open (enum cgen_cpu_open_arg arg_type, ...) argument
2614 va_start (ap, arg_type);
2615 while (arg_type != CGEN_CPU_OPEN_END)
2617 switch (arg_type)
2639 arg_type);
2642 arg_type = va_arg (ap, enum cgen_cpu_open_arg);
H A Dxc16x-desc.c3402 xc16x_cgen_cpu_open (enum cgen_cpu_open_arg arg_type, ...) argument
3419 va_start (ap, arg_type);
3420 while (arg_type != CGEN_CPU_OPEN_END)
3422 switch (arg_type)
3444 arg_type);
3447 arg_type = va_arg (ap, enum cgen_cpu_open_arg);
H A Dcrx-dis.c148 return crx_optab[op].arg_type;
/macosx-10.10/ntp-92/libopts/
H A Dautoopts.c756 enum { ARG_NONE, ARG_MAY, ARG_MUST } arg_type = ARG_NONE; local
760 arg_type = ARG_NONE;
763 arg_type = ARG_NONE;
766 arg_type = ARG_MAY;
769 arg_type = ARG_MUST;
771 switch (arg_type) {
1044 /*=--subblock=arg=arg_type,arg_name,arg_desc =*/
/macosx-10.10/ntp-92/sntp/libopts/
H A Dautoopts.c756 enum { ARG_NONE, ARG_MAY, ARG_MUST } arg_type = ARG_NONE; local
760 arg_type = ARG_NONE;
763 arg_type = ARG_NONE;
766 arg_type = ARG_MAY;
769 arg_type = ARG_MUST;
771 switch (arg_type) {
1044 /*=--subblock=arg=arg_type,arg_name,arg_desc =*/
/macosx-10.10/swig-12/Source/Modules/
H A Dchicken.cxx1248 Iterator arg_type; local
1252 for (arg_type = First(types); arg_type.item; arg_type = Next(arg_type)) {
1253 if (Strcmp(arg_type.item, "^^##optional$$") == 0) {
1256 Printf(method_signature, " (arg%i %s)", arg_count, arg_type.item);
1257 arg_type = Next(arg_type);
1258 if (!arg_type
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/include/opcode/
H A Dcrx.h322 argtype arg_type; member in struct:__anon7988
/macosx-10.10/xnu-2782.1.97/osfmk/mach/
H A Dmach_traps.h334 #define PAD_ARG_(arg_type, arg_name) \
335 char arg_name##_l_[PADL_(arg_type)]; arg_type arg_name; char arg_name##_r_[PADR_(arg_type)];
/macosx-10.10/postfix-255/postfix/src/milter/
H A Dmilter8.c624 int arg_type; local
630 while ((arg_type = va_arg(ap, int)) > 0 && arg_type != MILTER8_DATA_MORE) {
631 switch (arg_type) {
707 msg_panic("%s: unknown argument type: %d", myname, arg_type);
715 if (arg_type != MILTER8_DATA_MORE && *data_len > 0) {
744 int arg_type; local
752 for (data_len = 0; (arg_type = va_arg(ap, int)) > 0; /* void */ ) {
753 switch (arg_type) {
807 msg_panic("%s: bad argument type: %d", myname, arg_type);
820 int arg_type; local
[all...]
/macosx-10.10/Libc-1044.1.2/stdio/FreeBSD/
H A Dxprintf.c378 DEFINE_DEQUEUE(arg_type, int)
379 DEFINE_ENQUEUE(arg_type)
380 DEFINE_FLUSH(arg_type)
423 printf("arg_type:");
/macosx-10.10/emacs-93/emacs/lib-src/
H A Detags.c340 } arg_type; /* argument type */ member in struct:__anon8701
898 for (; argbuffer->arg_type != at_end; argbuffer++)
899 if (argbuffer->arg_type == at_language)
1241 argbuffer[current_arg].arg_type = at_filename;
1249 argbuffer[current_arg].arg_type = at_stdin;
1281 argbuffer[current_arg].arg_type = at_language;
1291 argbuffer[current_arg].arg_type = at_regexp;
1296 argbuffer[current_arg].arg_type = at_regexp;
1329 argbuffer[current_arg].arg_type = at_filename;
1335 argbuffer[current_arg].arg_type
[all...]
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCACM/DataDriver/Headers/
H A DAppleUSBCDCACMData.h238 void handleSettingCallback(const OSSymbol *arg_type, OSObject *arg_val, uintptr_t refcon);

Completed in 596 milliseconds

12