Home
last modified time | relevance | path

Searched defs:SEEK_SET (Results 1 - 25 of 66) sorted by relevance

123

/third_party/python/Lib/
H A Dio.py80 SEEK_SET = 0 variable
H A Dos.py193 SEEK_SET = 0 variable
H A D_pyio.py19 from io import (__all__, SEEK_SET, SEEK_CUR, SEEK_END) namespace
/third_party/libsnd/tests/
H A Dfix_this.c257 sf_seek (file, (int) sfinfo.frames, SEEK_SET) ; in lcomp_test_int() local
/third_party/cups-filters/cupsfilters/
H A Dimage-tiff.c85 lseek(fileno(fp), 0, SEEK_SET); /* Work around "feature" in some stdio's */ in _cupsImageReadTIFF() local
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdio.h37 #undef SEEK_SET macro
40 #define SEEK_SET 0 macro
H A Dfcntl.h75 #undef SEEK_SET macro
78 #define SEEK_SET 0 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdio.h39 #undef SEEK_SET macro
42 #define SEEK_SET 0 macro
H A Dfcntl.h76 #undef SEEK_SET macro
79 #define SEEK_SET 0 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdio.h37 #undef SEEK_SET macro
40 #define SEEK_SET 0 macro
H A Dfcntl.h75 #undef SEEK_SET macro
78 #define SEEK_SET 0 macro
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dftzconf.h249 # define SEEK_SET 0 /* Seek from beginning of file. */ macro
/third_party/musl/porting/linux/user/include/
H A Dstdio.h40 #undef SEEK_SET macro
43 #define SEEK_SET 0 macro
H A Dfcntl.h76 #undef SEEK_SET macro
79 #define SEEK_SET 0 macro
/third_party/musl/include/
H A Dstdio.h40 #undef SEEK_SET macro
43 #define SEEK_SET 0 macro
H A Dfcntl.h78 #undef SEEK_SET macro
81 #define SEEK_SET 0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h75 #undef SEEK_SET macro
78 #define SEEK_SET 0 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h75 #undef SEEK_SET macro
78 #define SEEK_SET 0 macro
/third_party/libwebsockets/win32port/zlib/
H A Dzconf.h389 # define SEEK_SET 0 /* Seek from beginning of file. */ macro
/third_party/node/deps/v8/third_party/zlib/
H A Dzconf.h513 # define SEEK_SET 0 /* Seek from beginning of file. */ macro
/third_party/node/deps/zlib/
H A Dzconf.h530 # define SEEK_SET 0 /* Seek from beginning of file. */ macro
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A Dzip.c88 #define SEEK_SET 0 macro
/third_party/mksh/
H A Deval.c1611 lseek(shf_fileno(shf), (off_t)0, SEEK_SET); in comsub() local
/third_party/python/Lib/test/test_sqlite3/
H A Dtest_dbapi.py38 from os import SEEK_SET, SEEK_CUR, SEEK_END namespace
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Dzip.c88 #define SEEK_SET 0 macro

Completed in 30 milliseconds

123