Searched refs:INTUSE (Results 26 - 50 of 54) sorted by relevance

123

/haiku/src/system/libroot/posix/glibc/libio/
H A Diofclose.c61 INTUSE(_IO_un_link) ((struct _IO_FILE_plus *) fp);
66 status = INTUSE(_IO_file_close_it) (fp);
88 INTUSE(_IO_free_backup_area) (fp);
H A Dwfileops.c189 INTUSE(_IO_doallocbuf) (fp);
206 INTUSE(_IO_wdoallocbuf) (fp);
214 INTUSE(_IO_flush_all_linebuffered) ();
234 INTUSE(_IO_switch_to_get_mode) (fp);
334 INTUSE(_IO_wdoallocbuf) (fp);
390 INTUSE(_IO_wdoallocbuf) (f);
396 INTUSE(_IO_doallocbuf) (f);
544 INTUSE(_IO_switch_to_main_wget_area) (fp);
560 if (INTUSE(_IO_switch_to_wget_mode) (fp))
571 INTUSE(_IO_doallocbu
[all...]
H A Dvswprintf.c57 INTUSE(_IO_wsetb) (fp, snf->overflow_buf,
84 JUMP_INIT(uflow, (_IO_underflow_t) INTUSE(_IO_wdefault_uflow)),
86 JUMP_INIT(xsputn, INTUSE(_IO_wdefault_xsputn)),
87 JUMP_INIT(xsgetn, INTUSE(_IO_wdefault_xsgetn)),
92 JUMP_INIT(doallocate, INTUSE(_IO_wdefault_doallocate)),
H A Diolibio.h64 INTUSE(_IO_vfprintf) (_IO_stdout, FORMAT, ARGS)
66 (INTUSE(_IO_file_close_it)(FP), \
67 INTUSE(_IO_file_fopen)(FP, FILENAME, MODE, 1))
71 (INTUSE(_IO_file_close_it)(FP), \
72 INTUSE(_IO_file_fopen)(FP, FILENAME, MODE, 0))
80 #define _IO_setbuf(_FP, _BUF) INTUSE(_IO_setbuffer)(_FP, _BUF, _IO_BUFSIZ)
81 #define _IO_setlinebuf(_FP) INTUSE(_IO_setvbuf)(_FP, NULL, 1, 0)
H A Dfileops.c139 INTUSE(_IO_link_in) (fp);
158 INTUSE(_IO_unsave_markers) (fp);
165 INTUSE(_IO_setb) (fp, NULL, NULL, 0);
173 INTUSE(_IO_free_wbackup_area) (fp);
174 INTUSE(_IO_wsetb) (fp, NULL, NULL, 0);
180 INTUSE(_IO_un_link) ((struct _IO_FILE_plus *) fp);
200 INTUSE(_IO_default_finish) (fp, 0);
235 INTUSE(_IO_link_in) ((struct _IO_FILE_plus *) fp);
345 (void) INTUSE(_IO_file_close_it) (fp);
447 _IO_JUMPS((struct _IO_FILE_plus *)fp) = &INTUSE(_IO_file_jump
[all...]
H A Dstrops.c92 INTUSE(_IO_setb) (fp, ptr, ptr + size, 0);
120 INTUSE(_IO_str_init_static) (sf, (char *) ptr, size, NULL);
167 INTUSE(_IO_setb) (fp, new_buf, new_buf + new_size, 1);
294 return INTUSE(_IO_default_pbackfail) (fp, c);
307 INTUSE(_IO_default_finish) (fp, 0);
314 JUMP_INIT(overflow, INTUSE(_IO_str_overflow)),
315 JUMP_INIT(underflow, INTUSE(_IO_str_underflow)),
316 JUMP_INIT(uflow, INTUSE(_IO_default_uflow)),
317 JUMP_INIT(pbackfail, INTUSE(_IO_str_pbackfail)),
318 JUMP_INIT(xsputn, INTUSE(_IO_default_xsput
[all...]
H A Dfreopen.c101 INTUSE(_IO_file_close_it) (fp);
102 _IO_JUMPS ((struct _IO_FILE_plus *) fp) = &INTUSE(_IO_file_jumps);
104 // fp->_wide_data->_wide_vtable = &INTUSE(_IO_wfile_jumps);
105 result = INTUSE(_IO_file_fopen) (fp, filename, mode, 1);
H A Diofgets_u.c48 count = INTUSE(_IO_getline) (fp, buf, n - 1, '\n', 1);
H A Diofread.c44 bytes_read = INTUSE(_IO_sgetn) (fp, (char *) buf, bytes_requested);
H A Dioseekoff.c59 INTUSE(_IO_free_backup_area) (fp);
61 INTUSE(_IO_free_wbackup_area) (fp);
H A Dfiledoalloc.c121 INTUSE(_IO_setb) (fp, p, p + size, 1);
H A Diofgets.c50 count = INTUSE(_IO_getline) (fp, buf, n - 1, '\n', 1);
H A Diogets.c58 count = INTUSE(_IO_getline) (_IO_stdin, buf + 1, INT_MAX, '\n', 0) + 1;
H A Diogetline.c41 return INTUSE(_IO_getline_info) (fp, buf, n, delim, extract_delim,
84 INTUSE(_IO_sputbackc) (fp, c);
H A Dvasprintf.c57 INTUSE(_IO_str_init_static) (&sf, string, init_string_size, string);
61 ret = INTUSE(_IO_vfprintf) (&sf._sbf._f, format, args);
H A Dwstrops.c91 INTUSE(_IO_wsetb) (fp, ptr, ptr + size, 0);
162 INTUSE(_IO_wsetb) (fp, new_buf, new_buf + new_size, 1);
296 return INTUSE(_IO_wdefault_pbackfail) (fp, c);
308 INTUSE(_IO_wdefault_finish) (fp, 0);
317 JUMP_INIT(uflow, (_IO_underflow_t) INTUSE(_IO_wdefault_uflow)),
319 JUMP_INIT(xsputn, INTUSE(_IO_wdefault_xsputn)),
320 JUMP_INIT(xsgetn, INTUSE(_IO_wdefault_xsgetn)),
325 JUMP_INIT(doallocate, INTUSE(_IO_wdefault_doallocate)),
H A Dgenops.c70 for (f = &INTUSE(_IO_list_all); *f;
104 fp->file._chain = (_IO_FILE *) INTUSE(_IO_list_all);
105 INTUSE(_IO_list_all) = fp;
336 if (_IO_in_put_mode(file) && INTUSE(_IO_switch_to_get_mode)(file) == EOF)
352 INTUSE(_IO_free_backup_area)(file);
370 if (_IO_in_put_mode(file) && INTUSE(_IO_switch_to_get_mode)(file) == EOF)
387 INTUSE(_IO_free_backup_area)(file);
421 INTUSE(_IO_setb) (fp, fp->_shortbuf, fp->_shortbuf+1, 0);
568 INTUSE(_IO_setb) (fp, fp->_shortbuf, fp->_shortbuf+1, 0);
573 INTUSE(_IO_set
[all...]
H A Dwgenops.c167 INTUSE(_IO_switch_to_wbackup_area) (fp);
222 INTUSE(_IO_un_link) ((struct _IO_FILE_plus *) fp);
262 if (INTUSE(_IO_switch_to_wget_mode) (fp) == EOF)
268 INTUSE(_IO_switch_to_main_wget_area) (fp);
278 INTUSE(_IO_free_wbackup_area) (fp);
293 if (INTUSE(_IO_switch_to_wget_mode) (fp) == EOF)
299 INTUSE(_IO_switch_to_main_wget_area) (fp);
309 INTUSE(_IO_free_wbackup_area) (fp);
422 INTUSE(_IO_wsetb) (fp, fp->_wide_data->_shortbuf,
435 INTUSE(_IO_wset
[all...]
H A Diogetwline.c89 INTUSE(_IO_sputbackc) (fp, wc);
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dtmpfile.c25 # define __fdopen INTUSE(_IO_fdopen)
H A D_itoa.h43 ? INTUSE(_itoa_upper_digits)
44 : INTUSE(_itoa_lower_digits)
H A Dpsignal.c50 if (sig >= 0 && sig < NSIG && (desc = INTUSE(_sys_siglist)[sig]) != NULL)
H A Dvfprintf.c79 done += INTUSE(_IO_padn) (s, (Padchar), width)
2085 JUMP_INIT (finish, INTUSE(_IO_wdefault_finish)),
2088 JUMP_INIT (uflow, INTUSE(_IO_default_uflow)),
2089 JUMP_INIT (pbackfail, (_IO_pbackfail_t) INTUSE(_IO_wdefault_pbackfail)),
2090 JUMP_INIT (xsputn, INTUSE(_IO_wdefault_xsputn)),
2091 JUMP_INIT (xsgetn, INTUSE(_IO_wdefault_xsgetn)),
2096 JUMP_INIT (doallocate, INTUSE(_IO_wdefault_doallocate)),
2107 JUMP_INIT (finish, INTUSE(_IO_default_finish)),
2110 JUMP_INIT (uflow, INTUSE(_IO_default_uflow)),
2111 JUMP_INIT (pbackfail, INTUSE(_IO_default_pbackfai
[all...]
H A D_itoa.c176 ? INTUSE(_itoa_upper_digits)
177 : INTUSE(_itoa_lower_digits));
/haiku/src/system/libroot/posix/glibc/include/
H A Dstdio_private.h76 INTUSE(__asprintf) (ptr, fmt, ##args)

Completed in 248 milliseconds

123