Home
last modified time | relevance | path

Searched defs:seekpos (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/arm-optimized-routines/string/test/
H A Dstrchr.c50 test (const struct fun *fun, int align, int seekpos, int len) in test()
H A Dstrrchr.c50 test (const struct fun *fun, int align, int seekpos, int len) in test()
H A Dmemchr.c52 test (const struct fun *fun, int align, size_t seekpos, size_t len, in test()
H A Dstrchrnul.c54 test (const struct fun *fun, int align, int seekpos, int len) in test()
H A Dmemrchr.c50 test (const struct fun *fun, int align, size_t seekpos, size_t len, in test()
/freebsd-src/contrib/llvm-project/libcxx/src/
H A Dstrstream.cpp224 strstreambuf::pos_type strstreambuf::seekpos(pos_type __sp, ios_base::openmode __which) { in seekpos() function in strstreambuf
/freebsd-src/sbin/restore/
H A Dtape.c850 skiphole(void (*skip)(char *, size_t), size_t *seekpos) in skiphole() argument
872 size_t seekpos; in getfile() local