Home
last modified time | relevance | path

Searched defs:ofd (Results 1 – 25 of 34) sorted by relevance

12

/aosp_15_r20/external/libnl/lib/
H A Dhandlers.c32 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 …]
H A Dmsg.c766 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()
/aosp_15_r20/libcore/ojluni/src/test/jdk/internal/math/FloatingDecimal/
H A DTestFloatingDecimal.java106 OldFloatingDecimalForTest ofd = new OldFloatingDecimalForTest(d[j]); in testAppendToDouble() local
131 OldFloatingDecimalForTest ofd = new OldFloatingDecimalForTest(f[j]); in testAppendToFloat() local
156 OldFloatingDecimalForTest ofd = new OldFloatingDecimalForTest(d[j]); in testParseDouble() local
179 OldFloatingDecimalForTest ofd = new OldFloatingDecimalForTest(f[j]); in testParseFloat() local
202 OldFloatingDecimalForTest ofd = new OldFloatingDecimalForTest(d[i]); in testToJavaFormatStringDoubleFixed() local
220 OldFloatingDecimalForTest ofd = new OldFloatingDecimalForTest(d[j]); in testToJavaFormatStringDoubleRandom() local
239 OldFloatingDecimalForTest ofd = new OldFloatingDecimalForTest(f[i]); in testToJavaFormatStringFloatFixed() local
257 OldFloatingDecimalForTest ofd = new OldFloatingDecimalForTest(f[j]); in testToJavaFormatStringFloatRandom() local
/aosp_15_r20/external/trace-cmd/tracecmd/
H A Dtrace-listen.c490 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
H A Dtrace-stream.c31 static int ofd; in trace_stream_init() local
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/fs/
H A DLinuxUserDefinedFileAttributeView.java298 static void copyExtendedAttributes(int ofd, int nfd) { in copyExtendedAttributes()
357 private static void copyExtendedAttribute(int ofd, byte[] name, int nfd) in copyExtendedAttribute()
H A DLinuxFileSystem.java71 void copyNonPosixAttributes(int ofd, int nfd) { in copyNonPosixAttributes()
/aosp_15_r20/test/vts-testcase/kernel/gki/
Dlz4_legacy.cpp54 unique_fd ofd(TEMP_FAILURE_RETRY( in Lz4DecompressLegacy() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/dup2/
H A Ddup201.c28 int *ofd; member
H A Ddup207.c21 static int ofd = -1, nfd = 10; variable
H A Ddup202.c29 static int ofd = -1, nfd = -1; variable
/aosp_15_r20/external/toybox/toys/posix/
H A Duudecode.c30 int ofd, idx = 0, m QUIET, n; local
H A Ddd.c152 int opos, olen, ifd = 0, ofd = 1, trunc = O_TRUNC, ii; in dd_main() local
/aosp_15_r20/external/toybox/toys/lsb/
H A Dgzip.c121 int ofd = FLAG(t) ? xopen("/dev/null", O_WRONLY) : 0; in do_gzip() local
/aosp_15_r20/external/e2fsprogs/util/
H A Dcopy_sparse.c93 long lb, i, fd, ofd, bs, block, numblocks; in copy_sparse_file() local
H A Dsubst.c327 int fd, ofd = -1; in main() local
/aosp_15_r20/external/mksh/src/
H A Dmain.c1531 ksh_dup2(int ofd, int nfd, bool errok) in ksh_dup2()
1566 restfd(int fd, int ofd) in restfd()
/aosp_15_r20/external/trace-cmd/lib/trace-cmd/
H A Dtrace-msg.c805 int tracecmd_msg_read_data(struct tracecmd_msg_handle *msg_handle, int ofd) in tracecmd_msg_read_data()
858 int tracecmd_msg_collect_data(struct tracecmd_msg_handle *msg_handle, int ofd) in tracecmd_msg_collect_data()
/aosp_15_r20/external/libultrahdr/examples/
H A Dultrahdr_app.cpp213 std::ofstream ofd(filename, std::ios::binary); in writeFile() local
223 std::ofstream ofd(filename, std::ios::binary); in writeFile() local
/aosp_15_r20/external/vboot_reference/futility/
H A Dmisc.c223 int ifd, ofd; in futil_copy_file() local
/aosp_15_r20/external/libultrahdr/tests/
H A Deditorhelper_test.cpp53 std::ofstream ofd(filename, std::ios::binary); in writeFile() local
H A Djpegr_test.cpp282 std::ofstream ofd(filename, std::ios::binary); in writeFile() local
/aosp_15_r20/external/libwebsockets/lib/misc/fts/
H A Dtrie-fd.c395 int pos = 0, n, m, nl, bp, base = 0, ra, palm, budget, sp, ofd = -1; in lws_fts_search() local
/aosp_15_r20/external/sg3_utils/testing/
H A Dsgs_dd.c1043 int ofd = out_is_evfd ? clp->out_evfd : clp->outfd; in can_read_write() local
/aosp_15_r20/external/blktrace/btreplay/
H A Dbtreplay.c111 int cpu, ifd, ofd, iterations; member

12