Searched refs:parse_format (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/audio/audioconvert/ |
H A D | main.cc | 109 (void) parse_format((char *)"ulaw", ihdr, ifmt, i_offset); in main() 110 (void) parse_format((char *)"pcm", ohdr, ofmt, o_offset); in main() 112 (void) parse_format((char *)"pcm", ihdr, ifmt, i_offset); in main() 113 (void) parse_format((char *)"ulaw", ohdr, ofmt, o_offset); in main() 115 (void) parse_format((char *)"ulaw", ihdr, ifmt, i_offset); in main() 116 (void) parse_format((char *)"g721", ohdr, ofmt, o_offset); in main() 118 (void) parse_format((char *)"g721", ihdr, ifmt, i_offset); in main() 119 (void) parse_format((char *)"ulaw", ohdr, ofmt, o_offset); in main() 121 (void) parse_format((char *)"ulaw", ihdr, ifmt, i_offset); in main() 122 (void) parse_format((char *)"ulaw", ohdr, ofmt, o_offset); in main() [all …]
|
H A D | parse.h | 50 extern int parse_format(char *, AudioHdr&, format_type&, off_t&);
|
H A D | parse.cc | 139 parse_format( in parse_format() function
|
/titanic_44/usr/src/grub/grub-0.97/stage2/ |
H A D | tparm.c | 236 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()
|
/titanic_44/usr/src/cmd/ps/ |
H A D | ps.c | 309 static char *parse_format(char *); 691 while ((p = parse_format(p)) != NULL) in stdmain() 1148 parse_format(char *arg) in parse_format() function
|