HomeSort by relevance Sort by last modified time
    Searched refs:ifc (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /external/clang/test/CoverageMapping/
control-flow-macro.c 3 #define ifc if macro
9 ifc(1) return 0;
12 ifc(1) return 0;
  /external/tlsdate/src/
routeup.h 22 int routeup_setup (struct routeup *ifc);
23 int routeup_once (struct routeup *ifc, unsigned int timeout);
25 void routeup_teardown (struct routeup *ifc);
27 static inline int routeup_setup (struct routeup *ifc)
31 static inline int routeup_once (struct routeup *ifc, unsigned int timeout)
39 static inline void routeup_teardown (struct routeup *ifc)
  /external/llvm/test/MC/AsmParser/
directive-err.s 8 .ifc a,a
23 .ifc one, two
directive-warning.s 8 .ifc a,a
23 .ifc one, two
ifc.s 5 .ifc foo, foo
13 .ifc "foo space", "foo space"
21 .ifc foo space, foo space
29 .ifc unequal, unEqual
  /external/compiler-rt/test/msan/
ioctl_custom.cc 20 struct ifconf ifc; local
21 ifc.ifc_ifcu.ifcu_req = ifreqs;
23 ifc.ifc_len = sizeof(ifreqs);
25 int res = ioctl(fd, SIOCGIFCONF, (void *)&ifc);
30 for (int i = 0; i < ifc.ifc_len / sizeof(*ifc.ifc_ifcu.ifcu_req); ++i)
  /external/valgrind/memcheck/tests/solaris/
ioctl.c 24 struct ifconf ifc; local
25 ifc.ifc_len = (n_ifs + 1) * sizeof(struct ifreq);
26 ifc.ifc_buf = malloc((n_ifs + 1) * sizeof(struct ifreq));
27 if (ifc.ifc_buf == NULL)
30 if (ioctl(fd, SIOCGIFCONF, &ifc) < 0)
33 /* Check definedness of ifc attributes ... */
35 if (ifc.ifc_len != 0) x = -1; else x = -2;
36 if (ifc.ifc_req != NULL) x = -3; else x = -4;
37 if (strcmp(ifc.ifc_req[0].ifr_name, "") != 0) x = -5; else x = -6;
39 if (strcmp(ifc.ifc_req[n_ifs].ifr_name, "") != 0) x = -7; else x = -8
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/macros/
test2.s 3 .ifc ,\arg2\arg3
  /system/core/fastboot/
usb.h 56 typedef int (*ifc_match_func)(usb_ifc_info *ifc);
usb_linux.cpp 141 struct usb_interface_descriptor *ifc; local
213 ifc = (struct usb_interface_descriptor *)ptr;
214 len -= ifc->bLength;
215 ptr += ifc->bLength;
219 info.ifc_class = ifc->bInterfaceClass;
220 info.ifc_subclass = ifc->bInterfaceSubClass;
221 info.ifc_protocol = ifc->bInterfaceProtocol;
223 for(e = 0; e < ifc->bNumEndpoints; e++) {
262 *ifc_id = ifc->bInterfaceNumber;
334 int n, in, out, ifc; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
ldst-reg-uns-imm.s 64 .ifc \reg, b
67 .ifc \reg, h
70 .ifc \reg, s
73 .ifc \reg, d
76 .ifc \reg, q
neon-fp-cvt-int.s 25 .ifc \fbits, 0
27 .ifc \reg, V
34 .ifc \reg, V
36 .ifc \reg_shape, 2S
39 .ifc \reg_shape, 4S
43 .ifc \reg_shape, 2D
47 .ifc \reg, S
52 .ifc \reg, D
60 .ifc \fbits, 0
ldst-reg-reg-offset.s 27 .ifc \imm, -1
35 .ifc \imm, -1
43 .ifc \ext, uxtw
46 .ifc \ext, sxtw
49 .ifc \ext, lsl
58 .ifc \ext, sxtx
ldst-reg-pair.s 48 .ifc \type, 1
52 .ifc \type, 2
56 .ifc \type, 3
fp_cvt_int.s 25 .ifc \fbits, 0
46 .ifc \type, S
62 .ifc \fbits, 0
76 .ifc \fbits, 0
addsub.s 30 .ifc \rm_r, X
56 .ifc \type, 0
68 .ifc \type, 1
118 .ifc \type, 0
126 .ifc \type, 1
134 .ifc \type, 2
165 .ifc \reg, X
tlbi_op.s 4 .ifc \has_xt, 1
bitfield-bfm.s 65 .ifc \reg, w
74 .ifc \reg, w
  /system/core/libnetutils/
dhcptool.c 23 #include <netutils/ifc.h>
  /external/strace/
sock.c 154 struct ifconf ifc; local
158 if (umove_or_printaddr(tcp, addr, &ifc))
160 if (ifc.ifc_buf) {
162 print_ifc_len(ifc.ifc_len);
167 if (syserror(tcp) || umove(tcp, addr, &ifc) < 0) {
168 if (ifc.ifc_buf)
175 if (!ifc.ifc_buf) {
177 print_ifc_len(ifc.ifc_len);
183 const unsigned int nifra = print_ifc_len(ifc.ifc_len);
191 if (umove_or_printaddr(tcp, (unsigned long) ifc.ifc_buf, &ifra))
    [all...]
  /external/dnsmasq/src/
bpf.c 35 struct ifconf ifc; local
50 ifc.ifc_len = len;
51 ifc.ifc_buf = ifconf.iov_base;
53 if (ioctl(fd, SIOCGIFCONF, &ifc) == -1)
60 if (ifc.ifc_len == lastlen)
62 lastlen = ifc.ifc_len;
66 for (ptr = ifc.ifc_buf; ptr < (char *)(ifc.ifc_buf + ifc.ifc_len); ptr += len)
  /external/libcap-ng/libcap-ng-0.7/utils/
netcap.c 212 static void report_finding(int port, const char *type, const char *ifc)
241 if (ifc)
242 printf(" %-6s", ifc);
351 static void get_interface(unsigned int iface, char *ifc)
358 *ifc = 0;
374 sscanf(buf, "%16s: %256s\n", ifc, more);
375 c = strchr(ifc, ':');
393 char more[256], ifc[32]; local
412 get_interface(iface, ifc);
414 report_finding(0, "pkt", ifc);
    [all...]
  /external/libpcap/
fad-gifc.c 141 struct ifconf ifc; local
179 ifc.ifc_len = buf_size;
180 ifc.ifc_buf = buf;
182 if (ioctl(fd, SIOCGIFCONF, (char *)&ifc) < 0
190 if (ifc.ifc_len < buf_size &&
191 (buf_size - ifc.ifc_len) > sizeof(ifrp->ifr_name) + MAX_SA_LEN)
198 ifend = (struct ifreq *)(buf + ifc.ifc_len);
221 * doesn't update ifc.ifc_len, leaving it larger than the
fad-glifc.c 84 struct lifconf ifc; local
146 ifc.lifc_len = buf_size;
147 ifc.lifc_buf = buf;
148 ifc.lifc_family = AF_UNSPEC;
149 ifc.lifc_flags = 0;
151 if (ioctl(fd4, SIOCGLIFCONF, (char *)&ifc) < 0) {
164 ifend = (struct lifreq *)(buf + ifc.lifc_len);
  /external/ppp/pppd/
sys-solaris.c 386 struct ifconf ifc; local
416 ifc.ifc_len = req_size;
417 ifc.ifc_buf = req;
418 if (ioctl(fd, SIOCGIFCONF, &ifc) < 0) {
429 pifreq = ifc.ifc_req;
431 for (i = ifc.ifc_len / sizeof(struct ifreq); i > 0; i--, pifreq++) {
2157 struct ifconf ifc; local
2400 struct ifconf ifc; local
    [all...]

Completed in 517 milliseconds

1 2 3 4 5