Searched refs:valuestr (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/public-domain/xz/dist/src/xz/ |
| D | options.c | 62 unsigned key, uint64_t value, const char *valuestr), in parse_options() argument 153 const char *valuestr lzma_attribute((__unused__))) in set_delta() 197 const char *valuestr lzma_attribute((__unused__))) in set_bcj() 245 error_lzma_preset(const char *valuestr) in error_lzma_preset() argument 247 message_fatal(_("Unsupported LZMA1/LZMA2 preset: %s"), valuestr); in error_lzma_preset() 252 set_lzma(void *options, unsigned key, uint64_t value, const char *valuestr) in set_lzma() argument 258 if (valuestr[0] < '0' || valuestr[0] > '9') in set_lzma() 259 error_lzma_preset(valuestr); in set_lzma() 261 uint32_t preset = valuestr[0] - '0'; in set_lzma() 265 if (valuestr[1] != '\0') { in set_lzma() [all …]
|
| /netbsd/src/usr.sbin/memswitch/ |
| D | memswitch.c | 160 char valuestr[MAXVALUELEN]; in show_single() local 166 properties[i].print(&properties[i], valuestr); in show_single() 168 printf("%s=%s\n", fullname, valuestr); in show_single() 183 char valuestr[MAXVALUELEN]; in show_all() local 186 properties[i].print(&properties[i], valuestr); in show_all() 190 printf("%s\n", valuestr); in show_all() 205 char valuestr[MAXVALUELEN]; in modify_single() local 237 properties[i].print(&properties[i], valuestr); in modify_single() 238 printf("%s.%s -> %s\n", class, node, valuestr); in modify_single() 255 char valuestr[MAXVALUELEN]; in help_single() local [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-tic54x.c | 408 char valuestr[32], *tmp; in tic54x_eval() local 454 sprintf (valuestr, "%d", value); in tic54x_eval() 455 tmp = notes_strdup (valuestr); in tic54x_eval()
|