Lines Matching defs:postfix
143 const char *postfix) {
204 if(postfix!=NULL) {
205 fputs(postfix, f);
213 const char *postfix) {
216 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength+pTrie->dataLength, "", postfix);
219 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength, "", postfix);
220 usrc_writeArray(f, data32Prefix, pTrie->data32, 32, pTrie->dataLength, "", postfix);
229 const char *postfix) {
268 if(postfix!=NULL) {
269 fputs(postfix, f);
277 const char *postfix,
280 usrc_writeArray(f, indexPrefix, pTrie->index, 16, pTrie->indexLength, indent, postfix);
285 usrc_writeArray(f, dataPrefix, pTrie->data.ptr0, width, pTrie->dataLength, indent, postfix);
293 const char *postfix,
333 if(postfix!=NULL) {
334 fputs(postfix, f);
446 const char *postfix) {
476 if(postfix!=NULL) {
477 fputs(postfix, f);