Searched defs:TrioFormat (Results 1 - 1 of 1) sorted by relevance
/vbox/src/libs/libxml2-2.6.31/ |
H A D | trio.c | 3402 * TrioFormat 3405 TrioFormat function 3637 status = TrioFormat(stdout, 0, TrioOutStreamFile, format, &args, NULL); 3657 return TrioFormat(stdout, 0, TrioOutStreamFile, format, &args, NULL); 3675 return TrioFormat(stdout, 0, TrioOutStreamFile, format, NULL, args); 3704 status = TrioFormat(file, 0, TrioOutStreamFile, format, &args, NULL); 3727 return TrioFormat(file, 0, TrioOutStreamFile, format, &args, NULL); 3748 return TrioFormat(file, 0, TrioOutStreamFile, format, NULL, args); 3776 status = TrioFormat(&fd, 0, TrioOutStreamFileDescriptor, format, &args, NULL); 3798 return TrioFormat( [all...] |
Completed in 45 milliseconds