HomeSort by relevance Sort by last modified time
    Searched refs:read_int_from_file (Results 1 - 13 of 13) sorted by null

  /external/strace/tests/
overflowuid.c 35 read_int_from_file(const char *const fname, int *const pvalue) function
75 if (read_int_from_file(overflowid, &n)) {
78 perror_msg_and_fail("read_int_from_file: %s", overflowid);
tests.h 165 int read_int_from_file(const char *, int *);
msg_control.c 802 if (read_int_from_file("/proc/sys/net/core/optmem_max", &optmem_max)
  /external/strace/tests-m32/
overflowuid.c 35 read_int_from_file(const char *const fname, int *const pvalue) function
75 if (read_int_from_file(overflowid, &n)) {
78 perror_msg_and_fail("read_int_from_file: %s", overflowid);
tests.h 165 int read_int_from_file(const char *, int *);
msg_control.c 802 if (read_int_from_file("/proc/sys/net/core/optmem_max", &optmem_max)
  /external/strace/tests-mx32/
overflowuid.c 35 read_int_from_file(const char *const fname, int *const pvalue) function
75 if (read_int_from_file(overflowid, &n)) {
78 perror_msg_and_fail("read_int_from_file: %s", overflowid);
tests.h 165 int read_int_from_file(const char *, int *);
msg_control.c 802 if (read_int_from_file("/proc/sys/net/core/optmem_max", &optmem_max)
  /external/autotest/client/deps/glbench/src/
utils.cc 63 bool read_int_from_file(FilePath filename, int *value) { function
  /external/strace/
msghdr.c 270 if (read_int_from_file(tcp, "/proc/sys/net/core/optmem_max",
defs.h 381 extern int read_int_from_file(struct tcb *, const char *, int *);
    [all...]
util.c 1095 read_int_from_file(struct tcb *tcp, const char *const fname, int *const pvalue) function

Completed in 349 milliseconds