Searched defs:fname (Results 51 - 75 of 179) sorted by relevance

12345678

/external/linux-tools-perf/src/tools/perf/util/
H A Dprobe-finder.h65 const char *fname; /* Real file name */ member in struct:probe_finder
100 const char *fname; /* File name */ member in struct:line_finder
/external/v8/tools/
H A Dparser-shell.cc61 const char* fname, Encoding encoding, int repeat, v8::Isolate* isolate,
64 const byte* source = ReadFileAndRepeat(fname, &length, repeat);
60 RunBaselineParser( const char* fname, Encoding encoding, int repeat, v8::Isolate* isolate, v8::Handle<v8::Context> context) argument
/external/wpa_supplicant_8/hs20/server/www/
H A Dest.php77 $fname = "$osu_root/est/$realm-cacerts.pkcs7"; variable
78 if (!file_exists($fname)) {
86 $data = file_get_contents($fname);
/external/blktrace/
H A Dblkrawverify.c283 char *fname = malloc(1024); local
298 sprintf(fname, "%s.blktrace.%d", devname, cpu);
299 if (stat(fname, &st) < 0) {
308 nbad = process(&ofp, devname, fname, cpu);
/external/boringssl/src/crypto/asn1/
H A Dtasn_prn.c161 const char *fname, const char *sname,
169 const char *fname, const char *sname,
173 const char *fname, const char *sname,
192 const char *fname, const char *sname,
216 fname, sname, pctx))
237 indent, fname, sname,pctx))
242 if (!nohdr && !asn1_print_fsname(out, indent, fname, sname, pctx))
262 if (!nohdr && !asn1_print_fsname(out, indent, fname, sname, pctx))
283 if (!nohdr && !asn1_print_fsname(out, indent, fname, sname, pctx))
285 if (fname || snam
190 asn1_item_print_ctx(BIO *out, ASN1_VALUE **fld, int indent, const ASN1_ITEM *it, const char *fname, const char *sname, int nohdr, const ASN1_PCTX *pctx) argument
347 const char *sname, *fname; local
404 asn1_print_fsname(BIO *out, int indent, const char *fname, const char *sname, const ASN1_PCTX *pctx) argument
534 asn1_primitive_print(BIO *out, ASN1_VALUE **fld, const ASN1_ITEM *it, int indent, const char *fname, const char *sname, const ASN1_PCTX *pctx) argument
[all...]
/external/boringssl/src/crypto/x509/
H A Dx_name.c94 const char *fname,
309 const char *fname,
307 x509_name_ex_print(BIO *out, ASN1_VALUE **pval, int indent, const char *fname, const ASN1_PCTX *pctx) argument
/external/compiler-rt/lib/dfsan/
H A Ddfsan.cc170 void __dfsan_unimplemented(char *fname) { argument
173 fname);
187 __dfsan_vararg_wrapper(const char *fname) { argument
189 "function %s\n", fname);
/external/e2fsprogs/intl/
H A Dlocalealias.c143 static size_t read_alias_file (const char *fname, int fname_len)
217 read_alias_file (const char *fname, int fname_len) argument
226 mempcpy (mempcpy (full_fname, fname, fname_len),
229 memcpy (full_fname, fname, fname_len);
/external/elfutils/src/libdwfl/
H A Dlinux-proc-maps.c58 char *fname; local
59 if (asprintf (&fname, PROCEXEFMT, pid) < 0)
62 int fd = open64 (fname, O_RDONLY);
63 free (fname);
94 char *fname; local
95 if (asprintf (&fname, PROCAUXVFMT, pid) < 0)
98 int fd = open64 (fname, O_RDONLY);
99 free (fname);
294 char *fname; local
295 if (asprintf (&fname, PROCMAPSFM
398 char *fname; local
[all...]
/external/elfutils/src/tests/
H A Dbacktrace-data.c90 char *fname; local
91 int i = asprintf (&fname, "/proc/%ld/maps", (long) pid);
94 FILE *f = fopen (fname, "r");
97 free (fname);
/external/iproute2/misc/
H A Dlnstat.c173 char *cname, *fname = fps->params[i].lf->name; local
182 cname = fname;
184 if (cname - fname >= strlen(fname))
/external/libedit/src/
H A Del.c530 el_source(EditLine *el, const char *fname) argument
540 if (fname == NULL) {
550 fname = path;
553 fp = fopen(fname, "r");
/external/liblzf/
H A Dlzf.c331 compose_name (const char *fname, char *oname) argument
337 if (strlen (fname) > PATH_MAX - 4)
339 fprintf (stderr, "%s: %s.lzf: name too long", imagename, fname);
343 strcpy (oname, fname);
348 if (strlen (fname) > PATH_MAX)
350 fprintf (stderr, "%s: %s: name too long\n", imagename, fname);
354 strcpy (oname, fname);
358 fprintf (stderr, "%s: %s: unknown suffix\n", imagename, fname);
369 run_file (const char *fname) argument
377 if (compose_name (fname, onam
[all...]
/external/libpcap/
H A Dsavefile.c174 pcap_open_offline_with_tstamp_precision(const char *fname, u_int precision, argument
180 if (fname[0] == '-' && fname[1] == '\0')
193 fp = fopen(fname, "r");
195 fp = fopen(fname, "rb");
198 snprintf(errbuf, PCAP_ERRBUF_SIZE, "%s: %s", fname,
212 pcap_open_offline(const char *fname, char *errbuf) argument
214 return (pcap_open_offline_with_tstamp_precision(fname,
H A Dsf-pcap.c608 pcap_setup_dump(pcap_t *p, int linktype, FILE *f, const char *fname) argument
626 fname, pcap_strerror(errno));
635 * Initialize so that sf_write() will output to the file named 'fname'.
638 pcap_dump_open(pcap_t *p, const char *fname) argument
650 fname);
657 fname, p->linktype);
662 if (fname[0] == '-' && fname[1] == '\0') {
664 fname = "standard output";
667 f = fopen(fname, "
[all...]
/external/libpcap/tests/
H A Dvalgrindtest.c105 read_infile(char *fname) argument
111 fd = open(fname, O_RDONLY|O_BINARY);
113 error("can't open %s: %s", fname, pcap_strerror(errno));
116 error("can't stat %s: %s", fname, pcap_strerror(errno));
121 fname, pcap_strerror(errno));
124 error("read %s: %s", fname, pcap_strerror(errno));
126 error("short read %s (%d != %d)", fname, cc, (int)buf.st_size);
/external/libvncserver/libvncserver/
H A Dhttpd.c271 char *fname; local
288 fname = &fullFname[strlen(fullFname)];
374 if (sscanf(buf, "GET %s HTTP/1.", fname) != 1) {
380 if (fname[0] != '/') {
394 rfbLog("httpd: get '%s' for %s\n", fname+1, host);
396 rfbLog("httpd: get '%s' for %s\n", fname+1,
403 ptr = strchr(fname, '?');
415 if (strcmp(fname, "/") == 0) {
416 strcpy(fname, "/index.vnc");
417 rfbLog("httpd: defaulting to '%s'\n", fname
[all...]
/external/libvpx/libvpx/test/
H A Dvideo_source.h59 char fname[MAX_PATH]; local
63 if (GetTempFileNameA(tmppath, "lvx", 0, fname)) {
64 file_name->assign(fname);
65 return fopen(fname, "wb+");
/external/libxml2/
H A DtestOOM.c151 static void buffer_dump (struct buffer *b, const char *fname) argument
153 FILE *f = fopen (fname, "wb");
/external/linux-tools-perf/src/tools/perf/util/scripting-engines/
H A Dtrace-event-perl.c462 char fname[PATH_MAX]; local
466 sprintf(fname, "%s.pl", outfile);
467 ofp = fopen(fname, "w");
469 fprintf(stderr, "couldn't open %s\n", fname);
634 fprintf(stderr, "generated Perl script: %s\n", fname);
/external/lldb/source/API/
H A DSBTypeSummary.cpp120 const char* fname = script_summary_ptr->GetFunctionName(); local
124 return fname;
/external/lldb/tools/lldb-perf/lib/
H A DXcode.cpp102 auto fname = frame.GetFunctionName(); local
104 printf("%llu %s %d %d %llu %s %d %s\n",fp,path.c_str(),state,byte_size,pc,entry_path.c_str(),line_1,fname);
/external/selinux/libselinux/src/
H A Dbooleans.c148 char *fname = NULL; local
162 fname = malloc(sizeof(char) * len);
163 if (!fname)
166 ret = snprintf(fname, len, "%s%s%s", selinux_mnt, SELINUX_BOOL_DIR, name);
171 fd = open(fname, flag);
181 ptr = realloc(fname, len);
184 fname = ptr;
186 ret = snprintf(fname, len, "%s%s%s", selinux_mnt, SELINUX_BOOL_DIR, alt_name);
191 fd = open(fname, flag);
193 free(fname);
[all...]
H A Dget_context_list.c404 char *fname = NULL; local
436 fname = malloc(fname_len);
437 if (!fname)
439 snprintf(fname, fname_len, "%s%s", user_contexts_path, user);
440 fp = fopen(fname, "r");
449 __FUNCTION__, fname);
453 free(fname);
/external/selinux/libsemanage/src/
H A Ddatabase_policydb.c96 const char *fname = NULL; local
105 fname = dbase->path[handle->is_in_transaction];
114 fp = fopen(fname, "rb");
117 fname, strerror(errno));

Completed in 587 milliseconds

12345678