Home
last modified time | relevance | path

Searched refs:argptr (Results 1 – 25 of 52) sorted by relevance

123

/netbsd/bin/sh/
H A Doptions.c94 argptr = argv; in procargs()
96 argptr++; in procargs()
145 arg0 = *argptr++; in procargs()
151 if (argptr == NULL || *argptr == NULL) in procargs()
154 if (*argptr != 0) in procargs()
161 while (*argptr) { in procargs()
163 argptr++; in procargs()
202 argptr++; in options()
219 argptr--; in options()
623 p = *argptr; in nextopt()
[all …]
H A Dmiscbltin.c123 if (*(ap = argptr) == NULL) in readcmd()
247 if ((ap = *argptr) == NULL) { in umaskcmd()
290 *argptr); in umaskcmd()
296 error("Mask constant '%s' out of range", *argptr); in umaskcmd()
458 set = *argptr ? 1 : 0; in ulimitcmd()
460 char *p = *argptr; in ulimitcmd()
462 if (all || argptr[1]) in ulimitcmd()
474 error("%s: value overflow", *argptr); in ulimitcmd()
477 error("%s: value overflow", *argptr); in ulimitcmd()
481 error("%s: bad number", *argptr); in ulimitcmd()
[all …]
H A Djobs.c285 return do_fgcmd(*argptr); in fgcmd()
352 jp = getjob(*argptr, 0); in bgcmd()
362 } while (*argptr && *++argptr); in bgcmd()
567 if (*argptr && **argptr) in jobscmd()
577 if (*argptr) { in jobscmd()
580 while (*++argptr); in jobscmd()
801 any ? "-n " : "", *argptr ? *argptr : "", in waitcmd()
802 argptr[0] && argptr[1] ? "... " : " ", found, in waitcmd()
945 *argptr ? *argptr : "<implicit %%>")); in jobidcmd()
949 if (argptr[0] && argptr[1]) in jobidcmd()
[all …]
H A Dalias.c264 if (*argptr == NULL) { in aliascmd()
269 while ((n = *argptr++) != NULL) { in aliascmd()
301 for (i = 0; *argptr; argptr++) in unaliascmd()
302 i |= unalias(*argptr); in unaliascmd()
H A Dcd.c102 dest = *argptr; in cdcmd()
107 } else if (argptr[1]) { in cdcmd()
114 d = stalloc(strlen(curdir) + strlen(argptr[1]) + 1); in cdcmd()
116 strcpy(d + (p - curdir), argptr[1]); in cdcmd()
349 if (*argptr) in pwdcmd()
H A Dvar.c973 ) && *argptr == NULL) in exportcmd()
977 if (pflg && *argptr != NULL) { in exportcmd()
978 while ((name = *argptr++) != NULL) { in exportcmd()
994 if (pflg || *argptr == NULL) in exportcmd()
1004 while ((name = *argptr++) != NULL) { in exportcmd()
1020 while ((name = *argptr++) != NULL) { in exportcmd()
1080 while ((name = *argptr++) != NULL) { in localcmd()
1240 for (ap = argptr; *ap ; ap++) { in unsetcmd()
1691 if (!*argptr) in specialvarcmd()
1694 for (ap = argptr; *ap ; ap++) in specialvarcmd()
H A Dexec.c432 if (*argptr == NULL) { in hashcmd()
468 while ((name = *argptr++) != NULL) { in hashcmd()
1130 if (*argptr == NULL) in typecmd()
1134 while ((arg = *argptr++)) { in typecmd()
1163 if (ml && *argptr != NULL) in typecmd()
H A Doptions.h63 extern char **argptr; /* argument list for builtin commands */
H A Deval.c1350 argptr = argv + 1; in evalcommand()
1535 if (*argptr != NULL) { /* That's what SVR2 does */ in dotcmd()
1545 fullname = find_dot_file(*argptr); in dotcmd()
1693 if (*argptr) { in execcmd()
1701 shellexec(argptr, environment(), pathval(), 0, 0); in execcmd()
/netbsd/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-gen-builtins.cc1338 *argptr = argentry; in parse_args()
1339 argptr = &argentry->next; in parse_args()
1364 *argptr = NULL; in parse_args()
1666 for (int i = 0; i < protoptr->nargs; i++, argptr = argptr->next) in construct_fntype_id()
1668 assert (argptr); in construct_fntype_id()
1670 if (argptr->info.isconst in construct_fntype_id()
1678 if (argptr->info.ispointer) in construct_fntype_id()
1680 if (argptr->info.isvoid) in construct_fntype_id()
1682 if (argptr->info.isconst) in construct_fntype_id()
1701 if (argptr->info.isvector) in construct_fntype_id()
[all …]
/netbsd/external/gpl3/gdb/dist/opcodes/
H A Dpru-dis.c82 pru_print_insn_arg (const char *argptr, in pru_print_insn_arg() argument
90 switch (*argptr) in pru_print_insn_arg()
93 (*info->fprintf_func) (info->stream, "%c ", *argptr); in pru_print_insn_arg()
H A Dnios2-dis.c272 nios2_print_insn_arg (const char *argptr, in nios2_print_insn_arg() argument
282 switch (*argptr) in nios2_print_insn_arg()
287 (*info->fprintf_func) (info->stream, "%c", *argptr); in nios2_print_insn_arg()
/netbsd/external/gpl3/binutils.old/dist/opcodes/
H A Dpru-dis.c82 pru_print_insn_arg (const char *argptr, in pru_print_insn_arg() argument
90 switch (*argptr) in pru_print_insn_arg()
93 (*info->fprintf_func) (info->stream, "%c ", *argptr); in pru_print_insn_arg()
H A Dnios2-dis.c272 nios2_print_insn_arg (const char *argptr, in nios2_print_insn_arg() argument
282 switch (*argptr) in nios2_print_insn_arg()
287 (*info->fprintf_func) (info->stream, "%c", *argptr); in nios2_print_insn_arg()
/netbsd/external/gpl3/binutils/dist/opcodes/
H A Dpru-dis.c82 pru_print_insn_arg (const char *argptr, in pru_print_insn_arg() argument
90 switch (*argptr) in pru_print_insn_arg()
93 (*info->fprintf_func) (info->stream, "%c ", *argptr); in pru_print_insn_arg()
H A Dnios2-dis.c272 nios2_print_insn_arg (const char *argptr, in nios2_print_insn_arg() argument
282 switch (*argptr) in nios2_print_insn_arg()
287 (*info->fprintf_func) (info->stream, "%c", *argptr); in nios2_print_insn_arg()
/netbsd/external/gpl3/gdb.old/dist/opcodes/
H A Dpru-dis.c82 pru_print_insn_arg (const char *argptr, in pru_print_insn_arg() argument
90 switch (*argptr) in pru_print_insn_arg()
93 (*info->fprintf_func) (info->stream, "%c ", *argptr); in pru_print_insn_arg()
H A Dnios2-dis.c272 nios2_print_insn_arg (const char *argptr, in nios2_print_insn_arg() argument
282 switch (*argptr) in nios2_print_insn_arg()
287 (*info->fprintf_func) (info->stream, "%c", *argptr); in nios2_print_insn_arg()
/netbsd/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dexecutionengine.go136 var argptr *GenericValue
138 argptr = &args[0]
141 C.unsigned(nargs), llvmGenericValueRefPtr(argptr))
/netbsd/external/gpl2/diffutils/dist/src/
H A Dcmp.c130 parse_ignore_initial (char **argptr, char delimiter) in parse_ignore_initial() argument
134 char const *arg = *argptr; in parse_ignore_initial()
135 strtol_error e = xstrtoumax (arg, argptr, 0, &val, valid_suffixes); in parse_ignore_initial()
137 || (e == LONGINT_INVALID_SUFFIX_CHAR && **argptr == delimiter)) in parse_ignore_initial()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dfinal.cc3956 va_list argptr; in asm_fprintf() local
3958 va_start (argptr, p); in asm_fprintf()
3997 fprintf (file, buf, va_arg (argptr, int)); in asm_fprintf()
4009 fprintf (file, buf, va_arg (argptr, HOST_WIDE_INT)); in asm_fprintf()
4020 fprintf (file, buf, va_arg (argptr, long long)); in asm_fprintf()
4027 fprintf (file, buf, va_arg (argptr, long)); in asm_fprintf()
4035 fprintf (file, buf, va_arg (argptr, char *)); in asm_fprintf()
4078 ASM_FPRINTF_EXTENSIONS (file, argptr, p) in asm_fprintf()
4088 va_end (argptr); in asm_fprintf()
H A Dfinal.c4330 va_list argptr; in asm_fprintf() local
4332 va_start (argptr, p); in asm_fprintf()
4371 fprintf (file, buf, va_arg (argptr, int)); in asm_fprintf()
4383 fprintf (file, buf, va_arg (argptr, HOST_WIDE_INT)); in asm_fprintf()
4394 fprintf (file, buf, va_arg (argptr, long long)); in asm_fprintf()
4401 fprintf (file, buf, va_arg (argptr, long)); in asm_fprintf()
4409 fprintf (file, buf, va_arg (argptr, char *)); in asm_fprintf()
4452 ASM_FPRINTF_EXTENSIONS (file, argptr, p) in asm_fprintf()
4462 va_end (argptr); in asm_fprintf()
/netbsd/crypto/external/bsd/heimdal/dist/lib/gssapi/
H A Dgsstool.c77 mechanisms(void *argptr, int argc, char **argv) in mechanisms() argument
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dfinal.c4330 va_list argptr; in asm_fprintf() local
4332 va_start (argptr, p); in asm_fprintf()
4371 fprintf (file, buf, va_arg (argptr, int)); in asm_fprintf()
4383 fprintf (file, buf, va_arg (argptr, HOST_WIDE_INT)); in asm_fprintf()
4394 fprintf (file, buf, va_arg (argptr, long long)); in asm_fprintf()
4401 fprintf (file, buf, va_arg (argptr, long)); in asm_fprintf()
4409 fprintf (file, buf, va_arg (argptr, char *)); in asm_fprintf()
4452 ASM_FPRINTF_EXTENSIONS (file, argptr, p) in asm_fprintf()
4462 va_end (argptr); in asm_fprintf()
/netbsd/external/gpl3/gdb/dist/gas/config/
H A Dtc-tic30.c87 va_list argptr; in debug() local
89 va_start (argptr, string); in debug()
90 vsprintf (str, string, argptr); in debug()
91 va_end (argptr); in debug()

123