/external/bison/lib/ |
H A D | dirname.c | 1 /* dirname.c -- return all but the last element in a file name 32 dir_name (char const *file) argument 34 char *result = mdir_name (file);
|
H A D | stripslash.c | 1 /* stripslash.c -- remove redundant trailing slashes from a file name 24 was removed. This is useful when using file name completion from a 31 strip_trailing_slashes (char *file) argument 33 char *base = last_component (file); 37 /* last_component returns "" for file system roots, but we need to turn 40 base = file;
|
H A D | dirname-lgpl.c | 1 /* dirname.c -- return all but the last element in a file name 32 dir_len (char const *file) argument 34 size_t prefix_length = FILE_SYSTEM_PREFIX_LEN (file); 40 && ISSLASH (file[prefix_length])) 41 : (ISSLASH (file[0]) 43 && ISSLASH (file[1]) && ! ISSLASH (file[2]) 48 for (length = last_component (file) - file; 50 if (! ISSLASH (file[lengt 71 mdir_name(char const *file) argument [all...] |
H A D | fopen-safer.c | 31 fopen_safer (char const *file, char const *mode) argument 33 FILE *fp = fopen (file, mode);
|
H A D | spawnp.c | 2 This file is part of the GNU C Library. 27 posix_spawnp (pid_t *pid, const char *file, argument 32 return __spawni (pid, file, file_actions, attrp, argv, envp, 1);
|
/external/compiler-rt/lib/builtins/ |
H A D | int_util.c | 5 * This file is dual licensed under the MIT and the University of Illinois Open 14 /* NOTE: The definitions in this file are declared weak because we clients to be 30 void compilerrt_abort_impl(const char *file, int line, const char *function) { argument 31 panic("%s:%d: abort in %s", file, line, function); 37 extern void __assert_rtn(const char *func, const char *file, 44 void compilerrt_abort_impl(const char *file, int line, const char *function) { argument 45 __assert_rtn(function, file, line, "libcompiler_rt abort"); 57 void compilerrt_abort_impl(const char *file, int line, const char *function) { argument
|
H A D | eprintf.c | 5 * This file is dual licensed under the MIT and the University of Illinois Open 30 const char* line, const char* file) 32 fprintf(stderr, format, assertion_expression, line, file); 29 __eprintf(const char* format, const char* assertion_expression, const char* line, const char* file) argument
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
H A D | brw_eu_debug.c | 39 static const char *file[] = { local 61 if (hwreg.file == BRW_GENERAL_REGISTER_FILE && 71 else if (hwreg.file == BRW_GENERAL_REGISTER_FILE && 79 else if (hwreg.file == BRW_IMMEDIATE_VALUE) { 84 file[hwreg.file],
|
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
H A D | gzclose.c | 8 /* gzclose() is in a separate file so that it is linked in only if it is used. 12 gzFile file) 17 if (file == NULL) 19 state = (gz_statep)file; 21 return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file); 23 return gzclose_r(file); 11 gzclose( gzFile file) argument
|
/external/proguard/src/proguard/ |
H A D | FileWordReader.java | 28 * A <code>WordReader</code> that returns words from a file or a URL. 35 * Creates a new FileWordReader for the given file. 37 public FileWordReader(File file) throws IOException argument 39 super(new LineNumberReader(new BufferedReader(new FileReader(file))), 40 "file '" + file.getPath() + "'", 41 file.getParentFile() 52 "file '" + url.toString() + "'",
|
/external/selinux/checkpolicy/ |
H A D | parse_util.c | 36 int read_source_policy(policydb_t * p, const char *file, const char *progname) argument 38 yyin = fopen(file, "r"); 40 fprintf(stderr, "%s: unable to open %s\n", progname, file); 43 set_source_file(file); 62 set_source_file(file);
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
H A D | IdItem.java | 5 * you may not use this file except in compliance with the License. 17 package com.android.dx.dex.file; 22 * Representation of a reference to an item inside a Dalvik file. 47 public void addContents(DexFile file) { argument 48 TypeIdsSection typeIds = file.getTypeIds();
|
H A D | MemberIdsSection.java | 5 * you may not use this file except in compliance with the License. 17 package com.android.dx.dex.file; 22 * Member (field or method) refs list section of a {@code .dex} file. 29 * Constructs an instance. The file offset is initially unknown. 33 * @param file {@code non-null;} file that this instance is part of 35 public MemberIdsSection(String name, DexFile file) { argument 36 super(name, file, 4);
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/file/ |
H A D | FileResource.java | 1 package com.bumptech.glide.load.resource.file; 11 public FileResource(File file) { argument 12 super(file);
|
/external/elfutils/src/libdw/ |
H A D | dwarf_filesrc.c | 1 /* Find source file information. 3 This file is part of elfutils. 6 This file is free software; you can redistribute it and/or modify 38 dwarf_filesrc (Dwarf_Files *file, size_t idx, Dwarf_Word *mtime, argument 41 if (file == NULL || idx >= file->nfiles) 45 *mtime = file->info[idx].mtime; 48 *length = file->info[idx].length; 50 return file->info[idx].name;
|
/external/vogar/src/vogar/commands/ |
H A D | Rm.java | 5 * you may not use this file except in compliance with the License. 32 public void file(File file) { argument 33 new Command(log, "rm", "-rf", file.getPath()).execute();
|
/external/boringssl/src/crypto/x509/ |
H A D | x509_d2.c | 81 int X509_STORE_load_locations(X509_STORE *ctx, const char *file, argument 86 if (file != NULL) 90 if (X509_LOOKUP_load_file(lookup,file,X509_FILETYPE_PEM) != 1) 100 if ((path == NULL) && (file == NULL))
|
/external/deqp/framework/delibs/decpp/ |
H A D | deDefs.cpp | 8 * you may not use this file except in compliance with the License. 20 * \file 32 void throwRuntimeError (const char* message, const char* expr, const char* file, int line) argument 38 msg << " at " << file << ":" << line;
|
/external/libvpx/libvpx/ |
H A D | vpxstats.h | 5 * that can be found in the LICENSE file in the root of the source 7 * in the file PATENTS. All contributing project authors may 8 * be found in the AUTHORS file in the root of the source tree. 28 FILE *file; member in struct:__anon9635
|
/external/nanopb-c/tests/basic_stream/ |
H A D | encode_stream.c | 12 FILE *file = (FILE*) stream->state; local 13 return fwrite(buf, 1, count, file) == count;
|
/external/skia/src/utils/win/ |
H A D | SkHRESULT.cpp | 5 * found in the LICENSE file. 12 void SkTraceHR(const char* file, unsigned long line, HRESULT hr, const char* msg) { argument 16 SkDebugf("%s(%lu) : error 0x%x: ", file, line, hr);
|
/external/toybox/toys/other/ |
H A D | chcon.c | 1 /* chcon.c - Change file security context 14 Change the SELinux security context of listed file[s]. 41 char **file; local 43 for (file = toys.optargs+1; *file; file++) dirtree_read(*file, do_chcon);
|
/external/toybox/toys/posix/ |
H A D | chmod.c | 1 /* chmod.c - Change file mode bits 15 Change mode of listed file[s] (recursively with -R). 23 suid/sgid: execute as the user/group who owns the file. 31 chmod u+w file - allow owner of "file" to write to it. 32 chmod 744 file - user can read/write/execute, everyone else read only 62 char **file; local 64 for (file = toys.optargs+1; *file; file [all...] |
/external/vogar/src/vogar/ |
H A D | RetrievedFilesFilter.java | 5 * you may not use this file except in compliance with the License. 34 @Override public boolean accept(File file) { argument 35 if (file.getName().equals("prefs.xml")) { 38 if (file.getName().endsWith(".xml") 39 || file.getName().equals("caliper-results") 40 || file.getName().endsWith(".json") 41 || (profile && file.getName().equals(profileFile.getName()))) {
|
/external/vogar/src/vogar/tasks/ |
H A D | RmTask.java | 5 * you may not use this file except in compliance with the License. 25 private final File file; field in class:RmTask 27 public RmTask(Rm rm, File file) { argument 28 super("rm " + file); 30 this.file = file; 34 rm.file(file);
|