Searched refs:in (Results 1 - 25 of 69) sorted by relevance

123

/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_scalbln.c5 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
36 int in; local
38 in = (int)n;
39 if (in != n) {
41 in = INT_MAX;
43 in = INT_MIN;
45 return (scalbn(x, in));
51 int in; local
66 int in; local
[all...]
/bionic/libc/bionic/
H A Dsigblock.c5 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in
38 } in, out; local
40 sigemptyset(&in.the_sigset);
41 in.the_mask = mask;
43 n = sigprocmask(SIG_BLOCK, &in.the_sigset, &out.the_sigset);
H A Dsigsetmask.c5 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in
39 } in, out; local
41 sigemptyset(&in.the_sigset);
42 in.the_mask = mask;
44 n = sigprocmask(SIG_SETMASK, &in.the_sigset, &out.the_sigset);
H A Dstatvfs.cpp5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
33 static void __statfs_to_statvfs(const struct statfs& in, struct statvfs* out) { argument
34 out->f_bsize = in.f_bsize;
35 out->f_frsize = in.f_frsize;
36 out->f_blocks = in.f_blocks;
37 out->f_bfree = in.f_bfree;
38 out->f_bavail = in.f_bavail;
39 out->f_files = in.f_files;
40 out->f_ffree = in
[all...]
H A DNetdClient.cpp5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
18 #error NetdClient.cpp should NOT be included in static libc builds.
H A Dbindresvport.c5 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in
31 #include <netinet/in.h>
/bionic/libc/upstream-openbsd/lib/libc/net/
H A Dinet_lnaof.c6 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
32 #include <netinet/in.h>
41 inet_lnaof(struct in_addr in) argument
43 in_addr_t i = ntohl(in.s_addr);
H A Dinet_netof.c6 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
32 #include <netinet/in.h>
40 inet_netof(struct in_addr in) argument
42 in_addr_t i = ntohl(in.s_addr);
H A Dinet_ntoa.c6 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
36 #include <netinet/in.h>
41 inet_ntoa(struct in_addr in) argument
46 p = (char *)&in;
H A Dinet_makeaddr.c6 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
32 #include <netinet/in.h>
36 * Formulate an Internet address from network + host. Used in
37 * building addresses stored in the ifnet structure.
/bionic/tests/
H A Dlibgen_test.cpp5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
23 static void TestBasename(const char* in, const char* expected_out) { argument
24 char* writable_in = (in != NULL) ? strdup(in) : NULL;
27 ASSERT_STREQ(expected_out, out) << in;
28 ASSERT_EQ(0, errno) << in;
32 static void TestDirname(const char* in, const char* expected_out) { argument
33 char* writable_in = (in != NULL) ? strdup(in)
68 TestBasename(const char* in, const char* expected_out, int expected_rc, char* buf, size_t buf_size, int expected_errno) argument
79 TestDirname(const char* in, const char* expected_out, int expected_rc, char* buf, size_t buf_size, int expected_errno) argument
[all...]
H A Dfcntl_test.cpp5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
161 int in = open("/proc/cpuinfo", O_RDONLY); local
162 ASSERT_NE(in, -1);
166 ssize_t bytes_read = splice(in, 0, pipe_fds[1], NULL, 8*1024, SPLICE_F_MORE | SPLICE_F_MOVE);
174 close(in);
211 int in = open("/proc/version", O_RDONLY); local
212 ASSERT_NE(in, -1);
215 ssize_t bytes_read = splice(in, 0, pipe1[1], NULL, 8*1024, SPLICE_F_MORE | SPLICE_F_MOVE);
/bionic/libc/dns/resolv/
H A D__res_close.c18 #include <netinet/in.h>
H A D__dn_comp.c18 #include <netinet/in.h>
H A D__res_send.c18 #include <netinet/in.h>
H A Dherror.c7 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the
42 * copyright notice and this permission notice appear in all copies.
67 #include <netinet/in.h>
/bionic/libc/kernel/tools/
H A Dgenerate_uapi_headers.sh6 # you may not use this file except in compliance with the License.
11 # Unless required by applicable law or agreed to in writing, software
68 for file in $(ls -d ${src_dir}/* 2> /dev/null); do
77 for dir in "${search_dirs[@]}"; do
91 for file in $(ls -d ${src_dir}/* 2> /dev/null); do
93 # Check that this file exists in check_dir.
107 case "$1" in
177 for arch in "${ARCH_LIST[@]}"; do
194 for arch in "${ARCH_LIST[@]}"; do
203 # also exist in uap
[all...]
/bionic/libc/include/arpa/
H A Dinet.h5 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in
33 #include <netinet/in.h>
/bionic/libc/include/netinet/
H A Din.h5 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in
36 #include <linux/in.h>
/bionic/libc/dns/include/
H A Dresolv_netid.h5 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in
36 #include <netinet/in.h>
40 * fill in the appropriate default netId for the query.
/bionic/libc/include/
H A Dresolv.h5 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in
37 #include <netinet/in.h>
/bionic/libc/upstream-netbsd/lib/libc/include/
H A Dresolv_mt.h7 #include <netinet/in.h>
/bionic/libc/arch-mips/bionic/
H A D__bionic_clone.S5 * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in
57 # Clear return address in child so we don't unwind further.
/bionic/libc/kernel/uapi/linux/
H A Dnetfilter.h72 struct in_addr in; member in union:nf_inet_addr
H A Dl2tp.h24 #include <netinet/in.h>

Completed in 307 milliseconds

123