Lines Matching +defs:val +defs:file
4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
554 * Prints out XML <additional-information> element with data. If val is NULL
558 asr_buf_append_xml_ai(asr_buf_t *bp, int pad, const char *name, const char *val)
560 if (val == NULL)
563 "additional-information", val));
606 * Reads a line of data from the file into the given buffer. Either a complete
611 asr_buf_readln(asr_buf_t *abp, FILE *file)
618 while ((c = fgetc(file)) != EOF && err == 0) {