Home
last modified time | relevance | path

Searched defs:buf (Results 201 - 225 of 7505) sorted by relevance

12345678910>>...301

/third_party/musl/src/stdio/
H A D__stdout_write.c4 size_t __stdout_write(FILE *f, const unsigned char *buf, size_t len) in __stdout_write() argument
/third_party/musl/src/unistd/
H A Dgetcwd.c7 char *getcwd(char *buf, size_t size) in getcwd() argument
H A Dpread.c4 ssize_t pread(int fd, void *buf, size_t size, off_t ofs) in pread() argument
/third_party/ltp/testcases/kernel/syscalls/mallinfo2/
H A Dmallinfo2_01.c26 char *buf; in test_mallinfo2() local
/third_party/ltp/testcases/kernel/syscalls/mallopt/
H A Dmallopt01.c27 char *buf; in test_mallopt() local
/third_party/ltp/testcases/kernel/syscalls/getrandom/
H A Dgetrandom04.c16 char buf[128]; in verify_getrandom() local
H A Dgetrandom03.c29 char buf[MAX_SIZE]; in verify_getrandom() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/
H A D3-1.c29 char *buf; in main() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/strftime/
H A D3-1.c21 char buf[256]; in main() local
/third_party/lwip/src/netif/ppp/polarssl/
H A Darc4.c76 void arc4_crypt( arc4_context *ctx, unsigned char *buf, int buflen ) in arc4_crypt() argument
/third_party/musl/libc-test/src/functional/
H A Dargv.c10 char buf[PATH_MAX]; in main() local
15 TEST(snprintf(buf, sizeof buf, "%s", argv[0]) < sizeof buf, "argv[0] is not a valid path\n"); in main() local
H A Dstring_strchr.c4 static char buf[512]; variable
/third_party/musl/compat/time32/
H A Dsemtimedop_time32.c6 int __semtimedop_time32(int id, struct sembuf *buf, size_t n, const struct timespec32 *ts32) in __semtimedop_time32() argument
/third_party/musl/libc-test/src/functionalext/supplement/regex/
H A Dglob.c27 glob_t buf; in glob_0100() local
40 glob_t buf; in glob_0200() local
/third_party/musl/libc-test/src/functionalext/supplement/unistd/unistd_gtest/
H A Dunistd_pwrite64_test.cpp25 char buf[1]; in HWTEST_F() local
H A Dunistd_readlink_test.cpp24 char buf[1]; in HWTEST_F() local
/third_party/musl/libc-test/src/functionalext/unittest/
H A Dunit_test_mock_molloc.c18 static char buf[80] = "abcde"; variable
/third_party/node/deps/uv/src/win/
H A Dsnprintf.c30 int snprintf(char* buf, size_t len, const char* fmt, ...) { in snprintf() argument
/third_party/rust/crates/clap/tests/builder/
H A Dutils.rs28 let mut buf = Cursor::new(Vec::with_capacity(50)); in assert_output() variables
/third_party/skia/third_party/externals/freetype/src/pcf/
H A Dpcfutil.c43 BitOrderInvert( unsigned char* buf, in BitOrderInvert() argument
65 TwoByteSwap( unsigned char* buf, in TwoByteSwap() argument
84 FourByteSwap( unsigned char* buf, size_t nbytes ) FourByteSwap() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
H A DLinkAllPasses.h200 std::string buf; in ForcePassLinking() local
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dscoped_set_env_test.cc28 char buf[1024]; in GetEnvVar() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dnumbers.h121 inline void PutTwoDigits(size_t i, char* buf) { in PutTwoDigits() argument
/third_party/selinux/libselinux/utils/
H A Dgetfilecon.c10 char *buf; in main() local
/third_party/skia/buildtools/third_party/libc++abi/
H A Dcxa_demangle_stub.cc17 __cxa_demangle(const char* mangled_name, char* buf, size_t* n, int* status) __cxa_demangle() argument

Completed in 8 milliseconds

12345678910>>...301