Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/audio/audioconvert/
H A Dmain.cc106 (void) parse_format((char *)"ulaw", ihdr, ifmt, i_offset); in main()
107 (void) parse_format((char *)"pcm", ohdr, ofmt, o_offset); in main()
109 (void) parse_format((char *)"pcm", ihdr, ifmt, i_offset); in main()
110 (void) parse_format((char *)"ulaw", ohdr, ofmt, o_offset); in main()
112 (void) parse_format((char *)"ulaw", ihdr, ifmt, i_offset); in main()
113 (void) parse_format((char *)"g721", ohdr, ofmt, o_offset); in main()
152 if (parse_format(out_fmt, ohdr, ofmt, o_offset) == -1) in main()
168 if (parse_format(optarg, ihdr, ifmt, i_offset) == -1) { in main()
211 if (parse_format(argv[++optind], ihdr, ifmt, i_offset) in main()
264 if (parse_format(out_fmt, ohdr, ofmt, o_offset) in main()
[all …]
H A Dparse.h48 extern int parse_format(char *, AudioHdr&, format_type&, off_t&);
H A Dparse.cc137 parse_format( in parse_format() function
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dtparm.c236 parse_format(const char *s, char *format, int *len) in parse_format() function
378 cp = parse_format(cp, format, &len); in tparam_internal()
493 string = parse_format(string, format, &len); in tparam_internal()
/illumos-gate/usr/src/cmd/ps/
H A Dps.c311 static char *parse_format(char *);
693 while ((p = parse_format(p)) != NULL) in stdmain()
1147 parse_format(char *arg) in parse_format() function