Searched refs:valuestr (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/xz/
H A Doptions.c62 uint32_t key, uint64_t value, const char *valuestr),
153 const char *valuestr lzma_attribute((__unused__)))
197 const char *valuestr lzma_attribute((__unused__)))
245 error_lzma_preset(const char *valuestr) argument
247 message_fatal(_("Unsupported LZMA1/LZMA2 preset: %s"), valuestr);
252 set_lzma(void *options, uint32_t key, uint64_t value, const char *valuestr) argument
258 if (valuestr[0] < '0' || valuestr[0] > '9')
259 error_lzma_preset(valuestr);
261 uint32_t preset = valuestr[
60 parse_options(const char *str, const option_map *opts, void (*set)(void *filter_options, uint32_t key, uint64_t value, const char *valuestr), void *filter_options) argument
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/memswitch/
H A Dmemswitch.c164 char valuestr[MAXVALUELEN]; local
170 properties[i].print(&properties[i], valuestr);
172 printf("%s=%s\n", fullname, valuestr);
187 char valuestr[MAXVALUELEN]; local
190 properties[i].print(&properties[i], valuestr);
194 printf("%s\n", valuestr);
207 char valuestr[MAXVALUELEN]; local
246 properties[i].print(&properties[i], valuestr);
247 printf("%s.%s -> %s\n", class, node, valuestr);
265 char valuestr[MAXVALUELE local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-tic54x.c388 char valuestr[32], *tmp; local
435 sprintf (valuestr, "%d", value);
436 tmp = xmalloc (strlen (valuestr) + 1);
437 strcpy (tmp, valuestr);

Completed in 126 milliseconds