HomeSort by relevance Sort by last modified time
    Searched refs:fname (Results 151 - 175 of 362) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/skia/src/utils/
SkRTConf.cpp 85 void SkRTConfRegistry::printAll(const char *fname) const {
88 if (NULL != fname) {
89 o = new SkFILEWStream(fname);
108 void SkRTConfRegistry::printNonDefault(const char *fname) const {
111 if (NULL != fname) {
112 o = new SkFILEWStream(fname);
  /external/srec/srec/clib/
voc_read.c 271 int mmap_zip(const char* fname, void** buf, size_t* size) {
281 fd = open(fname, O_RDONLY);
297 if (!endeql(fname, ".zip")) return 0;
304 strcpy(entryname, strrchr(fname, '/') ? strrchr(fname, '/') + 1 : fname);
  /external/elfutils/libdw/
dwarf_getsrclines.c 284 char *fname = (char *) linep; local
285 uint8_t *endp = memchr (fname, '\0', lineendp - linep);
288 size_t fnamelen = endp - (uint8_t *) fname;
300 if (*fname == '/')
302 new_file->info.name = fname;
319 strcpy (cp, fname);
440 char *fname = (char *) linep; local
456 if (fname[0] == '/')
457 new_file->info.name = fname;
473 strcpy (cp, fname);
    [all...]
  /external/tcpdump/
util.c 475 read_infile(char *fname)
481 fd = open(fname, O_RDONLY|O_BINARY);
483 error("can't open %s: %s", fname, pcap_strerror(errno));
486 error("can't stat %s: %s", fname, pcap_strerror(errno));
491 fname, pcap_strerror(errno));
494 error("read %s: %s", fname, pcap_strerror(errno));
496 error("short read %s (%d != %d)", fname, cc, (int)buf.st_size);
  /external/openssl/crypto/asn1/
asn1t.h 667 int indent, const char *fname,
834 #define IMPLEMENT_ASN1_ALLOC_FUNCTIONS_pfname(pre, stname, itname, fname) \
835 pre stname *fname##_new(void) \
839 pre void fname##_free(stname *a) \
844 #define IMPLEMENT_ASN1_ALLOC_FUNCTIONS_fname(stname, itname, fname) \
845 stname *fname##_new(void) \
849 void fname##_free(stname *a) \
854 #define IMPLEMENT_ASN1_FUNCTIONS_fname(stname, itname, fname) \
855 IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname(stname, itname, fname) \
856 IMPLEMENT_ASN1_ALLOC_FUNCTIONS_fname(stname, itname, fname)
    [all...]
  /external/openssl/include/openssl/
asn1t.h 667 int indent, const char *fname,
834 #define IMPLEMENT_ASN1_ALLOC_FUNCTIONS_pfname(pre, stname, itname, fname) \
835 pre stname *fname##_new(void) \
839 pre void fname##_free(stname *a) \
844 #define IMPLEMENT_ASN1_ALLOC_FUNCTIONS_fname(stname, itname, fname) \
845 stname *fname##_new(void) \
849 void fname##_free(stname *a) \
854 #define IMPLEMENT_ASN1_FUNCTIONS_fname(stname, itname, fname) \
855 IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname(stname, itname, fname) \
856 IMPLEMENT_ASN1_ALLOC_FUNCTIONS_fname(stname, itname, fname)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/joystick/linux/
SDL_sysjoystick.c 246 for(i = start; SDL_joylist[i].fname == NULL;) i = SDL_joylist[i].prev;
263 char* fname; member in struct:__anon13328
313 fd = open(SDL_joylist[i].fname, O_RDONLY, 0);
434 SDL_joylist[numjoysticks].fname = SDL_strdup(envpath);
435 if ( SDL_joylist[numjoysticks].fname ) {
485 SDL_joylist[numjoysticks].fname = SDL_strdup(path);
486 if ( SDL_joylist[numjoysticks].fname ) {
524 fd = open(SDL_joylist[index].fname, O_RDONLY, 0);
531 name = SDL_joylist[index].fname;
799 if (SDL_joylist[joystick->index].fname == NULL)
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 96 static int file_size(char *fname);
97 static int read_vars(char *fname, char *buf, int buf_maxlen);
336 file_size(char *fname)
343 if ((fp = fopen(fname, "rb")) == NULL ||
347 fname, strerror(errno));
1220 char *fname;
    [all...]
  /external/elfutils/libdwfl/
dwfl_module_getsrc_file.c 55 const char *fname, int lineno, int column,
68 bool is_basename = strchr (fname, '/') == NULL;
116 fname);
  /external/elfutils/tests/
funcscopes.c 136 const char *fname; local
140 &fname, NULL);
144 modname = fname;
update3.c 44 const char *fname = "xxx"; local
56 fd = open (fname, O_RDWR | O_CREAT | O_TRUNC, 0666);
59 printf ("cannot open `%s': %s\n", fname, strerror (errno));
asm-tst3.c 38 static const char fname[] = "asm-tst3-out.o"; variable
83 ctx = asm_begin (fname, ebl, false);
148 fd = open (fname, O_RDONLY);
342 unlink (fname);
asm-tst9.c 39 static const char fname[] = "asm-tst9-out.o"; variable
111 ctx = asm_begin (fname, ebl, false);
175 fd = open (fname, O_RDONLY);
338 unlink (fname);
  /external/wpa_supplicant_8/wpa_supplicant/
bgscan_learn.c 38 char *fname; member in struct:bgscan_learn_data
107 if (data->fname == NULL)
110 f = fopen(data->fname, "r");
115 data->fname);
120 data->fname);
166 if (data->fname == NULL)
170 data->fname);
172 f = fopen(data->fname, "w");
345 data->fname = os_strdup(pos);
394 os_free(data->fname);
    [all...]
  /external/srec/portable/include/
ptrd.h 119 * @param fname Filename of code requesting a lock
124 PORTABLE_API ESR_ReturnCode PtrdMonitorLockWithLine(PtrdMonitor *monitor, const LCHAR *fname, int line);
271 * @param fname Filename of code requesting a lock
277 PORTABLE_API ESR_ReturnCode PtrdMutexLockWithLine(PtrdMutex *mutex, const LCHAR *fname, int line);
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 114 void printProgram(const std::string& fname, const std::string& modName );
115 void printModule(const std::string& fname, const std::string& modName );
116 void printContents(const std::string& fname, const std::string& modName );
117 void printFunction(const std::string& fname, const std::string& funcName );
119 void printInline(const std::string& fname, const std::string& funcName );
120 void printVariable(const std::string& fname, const std::string& varName );
121 void printType(const std::string& fname, const std::string& typeName );
1922 Out << "Module* " << fname << "();\\n\\n"; local
1924 Out << " Module* Mod = " << fname << "();\\n"; local
1964 Out << "\\nModule* " << fname << "(Module *mod) {\\n"; local
1980 Out << "\\nFunction* " << fname << "(Module *mod) {\\n"; local
2011 Out << "\\nGlobalVariable* " << fname << "(Module *mod) {\\n"; local
2026 Out << "\\nType* " << fname << "(Module *mod) {\\n"; local
2039 std::string fname = FuncName.getValue(); local
    [all...]
  /external/srec/portable/src/
pstream.c 194 char fname[80]; local
207 strcpy(fname, pfn + 1);
209 strcpy(fname, filename);
223 while (pCurRec->size > 0 && strcmp(pCurRec->name, fname) != 0)
253 strcpy(pCurRec->name, fname);
851 int PortSaveFileToDisk(PORT_FILE PortFile, const char *path, const char *fname)
861 if (fname == NULL)
864 file = fname;
966 char fname[256]; local
971 sprintf(fname, "/CFC/%s", PortFile->filename)
    [all...]
  /system/core/adb/
usb_linux.c 55 char fname[64]; member in struct:usb_handle
91 if(!strcmp(usb->fname, dev_name)) {
483 D("[ usb read %d fd = %d], fname=%s\n", xfer, h->desc, h->fname);
485 D("[ usb read %d ] = %d, fname=%s\n", xfer, n, h->fname);
578 if(!strcmp(usb->fname, dev_name)) {
588 strcpy(usb->fname, dev_name);
600 usb->desc = unix_open(usb->fname, O_RDWR);
603 usb->desc = unix_open(usb->fname, O_RDONLY)
    [all...]
  /device/samsung/tuna/recovery/
bootloader.c 75 unsigned int read_whole_file(const char* fname, char* buffer,
79 FILE* f = fopen(fname, "rb");
81 fprintf(stderr, "Cannot open %s!\n", fname);
88 fprintf(stderr, "Couldn't read %s\n", fname);
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/
antlr.js 350 var fname=add[i],f=s[fname];
351 if (org.antlr.lang.isFunction(f) && f!=Object.prototype[fname]) {
352 r[fname]=f;
  /external/blktrace/
blkrawverify.c 283 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/compiler-rt/lib/profile/
GCDAProfiling.c 108 const char *fname = orig_filename, *ptr = NULL; local
130 for (ptr = fname + 1; *ptr != '\0' && level < prefix_strip; ++ptr) {
132 fname = ptr;
136 strcat(filename, fname);
  /external/e2fsprogs/intl/
localealias.c 143 static size_t read_alias_file (const char *fname, int fname_len)
217 read_alias_file (const char *fname, int fname_len)
226 mempcpy (mempcpy (full_fname, fname, fname_len),
229 memcpy (full_fname, fname, fname_len);
  /external/harfbuzz_ng/contrib/python/scripts/
hbtestfont 32 fname = pat.getString("file", 0) variable
34 print "Processing: " + fname
35 if opts.font.lower().endswith(".ttf") and opts.font != fname :
39 ft = harfbuzz.ft(fname, opts.size)
  /external/llvm/lib/Support/
PathV2.cpp 458 StringRef fname = filename(path);
459 size_t pos = fname.find_last_of('.');
461 return fname;
463 if ((fname.size() == 1 && fname == ".") ||
464 (fname.size() == 2 && fname == ".."))
465 return fname;
467 return fname.substr(0, pos);
471 StringRef fname = filename(path)
    [all...]

Completed in 844 milliseconds

1 2 3 4 5 67 8 91011>>