HomeSort by relevance Sort by last modified time
    Searched refs:fname (Results 26 - 50 of 339) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/zlib/contrib/untgz/
untgz.c 98 char *fname; member in struct:attr_item
206 int setfiletime (char *fname,time_t ftime)
234 hFile = CreateFile(fname, GENERIC_WRITE, 0, NULL, OPEN_EXISTING,
246 return utime(fname,&settime);
253 void push_attr(struct attr_item **list,char *fname,int mode,time_t time)
260 item->fname = strdup(fname);
276 setfiletime(item->fname,item->time);
277 chmod(item->fname,item->mode);
371 int matchname (int arg,int argc,char **argv,char *fname)
394 char fname[BLOCKSIZE]; local
    [all...]
  /external/dropbear/libtomcrypt/src/mac/hmac/
hmac_file.c 23 @param fname The name of the file you wish to HMAC
30 int hmac_file(int hash, const char *fname,
43 LTC_ARGCHK(fname != NULL);
56 in = fopen(fname, "rb");
  /external/genext2fs/
test.sh 45 fname=$1; blocks=$2; checksum=$3
46 echo Testing with devices file $fname
47 fgen $fname $blocks
test-gen.lib 30 fname=$1; blocks=$2;
32 cp $fname test
33 TZ=UTC-11 touch -t 200502070321.43 test/$fname
34 ./genext2fs -N 92 -b $blocks -D test/$fname -f ext2.img
test-mount.sh 56 fname=$1; blocks=$2
57 echo Testing with devices file $fname
58 fgen $fname $blocks
65 egrep -v "(hda|hdb|tty|loop|ram|ubda)" $fname | \
75 pass ftest $fname $blocks
  /external/webkit/Source/WebCore/platform/qt/
FileChooserQt.cpp 40 String fname = m_filenames[0]; local
42 string = fm.elidedText(fname, Qt::ElideLeft, width);
  /external/clang/test/Index/
c-index-getCursor-pp.c 16 const char *fname = __FILE__; variable
  /external/ipsec-tools/src/racoon/
logger.h 42 char *fname; member in struct:log
logger.c 64 log_open(siz, fname)
66 char *fname;
91 if (fname)
92 p->fname = racoon_strdup(fname);
107 /* syslog if p->fname == NULL? */
128 if (p->fname == NULL)
130 fp = fopen(p->fname, "a");
146 if (p->fname == NULL)
148 fp = fopen(p->fname, "a")
    [all...]
  /external/qemu/
qemu-config.h 15 int qemu_config_parse(FILE *fp, QemuOptsList **lists, const char *fname);
  /external/srec/srec/include/
hmmlib.h 36 int mmap_zip(const char* fname, void** buf, size_t* size);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
OpenGLTraceAction.java 66 String fname = fd.open(); local
67 if (fname == null || fname.trim().length() == 0) {
71 sLoadFromFolder = new File(fname).getParent().toString();
73 openEditorFor(fname);
76 private void openEditorFor(String fname) {
77 IFileStore fileStore = EFS.getLocalFileSystem().getStore(new Path(fname));
  /external/elfutils/libasm/
asm_begin.c 127 asm_begin (fname, ebl, textp)
128 const char *fname;
132 if (fname == NULL && ! textp)
135 size_t fname_len = fname != NULL ? strlen (fname) : 0;
149 if (fname != NULL)
152 result->fname = stpcpy (mempcpy (result->tmp_fname, fname, fname_len),
154 memcpy (result->fname, fname, fname_len + 1)
    [all...]
  /external/llvm/utils/release/
findRegressions-simple.py 18 fname = ''
30 fname = tmp[1].strip('\r\n')
32 fname = tmp[0].strip('\r\n')
34 if not test.has_key(fname):
35 test[fname] = {}
37 test[fname][t[1] + ' state'] = t[0]
38 test[fname][t[1] + ' time'] = float('nan')
47 test[fname]['compile time'] = float(t[2].split('program')[1].strip('\r\n'))
50 test[fname]['exec time'] = float(t[2].split('program')[1].strip('\r\n'))
52 print test[fname][string.replace(n, '-success', '')
    [all...]
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderThread.cpp 68 char *fname = new char[bsize]; local
69 snprintf(fname,bsize,"%s/stream_%p", dump_dir, this);
70 dumpFP = fopen(fname, "wb");
72 fprintf(stderr,"Warning: stream dump failed to open file %s\n",fname);
74 delete [] fname;
  /external/openssl/crypto/asn1/
tasn_prn.c 161 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))
236 indent, fname, sname,pctx))
241 if (!nohdr && !asn1_print_fsname(out, indent, fname, sname, pctx))
261 if (!nohdr && !asn1_print_fsname(out, indent, fname, sname, pctx))
282 if (!nohdr && !asn1_print_fsname(out, indent, fname, sname, pctx))
284 if (fname || sname
343 const char *sname, *fname; local
    [all...]
  /cts/tests/tests/webkitsecurity/generate/
postprocess.py 63 for fname in fnames:
64 if fname == 'testResult.xml':
65 full_path = os.path.abspath(os.path.join(root, fname))
77 for fname in test_results:
78 timestamp_start = fname.index('20')
79 timestamp_end = fname.index('/', start)
80 timestamp = time.strptime(fname[timestamp_start:timestamp_end], "%Y.%m.%d_%H.%M.%S")
83 newest_fname = fname
121 for fname in files:
122 if fname in tests
    [all...]
  /external/libselinux/src/
booleans.c 89 char *fname = NULL; local
102 fname = (char *)malloc(sizeof(char) * len);
103 if (!fname)
105 snprintf(fname, len, "%s%s%s", selinux_mnt, SELINUX_BOOL_DIR, name);
107 fd = open(fname, O_RDONLY);
116 free(fname);
121 if (fname)
122 free(fname);
164 char buf[2], *fname; local
176 fname = (char *)malloc(sizeof(char) * len)
    [all...]
  /external/liblzf/
lzf.c 331 compose_name (const char *fname, char *oname)
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)
377 if (compose_name (fname, oname)
    [all...]
  /bionic/libc/tools/
gensyscalls.py 55 .type %(fname)s, @function
56 .globl %(fname)s
59 %(fname)s:
85 ENTRY(%(fname)s)
89 END(%(fname)s)
139 .type %(fname)s, #function
140 .globl %(fname)s
149 %(fname)s:
246 def x86_genstub(self, fname, numparams, idname):
247 t = { "fname" : fname
    [all...]
  /external/nist-sip/java/gov/nist/core/
GenericObject.java 239 String fname = fieldType.toString(); local
243 if (fname.compareTo("int") == 0) {
246 } else if (fname.compareTo("short") == 0) {
249 } else if (fname.compareTo("char") == 0) {
252 } else if (fname.compareTo("long") == 0) {
255 } else if (fname.compareTo("boolean") == 0) {
258 } else if (fname.compareTo("double") == 0) {
261 } else if (fname.compareTo("float") == 0) {
436 String fname = fieldType.toString(); local
437 if (fname.compareTo("int") == 0)
521 String fname = fieldType.toString(); local
619 String fname = fieldType.toString(); local
    [all...]
  /external/blktrace/btt/
devmap.c 64 int dev_map_read(char *fname)
67 FILE *fp = my_fopen(fname, "r");
70 perror(fname);
  /external/elfutils/libdwfl/
linux-proc-maps.c 75 char *fname; local
76 if (asprintf (&fname, PROCAUXVFMT, pid) < 0)
79 int fd = open64 (fname, O_RDONLY);
80 free (fname);
245 char *fname; local
246 if (asprintf (&fname, PROCMAPSFMT, pid) < 0)
249 FILE *f = fopen (fname, "r");
250 free (fname);
316 char *fname; local
317 if (asprintf (&fname, PROCMEMFMT, pid) < 0
    [all...]
  /external/elfutils/tests/
asm-tst4.c 40 static const char fname[] = "asm-tst4-out.o"; variable
59 ctx = asm_begin (fname, ebl, false);
108 unlink (fname);
asm-tst5.c 42 static const char fname[] = "asm-tst5-out.o"; variable
61 ctx = asm_begin (fname, ebl, false);
120 unlink (fname);

Completed in 631 milliseconds

12 3 4 5 6 7 8 91011>>