/external/libnl/lib/ |
D | handlers.c | 32 static void print_header_content(FILE *ofd, struct nlmsghdr *n) in print_header_content() 45 FILE *ofd = arg ? arg : stdout; in nl_valid_handler_verbose() local 56 FILE *ofd = arg ? arg : stderr; in nl_invalid_handler_verbose() local 67 FILE *ofd = arg ? arg : stderr; in nl_overrun_handler_verbose() local 79 FILE *ofd = arg ? arg : stderr; in nl_error_handler_verbose() local 91 FILE *ofd = arg ? arg : stderr; in nl_valid_handler_debug() local 102 FILE *ofd = arg ? arg : stderr; in nl_finish_handler_debug() local 113 FILE *ofd = arg ? arg : stderr; in nl_msg_in_handler_debug() local 123 FILE *ofd = arg ? arg : stderr; in nl_msg_out_handler_debug() local 133 FILE *ofd = arg ? arg : stderr; in nl_skipped_handler_debug() local [all …]
|
D | msg.c | 766 static void prefix_line(FILE *ofd, int prefix) in prefix_line() 774 static inline void dump_hex(FILE *ofd, char *start, int len, int prefix) in dump_hex() 807 static void print_hdr(FILE *ofd, struct nl_msg *msg) in print_hdr() 835 static void print_genl_hdr(FILE *ofd, void *start) in print_genl_hdr() 845 static void *print_genl_msg(struct nl_msg *msg, FILE *ofd, struct nlmsghdr *hdr, in print_genl_msg() 876 static void dump_attr(FILE *ofd, struct nlattr *attr, int prefix) in dump_attr() 883 static void dump_attrs(FILE *ofd, struct nlattr *attrs, int attrlen, in dump_attrs() 922 static void dump_error_msg(struct nl_msg *msg, FILE *ofd) in dump_error_msg() 944 static void print_msg(struct nl_msg *msg, FILE *ofd, struct nlmsghdr *hdr) in print_msg() 985 void nl_msg_dump(struct nl_msg *msg, FILE *ofd) in nl_msg_dump()
|
/external/ltp/testcases/kernel/syscalls/dup2/ |
D | dup201.c | 28 int *ofd; member
|
D | dup207.c | 21 static int ofd = -1, nfd = 10; variable
|
D | dup202.c | 29 static int ofd = -1, nfd = -1; variable
|
/external/trace-cmd/utest/ |
D | tracecmd-utest.c | 126 static int pipe_it(int *ofd, int *efd, int (*func)(void *), in pipe_it() 230 int ofd; in do_grep_it() local 286 int ofd; in grep_match() local 369 int ofd; in read_stats() local
|
/external/toybox/toys/posix/ |
D | uudecode.c | 30 int ofd, idx = 0, m QUIET, n; local
|
D | dd.c | 152 int opos, olen, ifd = 0, ofd = 1, trunc = O_TRUNC, ii; in dd_main() local
|
/external/toybox/toys/lsb/ |
D | gzip.c | 121 int ofd = FLAG(t) ? xopen("/dev/null", O_WRONLY) : 0; in do_gzip() local
|
/external/e2fsprogs/util/ |
D | copy_sparse.c | 93 long lb, i, fd, ofd, bs, block, numblocks; in copy_sparse_file() local
|
D | subst.c | 327 int fd, ofd = -1; in main() local
|
/external/trace-cmd/tracecmd/ |
D | trace-listen.c | 490 int ofd; in create_client_file() local 595 int ofd) in collect_metadata_from_client() 639 static int put_together_file(int cpus, int ofd, const char *node, in put_together_file() 692 int ofd; in process_client() local
|
/external/libultrahdr/tests/ |
D | editorhelper_test.cpp | 53 std::ofstream ofd(filename, std::ios::binary); in writeFile() local
|
D | jpegr_test.cpp | 282 std::ofstream ofd(filename, std::ios::binary); in writeFile() local
|
/external/vboot_reference/futility/ |
D | misc.c | 223 int ifd, ofd; in futil_copy_file() local
|
/external/mksh/src/ |
D | main.c | 1531 ksh_dup2(int ofd, int nfd, bool errok) in ksh_dup2() 1566 restfd(int fd, int ofd) in restfd()
|
/external/libultrahdr/examples/ |
D | ultrahdr_app.cpp | 213 std::ofstream ofd(filename, std::ios::binary); in writeFile() local 223 std::ofstream ofd(filename, std::ios::binary); in writeFile() local
|
/external/libwebsockets/lib/misc/fts/ |
D | trie-fd.c | 395 int pos = 0, n, m, nl, bp, base = 0, ra, palm, budget, sp, ofd = -1; in lws_fts_search() local
|
/external/trace-cmd/lib/trace-cmd/ |
D | trace-msg.c | 976 int tracecmd_msg_read_data(struct tracecmd_msg_handle *msg_handle, int ofd) in tracecmd_msg_read_data() 1015 int tracecmd_msg_collect_data(struct tracecmd_msg_handle *msg_handle, int ofd) in tracecmd_msg_collect_data()
|
/external/blktrace/btreplay/ |
D | btreplay.c | 111 int cpu, ifd, ofd, iterations; member
|
/external/sg3_utils/testing/ |
D | sgs_dd.c | 1043 int ofd = out_is_evfd ? clp->out_evfd : clp->outfd; in can_read_write() local
|
/external/fastrpc/src/ |
D | fastrpc_apps_user.c | 533 static int fdlist_fd_from_buf(void* buf, int bufLen, int* nova, void** base, int* attr, int* ofd) { in fdlist_fd_from_buf()
|
/external/blktrace/ |
D | blktrace.c | 264 int ifd, ofd; member
|
/external/iproute2/lib/ |
D | bpf.c | 1211 int ret, cfd, ofd, ffd; in bpf_obj_hash() local
|
/external/toybox/android/device/generated/ |
D | globals.h | 84 unsigned ofd, olast, opos, ocount[2]; member
|