Home
last modified time | relevance | path

Searched refs:item_name (Results 1 – 13 of 13) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/DataFormatters/
DFormattersHelpers.cpp99 size_t lldb_private::formatters::ExtractIndexFromString(const char *item_name) { in ExtractIndexFromString() argument
100 if (!item_name || !*item_name) in ExtractIndexFromString()
102 if (*item_name != '[') in ExtractIndexFromString()
104 item_name++; in ExtractIndexFromString()
106 unsigned long int idx = ::strtoul(item_name, &endptr, 0); in ExtractIndexFromString()
107 if (idx == 0 && endptr == item_name) in ExtractIndexFromString()
DVectorType.cpp236 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local
237 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
/openbsd/src/gnu/usr.bin/perl/
Dautodoc.pl601 my ($item_name, $item_flags, $item_ret_type, $is_item,
616 = embed_override($item_name);
637 push @items, { name => $item_name,
644 delete $funcflags{$item_name};
1334 my $item_name = $item->{name};
1336 print $fh "\nNOTE: the C<perl_$item_name()> form is B<deprecated>.\n"
1344 && $item_name !~ /strftime/))
1346 $item->{name} = "Perl_$item_name";
1349 NOTE: C<$item_name> must be explicitly called as
/openbsd/src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
DNSDictionary.cpp606 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local
607 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
743 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local
744 const uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
876 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local
877 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
1077 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local
1078 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
1240 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local
1241 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
DNSSet.cpp419 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local
420 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
554 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local
555 const uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
691 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local
692 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
DNSIndexPath.cpp128 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local
129 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
DNSArray.cpp547 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local
548 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
634 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local
635 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
/openbsd/src/lib/libmenu/
Dm_item_nam.c54 item_name(const ITEM *item) in MENU_EXPORT()
Dmenu.h216 extern MENU_EXPORT(const char *) item_name(const ITEM *);
/openbsd/src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
DLibCxxVector.cpp277 const char *item_name = name.GetCString(); in GetIndexOfChildWithName() local
278 uint32_t idx = ExtractIndexFromString(item_name); in GetIndexOfChildWithName()
/openbsd/src/gnu/llvm/lldb/include/lldb/DataFormatters/
DFormattersHelpers.h57 size_t ExtractIndexFromString(const char *item_name);
/openbsd/src/gnu/gcc/gcc/
Dsys-protos.h587 extern char * item_name(ITEM *);
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dsys-protos.h587 extern char * item_name(ITEM *);