Home
last modified time | relevance | path

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

12

/netbsd-src/bin/sh/
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 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 */
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-gen-builtins.cc1295 typelist **argptr = &protoptr->args; in parse_args() local
1338 *argptr = argentry; in parse_args()
1339 argptr = &argentry->next; in parse_args()
1364 *argptr = NULL; in parse_args()
1665 typelist *argptr = protoptr->args; in construct_fntype_id() local
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()
1671 && argptr->info.base == BT_INT in construct_fntype_id()
1672 && !argptr->info.ispointer) in construct_fntype_id()
[all …]
/netbsd-src/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-src/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-src/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-src/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-src/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()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/
H A Dgsstool.c77 mechanisms(void *argptr, int argc, char **argv) in mechanisms() argument
/netbsd-src/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-src/external/gpl3/binutils.old/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()
H A Dtc-nios2.c2799 const char *argptr; in nios2_assemble_args() local
2811 for (argptr = op->args, tokidx = 1; in nios2_assemble_args()
2812 *argptr && insn->insn_tokens[tokidx]; in nios2_assemble_args()
2813 argptr++) in nios2_assemble_args()
2814 switch (*argptr) in nios2_assemble_args()
/netbsd-src/external/gpl3/binutils/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()
H A Dtc-nios2.c2799 const char *argptr; in nios2_assemble_args() local
2811 for (argptr = op->args, tokidx = 1; in nios2_assemble_args()
2812 *argptr && insn->insn_tokens[tokidx]; in nios2_assemble_args()
2813 argptr++) in nios2_assemble_args()
2814 switch (*argptr) in nios2_assemble_args()
/netbsd-src/crypto/external/bsd/openssl/dist/engines/
H A De_capi.c1084 va_list argptr) in capi_vtrace() argument
1095 BIO_vprintf(out, format, argptr); in capi_vtrace()
/netbsd-src/crypto/external/bsd/openssl.old/dist/engines/
H A De_capi.c1071 va_list argptr) in capi_vtrace() argument
1082 BIO_vprintf(out, format, argptr); in capi_vtrace()
/netbsd-src/external/gpl2/lvm2/dist/daemons/clvmd/
H A Dclvmd.c1087 char *argptr = in read_from_local_sock() local
1094 len = read(thisfd->fd, argptr + argslen, in read_from_local_sock()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog-20131049 * d-codegen.cc (IRState::maybeExpandSpecialCall): Handle ref argptr
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20156262 (parse_linespec): Change `argptr' to const char * and rename `arg'.
6268 (decode_line_full): Change `argptr' to a struct event_location and
6276 Change `argptr' to const char * and rename `arg'.
6282 (decode_line_1, decode_line_full): Change `argptr' to struct
6289 (parse_probes): Change `argptr' to struct event_location.
6291 * probe.h (parse_probes): Change `argptr' to struct event_location.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20156262 (parse_linespec): Change `argptr' to const char * and rename `arg'.
6268 (decode_line_full): Change `argptr' to a struct event_location and
6276 Change `argptr' to const char * and rename `arg'.
6282 (decode_line_1, decode_line_full): Change `argptr' to struct
6289 (parse_probes): Change `argptr' to struct event_location.
6291 * probe.h (parse_probes): Change `argptr' to struct event_location.
H A DChangeLog-20133096 (parse_linespec): Make 'argptr' const.
3097 Remove temporary cast of 'argptr' to const char **.
3202 (parse_linespec): Temporarily cast 'argptr' to const for

12