Searched refs:filename (Results 1 - 25 of 25) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dlstat.c29 orig_lstat (const char *filename, struct stat *buf) argument
31 return lstat (filename, buf);
H A Dsys_stat.in.h345 extern int lchmod (const char *filename, mode_t mode);
H A Dstdio.in.h294 extern FILE * fopen (const char *filename, const char *mode);
308 extern FILE * freopen (const char *filename, const char *mode, FILE *stream);
H A Dunistd.in.h196 extern int euidaccess (const char *filename, int mode);
/ndk/sources/host-tools/make-3.81/
H A Ddir.c72 dosify (char *filename)
78 if (filename == 0 || _USE_LFN)
79 return filename;
83 if (strpbrk (filename, "\"*+,;<=>?[\\]|") != 0)
84 return filename;
89 for (i = 0; *filename != '\0' && i < 8 && *filename != '.'; ++i)
90 *df++ = tolower ((unsigned char)*filename++);
93 while (*filename != '\0' && *filename !
71 dosify(char *filename) argument
121 downcase(char *filename) argument
580 dir_contents_file_exists_p(struct directory_contents *dir, char *filename) argument
734 dir_file_exists_p(char *dirname, char *filename) argument
804 file_impossible(char *filename) argument
887 file_impossible_p(char *filename) argument
[all...]
H A Dimplicit.c193 directory and filename parts.
206 char *filename = archive ? strchr (file->name, '(') : file->name;
209 unsigned int namelen = strlen (filename);
276 if (archive || ar_name (filename))
285 lastslash = strrchr (filename, ']');
287 lastslash = strrchr (filename, ':');
289 lastslash = strrchr (filename, '/');
294 char *bslash = strrchr (filename, '\\');
297 if (lastslash == 0 && filename[0] && filename[
204 char *filename = archive ? strchr (file->name, '(') : file->name; local
[all...]
H A Dansi2knr.c32 ansi2knr [--filename FILENAME] [INPUT_FILE [OUTPUT_FILE]]
33 * --filename provides the file name for the #line directive in the output,
103 --filename switch (changes suggested by
235 char *filename = 0; local
243 "Usage: ansi2knr [--filename FILENAME] [INPUT_FILE [OUTPUT_FILE]]\n";
262 if ( !strcmp(argv[1], "--filename") && argc > 2 ) {
263 filename = argv[2];
294 if ( filename == 0 )
295 filename = argv[1];
300 if ( filename )
[all...]
H A Dvpath.c381 char *filename;
412 filename = name_dplen > 0 ? n + 1 : *file;
419 necessary), the filename, and a null terminator. */
454 bcopy (filename, n + 1, flen + 1);
458 bcopy (filename, n, flen + 1);
501 exists_in_cache = exists = dir_file_exists_p (vpath[i], filename);
510 exists_in_cache = exists = dir_file_exists_p (name, filename);
377 char *filename; local
H A Darscan.c61 char filename[128];
63 bufdesc.dsc$a_pointer = filename;
64 bufdesc.dsc$w_length = sizeof (filename);
78 mhd = (struct mhddef *) filename;
89 filename[i] = _tolower ((unsigned char)module->dsc$a_pointer[i]);
91 filename[i] = '\0';
96 (*VMS_function) (-1, filename, 0, 0, 0, 0, val, 0, 0, 0,
60 char filename[128]; local
H A Dread.c117 /* The filename and pointer to line number of the
126 static int eval_makefile PARAMS ((char *filename, int flags));
303 eval_makefile (char *filename, int flags)
313 ebuf.floc.filenm = strcache_add (filename);
318 printf (_("Reading makefile `%s'"), filename);
334 if (!(flags & RM_NO_TILDE) && filename[0] == '~')
336 expanded = tilde_expand (filename);
338 filename = expanded;
341 ebuf.fp = fopen (filename, "r");
348 if (ebuf.fp == 0 && (flags & RM_INCLUDED) && *filename !
300 eval_makefile(char *filename, int flags) argument
[all...]
/ndk/sources/cxx-stl/stlport/src/
H A Dmessages.cpp124 _Messages::catalog _Messages::do_open(const string& filename, const locale& L) const { argument
125 nl_catd_type result = _M_message_obj ? _Locale_catopen(_M_message_obj, filename.c_str())
201 messages_byname<char>::do_open(const string& filename, const locale& l) const argument
202 { return _M_impl->do_open(filename, l); }
230 messages_byname<wchar_t>::do_open(const string& filename, const locale& L) const argument
231 { return _M_impl->do_open(filename, L); }
/ndk/sources/host-tools/make-3.81/glob/
H A Dglob.c368 const char *filename;
507 /* Find the filename. */
508 filename = strrchr (pattern, '/');
512 happens in pattern, it signals the filename part. This
514 if (filename == NULL)
515 filename = strchr (pattern, ':');
517 if (filename == NULL)
529 filename = NULL;
533 filename = pattern;
542 else if (filename
367 const char *filename; local
[all...]
/ndk/sources/host-tools/make-3.81/tests/
H A Dtest_driver.pl616 local($filename);
620 ($package, $filename, $linenum) = caller ($depth + 1);
621 return "$filename: $linenum";
694 local($filename) = @_;
699 open (RFISFILE, $filename) || return "";
710 local ($filename) = @_;
715 $code = system "++attach_default_output_hack $filename";
725 open (STDOUT, "> " . $filename)
726 || &error ("ado: $filename: $!\n", 1);
728 || &error ("ado: $filename
[all...]
H A Drun_make_tests.pl132 local ($filename,$options,$logname,$expected_code) = @_;
141 if ($filename) {
142 $command .= " -f $filename";
/ndk/sources/host-tools/make-3.81/w32/
H A Dpathstuff.c86 w32ify(char *filename, int resolve) argument
92 _fullpath(w32_path, filename, sizeof (w32_path));
94 strncpy(w32_path, filename, sizeof (w32_path));
228 * or the path was a single filename and will be converted
/ndk/build/core/
H A Dbuild-executable.mk30 $(call handle-module-filename,,)
H A Dbuild-shared-library.mk30 $(call handle-module-filename,lib,.so)
H A Dbuild-static-library.mk29 $(call handle-module-filename,lib,.a)
H A Dprebuilt-library.mk57 $(eval $(call ev-check-module-filename))
H A Ddefinitions.mk1004 # Function : handle-module-filename
1008 # Usage : $(call handle-module-filename,<prefix>,<suffix>)
1009 # Rationale : To be used to check and or set the module's filename through
1012 handle-module-filename = $(eval $(call ev-handle-module-filename,$1,$2))
1020 define ev-check-module-filename
1042 define ev-handle-module-filename
1047 $$(eval $$(call ev-check-module-filename))
1051 handle-prebuilt-module-filename = $(eval $(call ev-handle-prebuilt-module-filename,
[all...]
H A Dbuild-binary.mk209 # all_source_patterns contains the list of filename patterns that correspond
/ndk/sources/android/cpufeatures/
H A Dcpu-features.c341 cpulist_read_from(CpuList* list, const char* filename) argument
348 filelen = read_file(filename, file, sizeof file);
350 D("Could not read %s: %s\n", filename, strerror(errno));
/ndk/sources/host-tools/nawk-20071023/
H A Dproto.h191 extern const char *filename(FILE *);
H A Drun.c392 { /* a[0] is variable, a[1] is operator, a[2] is filename */
406 x = execute(a[2]); /* filename */
990 FATAL("write error on %s", filename(fp));
1585 FATAL("write error on %s", filename(fp));
1675 const char *filename(FILE *fp) function
/ndk/sources/host-tools/sed-4.2.1/build-aux/
H A Dtexinfo.tex1230 \comment % Ignore the actual filename.
1252 \newtoks\filename
1558 \ifx\p\space\else\addtokens{\filename}{\PP}%
7237 goto file{\the\filename.pdf} name{\pdfxrefdest}%
7682 % #1 is (mandatory) image filename; we tack on .eps extension.

Completed in 429 milliseconds