Searched refs:sub_name (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueProperties.cpp138 const char *sub_name = NULL; local
145 sub_name = name + key_len;
151 if (sub_name && value_sp)
153 switch (sub_name[0])
156 return value_sp->GetSubValue (exe_ctx, sub_name + 1, will_modify, error);
167 if (sub_name[1])
169 const char *predicate_start = sub_name + 1;
197 return value_sp->GetSubValue (exe_ctx, sub_name, will_modify, error);
665 const char *sub_name = NULL; local
672 sub_name
[all...]
H A DOptionValueDictionary.cpp233 const char *sub_name = NULL; local
251 sub_name = key_end + 2;
273 sub_name = key_end + 2;
291 sub_name = key_end + 1;
308 if (sub_name)
309 return value_sp->GetSubValue (exe_ctx, sub_name, will_modify, error);
/freebsd-10.1-release/bin/pax/
H A Dextern.h260 void sub_name(char *, int *, size_t);
H A Dpat_rep.c687 sub_name(arcn->ln_name, &(arcn->ln_nlen), sizeof(arcn->ln_name));
H A Dtables.c569 * sub_name()
576 sub_name(char *oname, int *onamelen, size_t onamesize) function

Completed in 115 milliseconds