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

  /system/core/sh/
mystring.c 91 * prefix -- see if pfx is a prefix of string.
95 prefix(const char *pfx, const char *string)
97 while (*pfx) {
98 if (*pfx++ != *string++)
show.c 73 shtree(union node *n, int ind, char *pfx, FILE *fp)
81 indent(ind, pfx, fp);
250 indent(int amount, char *pfx, FILE *fp)
255 if (pfx && i == amount - 1)
256 fputs(pfx, fp);
  /bionic/libc/stdio/
tempnam.c 45 tempnam(const char *dir, const char *pfx)
53 if (!pfx)
54 pfx = "tmp.";
58 *(f + strlen(f) - 1) == '/'? "": "/", pfx);
65 *(f + strlen(f) - 1) == '/'? "": "/", pfx);
71 (void)snprintf(name, MAXPATHLEN, "%s%sXXXXXXXXX", f, pfx);
76 (void)snprintf(name, MAXPATHLEN, "%s%sXXXXXXXXX", f, pfx);
  /external/libvpx/build/make/
gen_asm_deps.sh 29 --build-pfx=*) pfx="${optval}"
55 $self --build-pfx=$pfx --depfile=$out ${raw_inc_paths} `dirname $srcfile`/$inc
58 $self --build-pfx=$pfx --depfile=$out ${raw_inc_paths} "${found_inc_path}/$inc"
61 echo ${out} ${out%d}o: "${pfx}${inc}"
Makefile 111 --build-pfx=$(BUILD_PFX) --depfile=$@ $(ASFLAGS) $< > $@
121 --build-pfx=$(BUILD_PFX) --depfile=$@ $(ASFLAGS) $< > $@
  /external/iproute2/ip/
ipprefix.c 75 struct in6_addr *pfx; local
78 pfx = (struct in6_addr *)RTA_DATA(tb[PREFIX_ADDRESS]);
81 fprintf(fp, "%s", rt_addr_n2a(family, sizeof(*pfx), pfx,
ifcfg 87 pfx="$ipaddr peer $peer"
97 pfx="$ipaddr/$pfxlen"
105 ip addr del $pfx dev $dev $label || exit 1
122 if ! ip address add $pfx brd + dev $dev $label; then
123 echo "Error: failed to add $pfx on $dev." 1>&2
ipneigh.c 37 inet_prefix pfx; member in struct:__anon4461
219 if (filter.pfx.family) {
224 if (inet_addr_match(&dst, &filter.pfx, filter.pfx.bitlen))
365 get_prefix(&filter.pfx, *argv, filter.family);
367 filter.family = filter.pfx.family;
ipaddress.c 44 inet_prefix pfx; member in struct:__anon4456
403 if (filter.pfx.family) {
409 if (inet_addr_match(&dst, &filter.pfx, filter.pfx.bitlen))
641 get_prefix(&filter.pfx, *argv, filter.family);
643 filter.family = filter.pfx.family;
812 if (filter.pfx.family || filter.label) {
818 if (filter.pfx.family && tb[IFA_LOCAL]) {
823 if (inet_addr_match(&dst, &filter.pfx, filter.pfx.bitlen)
    [all...]
  /external/iproute2/lib/
ll_addr.c 63 inet_prefix pfx; local
64 if (get_addr_1(&pfx, arg, AF_INET)) {
70 memcpy(lladdr, pfx.data, 4);
  /external/qemu/target-arm/
helpers.h 29 #define PAS_OP(pfx) \
30 DEF_HELPER_3(pfx ## add8, i32, i32, i32, ptr) \
31 DEF_HELPER_3(pfx ## sub8, i32, i32, i32, ptr) \
32 DEF_HELPER_3(pfx ## sub16, i32, i32, i32, ptr) \
33 DEF_HELPER_3(pfx ## add16, i32, i32, i32, ptr) \
34 DEF_HELPER_3(pfx ## addsubx, i32, i32, i32, ptr) \
35 DEF_HELPER_3(pfx ## subaddx, i32, i32, i32, ptr)
41 #define PAS_OP(pfx) \
42 DEF_HELPER_2(pfx ## add8, i32, i32, i32) \
43 DEF_HELPER_2(pfx ## sub8, i32, i32, i32)
    [all...]
translate.c 612 #define PAS_OP(pfx) \
614 case 0: gen_pas_helper(glue(pfx,add16)); break; \
615 case 1: gen_pas_helper(glue(pfx,addsubx)); break; \
616 case 2: gen_pas_helper(glue(pfx,subaddx)); break; \
617 case 3: gen_pas_helper(glue(pfx,sub16)); break; \
618 case 4: gen_pas_helper(glue(pfx,add8)); break; \
619 case 7: gen_pas_helper(glue(pfx,sub8)); break; \
657 #define PAS_OP(pfx) \
659 case 0: gen_pas_helper(glue(pfx,add8)); break; \
660 case 1: gen_pas_helper(glue(pfx,add16)); break;
    [all...]
  /external/tcpdump/missing/
getaddrinfo.c 774 u_char pfx; local
788 pfx = ((struct in6_addr *)pton)->s6_addr[0];
789 if (pfx == 0 || pfx == 0xfe || pfx == 0xff)
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmpcispi.c 502 hexdump(char *pfx, unsigned char *msg, int msglen)
507 ASSERT(strlen(pfx) + 49 <= sizeof(buf));
513 strcpy(buf, pfx);
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm.c     [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JDKPKCS12KeyStore.java 58 import org.bouncycastle.asn1.pkcs.Pfx;
693 Pfx bag = new Pfx(obj);
1474 Pfx pfx = new Pfx(mainInfo, mData); local
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]

Completed in 391 milliseconds