Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dz8k-dis.c478 print_intr(char *tmp_str, unsigned long interrupts) in print_intr() argument
482 *tmp_str = 0; in print_intr()
485 strcat (tmp_str, "vi"); in print_intr()
490 if (comma) strcat (tmp_str, ","); in print_intr()
491 strcat (tmp_str, "nvi"); in print_intr()
496 print_flags(char *tmp_str, unsigned long flags) in print_flags() argument
500 *tmp_str = 0; in print_flags()
503 strcat (tmp_str, "c"); in print_flags()
508 if (comma) strcat (tmp_str, ","); in print_flags()
509 strcat (tmp_str, "z"); in print_flags()
[all …]
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dz8k-dis.c478 print_intr(char *tmp_str, unsigned long interrupts) in print_intr() argument
482 *tmp_str = 0; in print_intr()
485 strcat (tmp_str, "vi"); in print_intr()
490 if (comma) strcat (tmp_str, ","); in print_intr()
491 strcat (tmp_str, "nvi"); in print_intr()
496 print_flags(char *tmp_str, unsigned long flags) in print_flags() argument
500 *tmp_str = 0; in print_flags()
503 strcat (tmp_str, "c"); in print_flags()
508 if (comma) strcat (tmp_str, ","); in print_flags()
509 strcat (tmp_str, "z"); in print_flags()
[all …]
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/
Dtsp_tcsi_param.c102 char *env_host, *tmp_str = NULL; in get_hostname_from_env() local
114 tmp_str = strdup(env_host); in get_hostname_from_env()
115 if (tmp_str == NULL) in get_hostname_from_env()
118 LogDebug("Environment var %s got value: %s", HOSTNAME_ENV_VAR, tmp_str); in get_hostname_from_env()
119 env_len = strlen(tmp_str); in get_hostname_from_env()
129 free(tmp_str); in get_hostname_from_env()
133 strncpy(*host_str, tmp_str, *len); in get_hostname_from_env()
134 free(tmp_str); in get_hostname_from_env()
/netbsd/src/external/cddl/osnet/dist/lib/libzpool/common/
Dkernel.c641 char *tmp_str = dprintf_string; in dprintf_find_string() local
649 while (tmp_str != NULL) { in dprintf_find_string()
650 if (strncmp(tmp_str, string, len) == 0 && in dprintf_find_string()
651 (tmp_str[len] == ',' || tmp_str[len] == '\0')) in dprintf_find_string()
653 tmp_str = strchr(tmp_str, ','); in dprintf_find_string()
654 if (tmp_str != NULL) in dprintf_find_string()
655 tmp_str++; /* Get rid of , */ in dprintf_find_string()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/engine/
Deng_dyn.c359 char *tmp_str = OPENSSL_strdup(p); in dynamic_ctrl() local
360 if (tmp_str == NULL) { in dynamic_ctrl()
364 if (!sk_OPENSSL_STRING_push(ctx->dirs, tmp_str)) { in dynamic_ctrl()
365 OPENSSL_free(tmp_str); in dynamic_ctrl()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
Dpy-disasm.py32 tmp_str = ""
35 tmp_str += p.string
36 assert tmp_str == result.string
589 tmp_str = ""
592 tmp_str += str(p)
593 assert tmp_str == result.string
/netbsd/src/external/bsd/tre/dist/src/
Dagrep.c536 char *tmp_str; in main() local
551 tmp_str = strrchr(program_name, '/'); in main()
552 if (tmp_str) in main()
553 program_name = tmp_str + 1; in main()
/netbsd/src/external/bsd/tre/dist/lib/
Dtre-parse.c315 char tmp_str[64]; in tre_parse_bracket_items() local
334 len = wcsrtombs(tmp_str, &src, sizeof(tmp_str), &state); in tre_parse_bracket_items()
337 len = wcstombs(tmp_str, tmp_wcs, 63); in tre_parse_bracket_items()
341 /* LINTED */strncpy(tmp_str, (const char*)re + 2, len); in tre_parse_bracket_items()
343 tmp_str[len] = '\0'; in tre_parse_bracket_items()
344 DPRINT((" class name: %s\n", tmp_str)); in tre_parse_bracket_items()
345 class = tre_ctype(tmp_str); in tre_parse_bracket_items()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimple-fold.cc956 const char *tmp_str; in gimple_fold_builtin_memory_op() local
978 && !((tmp_str = getbyterep (src, &tmp_len)) != NULL in gimple_fold_builtin_memory_op()
979 && memchr (tmp_str, 0, tmp_len) == NULL) in gimple_fold_builtin_memory_op()