Searched refs:fmt1 (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/reiserfs/
H A Dprints.c193 char *fmt1 = fmt_buf; local
198 strcpy(fmt1, fmt);
200 while ((k = is_there_reiserfs_struct(fmt1, &what, &skip)) != NULL) {
203 p += vsprintf(p, fmt1, args);
243 fmt1 = k + 2;
245 vsprintf(p, fmt1, args);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dutils.c343 AVInputFormat *fmt1, *fmt; local
347 for(fmt1 = first_iformat; fmt1 != NULL; fmt1 = fmt1->next) {
348 if (!is_opened == !(fmt1->flags & AVFMT_NOFILE))
351 if (fmt1->read_probe) {
352 score = fmt1->read_probe(pd);
353 } else if (fmt1->extensions) {
354 if (match_ext(pd->filename, fmt1
[all...]

Completed in 79 milliseconds