Home
last modified time | relevance | path

Searched refs:format_str (Results 1 – 5 of 5) sorted by relevance

/netbsd/usr.sbin/mmcformat/
H A Dmmcformat.c323 format_str = nblks_str = param_str = "reserved"; in print_format()
329 format_str = "full format capacity"; in print_format()
335 format_str = "spare area expansion"; in print_format()
342 format_str = "variable length zone'd format"; in print_format()
348 format_str = "fixed length zone'd format"; in print_format()
361 format_str = "CD-RW/DVD-RW grow session"; in print_format()
367 format_str = "CD-RW/DVD-RW add session"; in print_format()
380 format_str = "DVD-RW quick grow last session"; in print_format()
386 format_str = "DVD-RW quick full format"; in print_format()
393 format_str = "background MRW format"; in print_format()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRangeList.cpp62 const char *format_str = in dump() local
65 OS << format(format_str, Offset, RLE.StartAddress, RLE.EndAddress); in dump()
/netbsd/external/apache2/llvm/dist/llvm/utils/
H A Dextract-section.py95 format_str = "{:0" + str(args.hex_width * 2) + "x}" variable
97 results.append(format_str.format(word))
/netbsd/sbin/newfs_udf/
H A Dnewfs_udf.c78 char *format_str; /* format: string representation */ variable
152 format_str = strdup(""); in main()
/netbsd/sys/dev/usb/
H A Duaudio.c2092 const char *format_str __unused; in uaudio_process_as()
2313 format_str = "pcm"; in uaudio_process_as()
2318 format_str = "pcm8"; in uaudio_process_as()
2323 format_str = "alaw"; in uaudio_process_as()
2328 format_str = "mulaw"; in uaudio_process_as()
2349 format_str = "pcm"; in uaudio_process_as()
2353 format_str = "pcm8"; in uaudio_process_as()
2357 format_str = "alaw"; in uaudio_process_as()
2361 format_str = "mulaw"; in uaudio_process_as()
2376 chan, prec, bps * 8, format_str); in uaudio_process_as()