Searched refs:string_arg (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/gpl2/lvm2/dist/tools/
H A Dargs.h31 arg(restorefile_ARG, '\0', "restorefile", string_arg, 0)
38 arg(units_ARG, '\0', "units", string_arg, 0)
49 arg(separator_ARG, '\0', "separator", string_arg, 0)
54 arg(mirrorlog_ARG, '\0', "mirrorlog", string_arg, 0)
58 arg(config_ARG, '\0', "config", string_arg, 0)
91 arg(file_ARG, 'f', "file", string_arg, 0)
112 arg(name_ARG, 'n', "name", string_arg, 0)
116 arg(options_ARG, 'o', "options", string_arg, 0)
117 arg(sort_ARG, 'O', "sort", string_arg, 0)
132 arg(uuidstr_ARG, 'u', "uuid", string_arg,
[all...]
H A Dtools.h148 int string_arg(struct cmd_context *cmd, struct arg *a);
H A Dlvmcmdline.c401 int string_arg(struct cmd_context *cmd __attribute((unused)), function
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dformat.h42 string_arg, wide_string_arg, wide_char_arg, enumerator in enum:argclass
H A Dformat.cc316 this_argclass = lcount == 0 ? string_arg : wide_string_arg;
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dformat.h42 string_arg, wide_string_arg, wide_char_arg, enumerator in enum:argclass
H A Dformat.cc316 this_argclass = lcount == 0 ? string_arg : wide_string_arg;
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dattributes.cc339 const char* string_arg; local
352 string_arg = reinterpret_cast<const char *>(p);
354 p += strlen(string_arg) + 1;
357 string_arg = reinterpret_cast<const char *>(p);
358 attr->set_string_value(string_arg);
359 p += strlen(string_arg) + 1;
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dattributes.cc339 const char* string_arg; local
352 string_arg = reinterpret_cast<const char *>(p);
354 p += strlen(string_arg) + 1;
357 string_arg = reinterpret_cast<const char *>(p);
358 attr->set_string_value(string_arg);
359 p += strlen(string_arg) + 1;
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dattributes.cc339 const char* string_arg; local
352 string_arg = reinterpret_cast<const char *>(p);
354 p += strlen(string_arg) + 1;
357 string_arg = reinterpret_cast<const char *>(p);
358 attr->set_string_value(string_arg);
359 p += strlen(string_arg) + 1;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-isr.c721 tree string_arg = TREE_VALUE (TREE_VALUE (intr)); local
722 nds32_interrupt_attribute_parse_string (TREE_STRING_POINTER (string_arg),
730 tree string_arg = TREE_VALUE (TREE_VALUE (excp)); local
731 nds32_exception_attribute_parse_string (TREE_STRING_POINTER (string_arg),
739 tree string_arg = TREE_VALUE (TREE_VALUE (reset)); local
740 nds32_reset_attribute_parse_string (TREE_STRING_POINTER (string_arg),
981 tree string_arg; local
986 string_arg = TREE_VALUE (TREE_VALUE (t_check));
987 strcpy (target_str, TREE_STRING_POINTER (string_arg));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-isr.cc721 tree string_arg = TREE_VALUE (TREE_VALUE (intr)); local
722 nds32_interrupt_attribute_parse_string (TREE_STRING_POINTER (string_arg),
730 tree string_arg = TREE_VALUE (TREE_VALUE (excp)); local
731 nds32_exception_attribute_parse_string (TREE_STRING_POINTER (string_arg),
739 tree string_arg = TREE_VALUE (TREE_VALUE (reset)); local
740 nds32_reset_attribute_parse_string (TREE_STRING_POINTER (string_arg),
981 tree string_arg; local
986 string_arg = TREE_VALUE (TREE_VALUE (t_check));
987 strcpy (target_str, TREE_STRING_POINTER (string_arg));
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dui-out.c622 || piece.argclass == string_arg
628 case string_arg:
H A Dprintcmd.c2548 case string_arg:
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dui-out.c609 || piece.argclass == string_arg
615 case string_arg:
H A Dprintcmd.c2773 case string_arg:
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dax.cc847 case string_arg:
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dax.cc844 case string_arg:

Completed in 211 milliseconds