Searched refs:fp (Results 201 - 225 of 693) sorted by relevance

1234567891011>>

/external/openssl/include/openssl/
H A Dpem.h223 type *PEM_read_##name(FILE *fp, type **x, pem_password_cb *cb, void *u)\
225 return PEM_ASN1_read((d2i_of_void *)d2i_##asn1, str,fp,(void **)x,cb,u); \
229 int PEM_write_##name(FILE *fp, type *x) \
231 return PEM_ASN1_write((i2d_of_void *)i2d_##asn1,str,fp,x,NULL,NULL,0,NULL,NULL); \
235 int PEM_write_##name(FILE *fp, const type *x) \
237 return PEM_ASN1_write((i2d_of_void *)i2d_##asn1,str,fp,(void *)x,NULL,NULL,0,NULL,NULL); \
241 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
245 return PEM_ASN1_write((i2d_of_void *)i2d_##asn1,str,fp,x,enc,kstr,klen,cb,u); \
249 int PEM_write_##name(FILE *fp, type *x, const EVP_CIPHER *enc, \
253 return PEM_ASN1_write((i2d_of_void *)i2d_##asn1,str,fp,
[all...]
/external/iproute2/lib/
H A Drt_names.c37 FILE *fp; local
39 fp = fopen(file, "r");
40 if (!fp)
42 while (fgets(buf, sizeof(buf), fp)) {
57 fclose(fp);
69 fclose(fp);
75 FILE *fp; local
77 fp = fopen(file, "r");
78 if (!fp)
80 while (fgets(buf, sizeof(buf), fp)) {
[all...]
/external/libppp/src/
H A Dipcp.h103 #define fsm2ipcp(fp) (fp->proto == PROTO_IPCP ? (struct ipcp *)fp : NULL)
H A Dlcp.h132 #define fsm2lcp(fp) (fp->proto == PROTO_LCP ? (struct lcp *)fp : NULL)
H A Dip.c226 const struct filterent *fp = filter->rule; local
232 if (fp->f_action == A_NONE)
283 if (fp->f_action == A_NONE) {
285 fp++;
296 if ((ncprange_family(&fp->f_src) == AF_UNSPEC ||
297 ncprange_contains(&fp->f_src, &srcaddr)) &&
298 (ncprange_family(&fp->f_dst) == AF_UNSPEC ||
299 ncprange_contains(&fp->f_dst, &dstaddr))) {
300 if (fp->f_proto != 0) {
410 if (fp
[all...]
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyscall-arm-linux.S80 push {r0, r1, r3, r4, r5, r7, fp, lr}
121 pop {r1, r3, r4, r5, r7, fp, pc}
125 pop {r1, r3, r4, r5, r7, fp, pc}
/external/iproute2/ip/
H A Diproute.c120 FILE *fp = (FILE*)arg; local
295 fprintf(fp, "Deleted ");
297 fprintf(fp, "%s ", rtnl_rtntype_n2a(r->rtm_type, b1, sizeof(b1)));
301 fprintf(fp, "%s/%u ", rt_addr_n2a(r->rtm_family,
308 fprintf(fp, "%s ", format_host(r->rtm_family,
315 fprintf(fp, "0/%d ", r->rtm_dst_len);
317 fprintf(fp, "default ");
321 fprintf(fp, "from %s/%u ", rt_addr_n2a(r->rtm_family,
328 fprintf(fp, "from %s ", format_host(r->rtm_family,
335 fprintf(fp, "fro
[all...]
/external/clang/test/Analysis/
H A Dtaint-tester.cpp16 FILE *fp; local
/external/clang/test/Sema/
H A Dstatic-array.c26 typedef void(*fp)(int[static 42]); // no-warning typedef
/external/clang/test/SemaCXX/
H A Dattr-unavailable.cpp15 void (*fp)(...) = &bar; // expected-error{{'bar' is unavailable}}
H A Dconst-cast.cpp36 f fp = 0; local
38 f *fpp = const_cast<f*>(&fp);
H A Dformat-strings.cpp11 void f(char **sp, float *fp) { argument
16 scanf("%afoobar", fp);
/external/clang/test/SemaTemplate/
H A Dinstantiate-init.cpp13 void test_f0(int *ip, float *fp, double *dp) { argument
14 f0(ip, fp);
24 void test_f1(X0 *x0, int *ip, float *fp, double *dp) { argument
25 f1(x0, ip, fp);
/external/e2fsprogs/intl/
H A Drelocatable.c318 FILE *fp; local
321 fp = fopen ("/proc/self/maps", "r");
322 if (fp)
330 if (fscanf (fp, "%lx-%lx", &start, &end) != 2)
335 while (c = getc (fp), c != EOF && c != '\n' && c != '/')
342 ungetc (c, fp);
344 len = getline (&shared_library_fullname, &size, fp);
354 while (c = getc (fp), c != EOF && c != '\n')
357 fclose (fp);
/external/icu4c/i18n/unicode/
H A Dfpositer.h97 UBool next(FieldPosition& fp);
/external/iproute2/misc/
H A Dlnstat.h31 FILE *fp; member in struct:lnstat_file
H A Dss.c289 FILE *fp; local
292 if ((fp = fopen(tmp, "r")) != NULL) {
293 fscanf(fp, "%*d (%[^)])", process);
294 fclose(fp);
364 FILE *fp; local
369 fp = slabinfo_open();
370 if (!fp)
375 fgets(buf, sizeof(buf), fp);
376 while(fgets(buf, sizeof(buf), fp) != NULL) {
389 fclose(fp);
497 FILE *fp = popen("/usr/sbin/rpcinfo -p 2>/dev/null", "r"); local
712 FILE *fp = ephemeral_ports_open(); local
1283 generic_record_read(FILE *fp, int (*worker)(char*, const struct filter *, int), const struct filter *f, int fam) argument
1609 FILE *fp; local
1665 FILE *fp = NULL; local
1835 FILE *fp = NULL; local
1867 FILE *fp = NULL; local
1989 FILE *fp; local
2070 FILE *fp; local
2147 FILE *fp; local
2200 FILE *fp; local
2237 FILE *fp; local
2332 FILE *fp; local
[all...]
/external/iproute2/tc/
H A Dtc_util.c494 void print_tcstats2_attr(FILE *fp, struct rtattr *rta, char *prefix, struct rtattr **xstats) argument
504 fprintf(fp, "%sSent %llu bytes %u pkt",
511 fprintf(fp, " (dropped %u, overlimits %u requeues %u) ",
518 fprintf(fp, "\n%srate %s %upps ",
526 fprintf(fp, "\n%s", prefix);
527 fprintf(fp, "backlog %s %up requeues %u ",
535 void print_tcstats_attr(FILE *fp, struct rtattr *tb[], char *prefix, struct rtattr **xstats) argument
540 print_tcstats2_attr(fp, tb[TCA_STATS2], prefix, xstats);
553 fprintf(fp, "%sSent %llu bytes %u pkts (dropped %u, overlimits %u) ",
558 fprintf(fp, "\
[all...]
/external/mdnsresponder/mDNSPosix/
H A DResponder.c472 static mDNSBool ReadALine(char *buf, size_t bufSize, FILE *fp, mDNSBool skipBlankLines) argument
480 if (fgets(buf, bufSize, fp) == NULL)
505 FILE * fp = fopen(filePath, "r"); local
507 if (fp == NULL) {
527 if (! ReadALine(name, sizeof(nameBuf), fp, mDNStrue))
543 if (! ReadALine(type, sizeof(type), fp, mDNSfalse))
562 if (! ReadALine(port, sizeof(port), fp, mDNSfalse))
575 if (!ReadALine(rawText, sizeof(rawText), fp, mDNSfalse)) break;
599 } while (!feof(fp));
601 if (!feof(fp)) {
676 FILE *fp; local
[all...]
/external/openssl/crypto/pkcs12/
H A Dp12_utl.c104 int i2d_PKCS12_fp(FILE *fp, PKCS12 *p12) argument
106 return ASN1_item_i2d_fp(ASN1_ITEM_rptr(PKCS12), fp, p12);
115 PKCS12 *d2i_PKCS12_fp(FILE *fp, PKCS12 **p12) argument
117 return ASN1_item_d2i_fp(ASN1_ITEM_rptr(PKCS12), fp, p12);
/external/v8/src/
H A Dframes-inl.h165 return Memory::Object_at(fp() + offset);
170 return Memory::Address_at(fp() + StandardFrameConstants::kCallerFPOffset);
175 return Memory::Address_at(ComputePCAddress(fp()));
179 inline Address StandardFrame::ComputePCAddress(Address fp) { argument
180 return fp + StandardFrameConstants::kCallerPCOffset;
184 inline bool StandardFrame::IsArgumentsAdaptorFrame(Address fp) { argument
186 Memory::Object_at(fp + StandardFrameConstants::kContextOffset);
191 inline bool StandardFrame::IsConstructFrame(Address fp) { argument
193 Memory::Object_at(fp + StandardFrameConstants::kMarkerOffset);
/external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
H A D__init__.py108 def dump(obj, fp, skipkeys=False, ensure_ascii=True, check_circular=True,
112 Serialize ``obj`` as a JSON formatted stream to ``fp`` (a
119 If ``ensure_ascii`` is ``False``, then the some chunks written to ``fp``
121 ``unicode`` coercion rules. Unless ``fp.write()`` explicitly
163 fp.write(chunk)
220 def load(fp, encoding=None, cls=None, object_hook=None, **kw):
222 Deserialize ``fp`` (a ``.read()``-supporting file-like object containing
225 If the contents of ``fp`` is encoded with an ASCII based encoding other
229 ``codecs.getreader(fp)(encoding)``, or simply decoded to a ``unicode``
240 return loads(fp
[all...]
/external/libpcap/
H A Dsavefile.c854 sf_write_header(FILE *fp, int linktype, int thiszone, int snaplen) argument
867 if (fwrite((char *)&hdr, sizeof(hdr), 1, fp) != 1)
944 FILE *fp; local
949 fp = stdin;
955 SET_BINMODE(fp);
960 fp = fopen(fname, "r");
962 fp = fopen(fname, "rb");
964 if (fp == NULL) {
970 p = pcap_fopen_offline(fp, errbuf);
972 if (fp !
979 pcap_fopen_offline(FILE *fp, char *errbuf) argument
1177 FILE *fp = p->sf.rfile; local
[all...]
/external/srec/portable/src/
H A Dplog.c73 PFile* fp; member in struct:FileLogger_t
97 rc = pvfprintf(p->fp, format, args);
105 return pfflush(p->fp) == 0 ? ESR_SUCCESS : ESR_FATAL_ERROR;
117 pfflush(p->fp);
119 if (p->fp != PSTDERR && p->fp != PSTDOUT)
120 pfclose(p->fp);
124 static ESR_ReturnCode createPFileLogger(PFile* fp, PLogger** logger) argument
128 if (fp == NULL)
137 fileLogger->fp
[all...]
/external/valgrind/main/coregrind/
H A Dm_stacktrace.c102 "fp_max=0x%lx ip=0x%lx fp=0x%lx\n",
122 /* fp is %ebp. sp is %esp. ip is %eip. */
149 /* Try to derive a new (ip,sp,fp) triple from the current
162 /* fp looks sane, so use it. */
266 "fp_max=0x%lx ip=0x%lx fp=0x%lx\n",
286 /* fp is %rbp. sp is %rsp. ip is %rip. */
313 /* Try to derive a new (ip,sp,fp) triple from the current set. */
328 /* If VG_(use_CF_info) fails, it won't modify ip/sp/fp, so
337 fact that we are prodding at & ((UWord*)fp)[1] and so need to
341 /* fp look
421 Addr fp = sp; local
[all...]

Completed in 542 milliseconds

1234567891011>>