Searched refs:parse_format (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/audio/audioconvert/ |
H A D | parse.h | 50 extern int parse_format(char *, AudioHdr&, format_type&, off_t&);
|
H A D | main.cc | 109 (void) parse_format((char *)"ulaw", ihdr, ifmt, i_offset); 110 (void) parse_format((char *)"pcm", ohdr, ofmt, o_offset); 112 (void) parse_format((char *)"pcm", ihdr, ifmt, i_offset); 113 (void) parse_format((char *)"ulaw", ohdr, ofmt, o_offset); 115 (void) parse_format((char *)"ulaw", ihdr, ifmt, i_offset); 116 (void) parse_format((char *)"g721", ohdr, ofmt, o_offset); 118 (void) parse_format((char *)"g721", ihdr, ifmt, i_offset); 119 (void) parse_format((char *)"ulaw", ohdr, ofmt, o_offset); 121 (void) parse_format((char *)"ulaw", ihdr, ifmt, i_offset); 122 (void) parse_format((cha [all...] |
H A D | parse.cc | 139 parse_format( function
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | tparm.c | 236 parse_format(const char *s, char *format, int *len) function 378 cp = parse_format(cp, format, &len); 493 string = parse_format(string, format, &len);
|
/illumos-gate/usr/src/cmd/ps/ |
H A D | ps.c | 309 static char *parse_format(char *); 691 while ((p = parse_format(p)) != NULL) 1142 * parse_format() takes the argument to the -o option, 1148 parse_format(char *arg) function
|
Completed in 68 milliseconds