Searched defs:fp (Results 201 - 225 of 675) sorted by relevance

1234567891011>>

/external/clang/test/SemaTemplate/
H A Dvirtual-member-functions.cpp47 virtual T *f(float *fp);
51 T *HasOutOfLineKey<T>::f(float *fp) { argument
52 return fp; // expected-error{{cannot initialize return object of type 'int *' with an lvalue of type 'float *'}}
/external/dropbear/
H A Dcompat.c236 register FILE *fp; local
246 if ((fp = fopen("/etc/shells", "rc")) == NULL)
248 if (fstat(fileno(fp), &statb) == -1) {
249 (void)fclose(fp);
253 (void)fclose(fp);
258 (void)fclose(fp);
266 while (fgets(cp, flen - (cp - strings), fp) != NULL) {
277 (void)fclose(fp);
H A Ddropbearkey.c300 char *fp = NULL; local
321 fp = sign_key_fingerprint(buf_getptr(buf, len), len);
334 typestring, base64key, username, hostname, fp);
336 m_free(fp);
/external/e2fsprogs/intl/
H A Dlocalcharset.c118 FILE *fp; local
138 if (file_name == NULL || (fp = fopen (file_name, "r")) == NULL)
153 c = getc (fp);
162 c = getc (fp);
168 ungetc (c, fp);
169 if (fscanf (fp, "%50s %50s", buf1, buf2) < 2)
192 fclose (fp);
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
H A Dlmpar.h19 Scalar fp; local
62 fp = dxnorm - delta;
63 if (fp <= Scalar(0.1) * delta) {
86 parl = fp / delta / temp / temp;
119 temp = fp;
120 fp = dxnorm - delta;
125 if (abs(fp) <= Scalar(0.1) * delta || (parl == 0. && fp <= temp && temp < 0.) || iter == 10)
140 parc = fp / delta / temp / temp;
143 if (fp >
175 Scalar fp; local
[all...]
/external/giflib/
H A Dgifalloc.c87 FILE * fp)
94 (void)fprintf(fp, "%3d: %02x %02x %02x ", i + j,
99 (void)fprintf(fp, "\n");
86 DumpColorMap(ColorMapObject *Object, FILE * fp) argument
/external/icu4c/extra/uconv/
H A Duwmsg.c120 /* Format a message and print it's output to fp */
121 U_CFUNC int u_wmsg(FILE *fp, const char *tag, ... ) argument
153 uprint(result, resultLength, fp, &err);
155 uprint(msg,msgLen, fp, &err);
173 uprint(msg,msgLen, fp, &err);
177 uprint(result, resultLength, fp, &err);
/external/iproute2/ip/
H A Dipaddrlabel.c59 FILE *fp = (FILE*)arg; local
75 fprintf(fp, "Deleted ");
78 fprintf(fp, "prefix %s/%u ",
87 fprintf(fp, "dev %s ", ll_index_to_name(ifal->ifal_index));
92 fprintf(fp, "label %d ", label);
95 fprintf(fp, "\n");
96 fflush(fp);
H A Diplink_vlan.c160 static void vlan_print_flags(FILE *fp, __u32 flags) argument
162 fprintf(fp, "<");
165 fprintf(fp, #f "%s", flags ? "," : ""); \
172 fprintf(fp, "%x", flags);
173 fprintf(fp, "> ");
H A Dipmroute.c56 FILE *fp = fopen("/proc/net/ip_mr_vif", "r"); local
58 if (!fp)
61 if (!fgets(buf, sizeof(buf), fp)) {
62 fclose(fp);
65 while (fgets(buf, sizeof(buf), fp)) {
77 fclose(fp);
83 FILE *fp = fopen("/proc/net/ip_mr_cache", "r"); local
85 if (!fp)
88 if (!fgets(buf, sizeof(buf), fp)) {
89 fclose(fp);
[all...]
H A Diprule.c48 FILE *fp = (FILE*)arg; local
76 fprintf(fp, "Deleted ");
79 fprintf(fp, "%u:\t", *(unsigned*)RTA_DATA(tb[FRA_PRIORITY]));
81 fprintf(fp, "0:\t");
84 fprintf(fp, "not ");
88 fprintf(fp, "from %s/%u ", rt_addr_n2a(r->rtm_family,
95 fprintf(fp, "from %s ", format_host(r->rtm_family,
102 fprintf(fp, "from 0/%d ", r->rtm_src_len);
104 fprintf(fp, "from all ");
109 fprintf(fp, "t
[all...]
/external/iproute2/tc/
H A Dtc_core.c186 FILE *fp; local
191 fp = fopen("/proc/net/psched", "r");
192 if (fp == NULL)
195 if (fscanf(fp, "%08x%08x%08x", &t2us, &us2t, &clock_res) != 3) {
196 fclose(fp);
199 fclose(fp);
H A Dtc_filter.c188 FILE *fp = (FILE*)arg; local
214 fprintf(fp, "deleted ");
216 fprintf(fp, "filter ");
218 fprintf(fp, "dev %s ", ll_index_to_name(t->tcm_ifindex));
222 fprintf(fp, "root ");
225 fprintf(fp, "parent %s ", abuf);
234 fprintf(fp, "protocol %s ",
240 fprintf(fp, "pref %u ", prio);
243 fprintf(fp, "%s ", rta_getattr_str(tb[TCA_KIND]));
247 q->print_fopt(q, fp, t
[all...]
H A Dtc_qdisc.c201 FILE *fp = (FILE*)arg; local
230 fprintf(fp, "deleted ");
232 fprintf(fp, "qdisc %s %x: ", rta_getattr_str(tb[TCA_KIND]), t->tcm_handle>>16);
234 fprintf(fp, "dev %s ", ll_index_to_name(t->tcm_ifindex));
236 fprintf(fp, "root ");
239 fprintf(fp, "parent %s ", abuf);
242 fprintf(fp, "refcnt %d ", t->tcm_info);
253 q->print_qopt(q, fp, tb[TCA_OPTIONS]);
255 fprintf(fp, "[cannot parse qdisc parameters]");
257 fprintf(fp, "\
[all...]
/external/ipsec-tools/src/racoon/
H A Dsession.c124 FILE *fp; local
165 fp = fopen(pid_file, "w");
166 if (fp) {
167 if (fchmod(fileno(fp),
170 fclose(fp);
173 fprintf(fp, "%ld\n", (long)racoon_pid);
174 fclose(fp);
/external/libpcap/
H A Dpcap-enet.c52 readloop(int cnt, int if_fd, struct bpf_program *fp, printfunc printit) argument
62 register struct bpf_insn *fcode = fp->bf_insns;
H A Dpcap-septel.c58 static int septel_setfilter(pcap_t *p, struct bpf_program *fp);
280 static int septel_setfilter(pcap_t *p, struct bpf_program *fp) { argument
283 if (!fp) {
291 if (install_bpf_program(p, fp) < 0) {
/external/libsepol/src/
H A Dgenusers.c37 FILE *fp; local
46 fp = fopen(path, "r");
47 if (fp == NULL)
56 while(fgets(buffer, 255, fp) != NULL) {
58 __fsetlocking(fp, FSETLOCKING_BYCALLER);
59 while ((nread = getline(&buffer, &len, fp)) > 0) {
98 fclose(fp);
108 fclose(fp);
121 fclose(fp);
177 fclose(fp);
[all...]
H A Dpolicydb_public.c32 void sepol_policy_file_set_fp(sepol_policy_file_t * spf, FILE * fp) argument
36 pf->fp = fp;
/external/libvpx/libvpx/
H A Dargs.c103 void arg_show_usage(FILE *fp, const struct arg_def *const *defs) { argument
124 fprintf(fp, " %-37s\t%s\n", option_text, def->desc);
129 fprintf(fp, " %-37s\t ", "");
132 fprintf(fp, "%s%s", listptr->name,
/external/libvpx/libvpx/nestegg/test/
H A Dtest.c18 stdio_read(void * p, size_t length, void * fp) argument
22 r = fread(p, length, 1, fp);
23 if (r == 0 && feof(fp))
29 stdio_seek(int64_t offset, int whence, void * fp) argument
31 return fseek(fp, offset, whence);
35 stdio_tell(void * fp) argument
37 return ftell(fp);
77 FILE * fp; local
98 fp = fopen(argv[1], "rb");
99 if (!fp)
[all...]
/external/linux-tools-perf/util/
H A Dcgroup.c14 FILE *fp; local
19 fp = fopen("/proc/mounts", "r");
20 if (!fp)
28 while (fscanf(fp, "%*s %"STR(MAX_PATH)"s %"STR(MAX_PATH)"s %"
47 fclose(fp);
H A Ddebugfs.c47 FILE *fp; local
63 fp = fopen("/proc/mounts", "r");
64 if (fp == NULL)
67 while (fscanf(fp, "%*s %"
74 fclose(fp);
H A Dstrlist.c76 FILE *fp = fopen(filename, "r"); local
78 if (fp == NULL)
81 while (fgets(entry, sizeof(entry), fp) != NULL) {
95 fclose(fp);
H A Dvalues.c129 static void perf_read_values__display_pretty(FILE *fp, argument
159 fprintf(fp, "# %*s %*s", pidwidth, "PID", tidwidth, "TID");
161 fprintf(fp, " %*s", counterwidth[j], values->countername[j]);
162 fprintf(fp, "\n");
165 fprintf(fp, " %*d %*d", pidwidth, values->pid[i],
168 fprintf(fp, " %*" PRIu64,
170 fprintf(fp, "\n");
175 static void perf_read_values__display_raw(FILE *fp, argument
211 fprintf(fp, "# %*s %*s %*s %*s %*s\n",
217 fprintf(fp, "
225 perf_read_values_display(FILE *fp, struct perf_read_values *values, int raw) argument
[all...]

Completed in 453 milliseconds

1234567891011>>