Home
last modified time | relevance | path

Searched refs:ltest (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/stdio/
H A Dfseek.c90 _fseeko(FILE *fp, off_t offset, int whence, int ltest) in _fseeko() argument
134 if (ltest && offset > LONG_MAX) { in _fseeko()
198 if (ltest && (off_t)target > LONG_MAX) { in _fseeko()
283 if (ltest && ret > LONG_MAX) { in _fseeko()
/freebsd/contrib/netbsd-tests/usr.bin/cc/
H A Dt_hello.sh75 cc -o hello test.c -L. -ltest