Lines Matching refs:buf
945 #define YY_INPUT(buf,result,max_size) \ argument
947 while ( (result = read( fileno(zconfin), (char *) buf, max_size )) < 0 ) \
2084 char *buf; in zconf_scan_bytes() local
2090 buf = (char *) zconfalloc(n ); in zconf_scan_bytes()
2091 if ( ! buf ) in zconf_scan_bytes()
2095 buf[i] = yybytes[i]; in zconf_scan_bytes()
2097 buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR; in zconf_scan_bytes()
2099 b = zconf_scan_buffer(buf,n ); in zconf_scan_bytes()
2372 struct buffer *buf = malloc(sizeof(*buf)); in zconf_nextfile() local
2373 memset(buf, 0, sizeof(*buf)); in zconf_nextfile()
2383 buf->parent = current_buf; in zconf_nextfile()
2384 current_buf = buf; in zconf_nextfile()