Searched refs:strf (Results 1 – 3 of 3) sorted by relevance
/third_party/cups-filters/filter/foomatic-rip/ |
D | util.c | 812 char *strf; in dstrinsertf() local 819 strf = malloc(len +1); in dstrinsertf() 821 vsnprintf(strf, len +1, str, ap); in dstrinsertf() 824 dstrinsert(ds, idx, strf); in dstrinsertf() 826 free(strf); in dstrinsertf()
|
/third_party/ffmpeg/libavformat/ |
D | avienc.c | 267 int64_t list1, list2, strh, strf; in avi_write_header() local 441 strf = ff_start_tag(pb, "strf"); in avi_write_header() 485 ff_end_tag(pb, strf); in avi_write_header()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | dtfmttst.cpp | 3780 UnicodeString strf, strl, strm, strs; in Test6726() local 3798 strf = fmtf->format(dt, strf); in Test6726()
|