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

/external/google-breakpad/src/common/
H A Dstabs_reader.cc229 const char *name_end = strchr(stab_string, ':'); local
230 if (! name_end)
231 name_end = stab_string + strlen(stab_string);
232 string name(stab_string, name_end - stab_string);
/external/opencv/cxcore/src/
H A Dcxswitcher.cpp419 const char* name_end; local
424 name_end = name_start ? strchr( name_start, ',' ) : 0;
429 if( name_end != 0 )
431 strncpy( name, name_start, name_end - name_start );
432 name[name_end - name_start] = '\0';
441 name_ptr = name_end;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_file.c339 char *name_end; local
342 name_end = os_strchr(bname, '=');
343 if (name_end == NULL) {
348 *name_end = '\0';
/external/google-breakpad/src/common/windows/
H A Dpdb_source_line_writer.cc961 wchar_t *name_end = *name + length - replace_length; local
962 if (wcscmp(name_end, replace_string) == 0) {
963 WindowsStringUtils::safe_wcscpy(name_end, replace_length,
/external/llvm/include/llvm/TableGen/
H A DRecord.h1327 inline const_name_iterator name_end () const { return ArgNames.end(); }

Completed in 227 milliseconds