Home
last modified time | relevance | path

Searched refs:tmp_str (Results 1 – 12 of 12) sorted by relevance

/external/valgrind/main/cachegrind/
Dcg-arch.c119 Char* tmp_str; in VG_() local
121 if VG_STR_CLO(arg, "--I1", tmp_str) { in VG_()
122 parse_cache_opt(clo_I1c, arg, tmp_str); in VG_()
124 } else if VG_STR_CLO(arg, "--D1", tmp_str) { in VG_()
125 parse_cache_opt(clo_D1c, arg, tmp_str); in VG_()
127 } else if (VG_STR_CLO(arg, "--L2", tmp_str) || // for backwards compatibility in VG_()
128 VG_STR_CLO(arg, "--LL", tmp_str)) { in VG_()
129 parse_cache_opt(clo_LLc, arg, tmp_str); in VG_()
/external/valgrind/main/callgrind/
Dclo.c410 Char* tmp_str; in CLG_() local
430 else if VG_STR_CLO(arg, "--fn-skip", tmp_str) { in CLG_()
431 fn_config* fnc = get_fnc(tmp_str); in CLG_()
435 else if VG_STR_CLO(arg, "--dump-before", tmp_str) { in CLG_()
436 fn_config* fnc = get_fnc(tmp_str); in CLG_()
440 else if VG_STR_CLO(arg, "--zero-before", tmp_str) { in CLG_()
441 fn_config* fnc = get_fnc(tmp_str); in CLG_()
445 else if VG_STR_CLO(arg, "--dump-after", tmp_str) { in CLG_()
446 fn_config* fnc = get_fnc(tmp_str); in CLG_()
450 else if VG_STR_CLO(arg, "--toggle-collect", tmp_str) { in CLG_()
[all …]
/external/valgrind/main/coregrind/
Dm_main.c411 Char* tmp_str; // Used in a couple of places. in main_process_cmd_line_options() local
550 else if VG_STR_CLO(arg, "--fair-sched", tmp_str) { in main_process_cmd_line_options()
551 if (VG_(strcmp)(tmp_str, "yes") == 0) in main_process_cmd_line_options()
553 else if (VG_(strcmp)(tmp_str, "try") == 0) in main_process_cmd_line_options()
555 else if (VG_(strcmp)(tmp_str, "no") == 0) in main_process_cmd_line_options()
656 else if VG_STR_CLO(arg, "--suppressions", tmp_str) { in main_process_cmd_line_options()
662 VG_(clo_suppressions)[VG_(clo_n_suppressions)] = tmp_str; in main_process_cmd_line_options()
666 else if VG_STR_CLO (arg, "--fullpath-after", tmp_str) { in main_process_cmd_line_options()
672 VG_(clo_fullpath_after)[VG_(clo_n_fullpath_after)] = tmp_str; in main_process_cmd_line_options()
676 else if VG_STR_CLO(arg, "--require-text-symbol", tmp_str) { in main_process_cmd_line_options()
[all …]
/external/chromium_org/third_party/libxml/src/
Dc14n.c1003 xmlChar * tmp_str; in xmlC14NFixupBaseAttr() local
1025 tmp_str = xmlNodeListGetString(ctx->doc, attr->children, 1); in xmlC14NFixupBaseAttr()
1026 if(tmp_str == NULL) { in xmlC14NFixupBaseAttr()
1035 tmp_str_len = xmlStrlen(tmp_str); in xmlC14NFixupBaseAttr()
1036 if(tmp_str_len > 1 && tmp_str[tmp_str_len - 2] == '.') { in xmlC14NFixupBaseAttr()
1037 tmp_str2 = xmlStrcat(tmp_str, BAD_CAST "/"); in xmlC14NFixupBaseAttr()
1039 xmlFree(tmp_str); in xmlC14NFixupBaseAttr()
1046 tmp_str = tmp_str2; in xmlC14NFixupBaseAttr()
1050 tmp_str2 = xmlBuildURI(res, tmp_str); in xmlC14NFixupBaseAttr()
1052 xmlFree(tmp_str); in xmlC14NFixupBaseAttr()
[all …]
/external/libxml2/
Dc14n.c1003 xmlChar * tmp_str; in xmlC14NFixupBaseAttr() local
1025 tmp_str = xmlNodeListGetString(ctx->doc, attr->children, 1); in xmlC14NFixupBaseAttr()
1026 if(tmp_str == NULL) { in xmlC14NFixupBaseAttr()
1035 tmp_str_len = xmlStrlen(tmp_str); in xmlC14NFixupBaseAttr()
1036 if(tmp_str_len > 1 && tmp_str[tmp_str_len - 2] == '.') { in xmlC14NFixupBaseAttr()
1037 tmp_str2 = xmlStrcat(tmp_str, BAD_CAST "/"); in xmlC14NFixupBaseAttr()
1039 xmlFree(tmp_str); in xmlC14NFixupBaseAttr()
1046 tmp_str = tmp_str2; in xmlC14NFixupBaseAttr()
1050 tmp_str2 = xmlBuildURI(res, tmp_str); in xmlC14NFixupBaseAttr()
1052 xmlFree(tmp_str); in xmlC14NFixupBaseAttr()
[all …]
/external/chromium_org/third_party/openssl/openssl/crypto/engine/
Deng_dyn.c389 char *tmp_str = BUF_strdup(p); in dynamic_ctrl() local
390 if(!tmp_str) in dynamic_ctrl()
396 sk_OPENSSL_STRING_insert(ctx->dirs, tmp_str, -1); in dynamic_ctrl()
/external/openssl/crypto/engine/
Deng_dyn.c389 char *tmp_str = BUF_strdup(p); in dynamic_ctrl() local
390 if(!tmp_str) in dynamic_ctrl()
396 sk_OPENSSL_STRING_insert(ctx->dirs, tmp_str, -1); in dynamic_ctrl()
/external/qemu/block/
Dvmdk.c139 char *p_name, *tmp_str; in vmdk_write_cid() local
145 tmp_str = strstr(desc,"parentCID"); in vmdk_write_cid()
146 pstrcpy(tmp_desc, sizeof(tmp_desc), tmp_str); in vmdk_write_cid()
/external/valgrind/main/massif/
Dms_main.c420 Char* tmp_str; in ms_process_cmd_line_option() local
434 else if VG_STR_CLO(arg, "--alloc-fn", tmp_str) { in ms_process_cmd_line_option()
435 VG_(addToXA)(alloc_fns, &tmp_str); in ms_process_cmd_line_option()
437 else if VG_STR_CLO(arg, "--ignore-fn", tmp_str) { in ms_process_cmd_line_option()
438 VG_(addToXA)(ignore_fns, &tmp_str); in ms_process_cmd_line_option()
/external/chromium_org/third_party/libusb/src/libusb/os/
Dwindows_usb.c695 char *tok, *tmp_str; in get_sub_api() local
699 tmp_str = (char*) calloc(len+1, 1); in get_sub_api()
700 if (tmp_str == NULL) return SUB_API_NOTSET; in get_sub_api()
701 memcpy(tmp_str, driver, len+1); in get_sub_api()
702 tok = strtok(tmp_str, sep_str); in get_sub_api()
706 free(tmp_str); in get_sub_api()
712 free (tmp_str); in get_sub_api()
/external/valgrind/main/helgrind/
Dhg_main.c4886 Char* tmp_str; in hg_process_cmd_line_option() local
4906 else if VG_STR_CLO(arg, "--hg-sanity-flags", tmp_str) { in hg_process_cmd_line_option()
4909 if (6 != VG_(strlen)(tmp_str)) { in hg_process_cmd_line_option()
4915 if ('0' == tmp_str[j]) { /* do nothing */ } in hg_process_cmd_line_option()
4916 else if ('1' == tmp_str[j]) HG_(clo_sanity_flags) |= (1 << (6-1-j)); in hg_process_cmd_line_option()
/external/valgrind/main/memcheck/
Dmc_main.c4842 Char* tmp_str; in mc_process_cmd_line_options() local
4912 else if VG_STR_CLO(arg, "--ignore-ranges", tmp_str) { in mc_process_cmd_line_options()
4914 Bool ok = parse_ignore_ranges(tmp_str); in mc_process_cmd_line_options()