Searched refs:retval (Results 1 – 7 of 7) sorted by relevance
/libio/ |
A D | iogets.c | 35 char *retval; in _IO_gets() local 41 retval = NULL; in _IO_gets() 57 retval = NULL; in _IO_gets() 64 retval = buf; in _IO_gets() 67 return retval; in _IO_gets()
|
A D | ioseekpos.c | 53 off64_t retval; in _IO_seekpos() local 56 retval = _IO_seekpos_unlocked (fp, pos, mode); in _IO_seekpos() 58 return retval; in _IO_seekpos()
|
A D | ioseekoff.c | 66 off64_t retval; in _IO_seekoff() local 69 retval = _IO_seekoff_unlocked (fp, offset, dir, mode); in _IO_seekoff() 71 return retval; in _IO_seekoff()
|
A D | tst-swscanf.c | 29 int retval; member 67 if (swscanf (tests[n].arg, tests[n].fmt, buf) != tests[n].retval) in do_test() 73 else if (tests[n].retval != 0 && strcmp (buf, tests[n].res) != 0) in do_test() 83 if (swscanf (tests[n].arg, tests[n].wfmt, wbuf) != tests[n].retval) in do_test() 89 else if (tests[n].retval != 0 && wcscmp (wbuf, tests[n].wres) != 0) in do_test()
|
A D | oldfileops.c | 406 int retval = 0; in _IO_old_file_sync() local 424 retval = EOF; in _IO_old_file_sync() 426 if (retval != EOF) in _IO_old_file_sync() 430 return retval; in _IO_old_file_sync()
|
A D | wfileops.c | 482 wint_t retval = 0; in libc_hidden_def() local 528 retval = WEOF; in libc_hidden_def() 530 if (retval != WEOF) in libc_hidden_def() 534 return retval; in libc_hidden_def()
|
A D | fileops.c | 794 int retval = 0; in libc_hidden_ver() local 808 retval = EOF; in libc_hidden_ver() 810 if (retval != EOF) in libc_hidden_ver() 814 return retval; in libc_hidden_ver()
|
Completed in 17 milliseconds