Searched refs:str_arg (Results 1 – 3 of 3) sorted by relevance
1471 char *str_arg = get_string_arg(); in parse_x_command() local1472 if (str_arg == 0) in parse_x_command()1475 remember_source_filename(str_arg); in parse_x_command()1476 a_delete str_arg; in parse_x_command() local1514 char *str_arg = get_string_arg(); in parse_x_command() local1515 pr->special(str_arg, current_env, 'u'); in parse_x_command()1516 a_delete str_arg; in parse_x_command() local1522 char *str_arg = get_extended_arg(); // includes line skip in parse_x_command() local1525 else if (str_arg && (strncmp(str_arg, "devtag:", in parse_x_command()1527 pr->devtag(str_arg, current_env); in parse_x_command()[all …]
656 const char *str_arg; /* string address in case of string argument */ local674 str_arg = credits;/* just to make compiler happy (defined but not used)*/675 str_arg = NULL;763 str_arg = p; break;767 str_arg = (const char *) &uchar_arg;771 str_arg = va_arg(ap, const char *);772 if (!str_arg) str_arg_l = 0;774 else if (!precision_specified) str_arg_l = strlen(str_arg);779 const char *const q = (const char *) memchr(str_arg, '\0',781 str_arg_l = !q ? precision : (q-str_arg);[all …]
160 const svalue *str_arg = get_arg_svalue (idx); in get_arg_string_literal() local161 if (const region *pointee = str_arg->maybe_get_region ()) in get_arg_string_literal()