Home
last modified time | relevance | path

Searched refs:file (Results 1 – 25 of 53) sorted by relevance

123

/third_party/lib/acpica/generate/release/
A Drelease.sh52 for file in *
54 if [ -d $file ]; then
55 rm -r -f ../$ARCHIVE_DIR/$file
56 mv -f $file ../$ARCHIVE_DIR
57 echo "Moved directory $file to $ARCHIVE_DIR directory"
59 cp $file ../$ARCHIVE_DIR
60 echo "Moved $file ($(ls -al $file | awk '{print $5}') bytes) to $ARCHIVE_DIR directory"
61 rm $file
/third_party/ulib/musl/src/process/
A Dexecvp.c8 int __execvpe(const char* file, char* const argv[], char* const envp[]) { in __execvpe() argument
14 if (!*file) in __execvpe()
17 if (strchr(file, '/')) in __execvpe()
18 return execve(file, argv, envp); in __execvpe()
22 k = strnlen(file, NAME_MAX + 1); in __execvpe()
41 memcpy(b + (z - p) + (z > p), file, k + 1); in __execvpe()
55 int execvp(const char* file, char* const argv[]) { in execvp() argument
56 return __execvpe(file, argv, __environ); in execvp()
A Dposix_spawnp.c11 int posix_spawnp(pid_t* restrict res, const char* restrict file, in posix_spawnp() argument
14 return __posix_spawnx(res, file, __execvpe, fa, attr, argv, envp); in posix_spawnp()
A Dexeclp.c4 int execlp(const char* file, const char* argv0, ...) { in execlp() argument
20 return execvp(file, argv); in execlp()
/third_party/ulib/uboringssl/include/openssl/
A Dthread.h124 void (*func)(int mode, int lock_num, const char *file, int line));
128 int *num, int amount, int lock_num, const char *file, int line));
132 const char *file,
162 struct CRYPTO_dynlock_value *(*dyn_create_function)(const char *file,
167 int mode, struct CRYPTO_dynlock_value *l, const char *file, int line));
172 const char *file, int line));
176 *CRYPTO_get_dynlock_create_callback(void))(const char *file, int line);
180 int mode, struct CRYPTO_dynlock_value *l, const char *file, int line);
184 struct CRYPTO_dynlock_value *l, const char *file, int line);
A Derr.h180 OPENSSL_EXPORT uint32_t ERR_get_error_line(const char **file, int *line);
192 OPENSSL_EXPORT uint32_t ERR_get_error_line_data(const char **file, int *line,
198 OPENSSL_EXPORT uint32_t ERR_peek_error_line(const char **file, int *line);
199 OPENSSL_EXPORT uint32_t ERR_peek_error_line_data(const char **file, int *line,
205 OPENSSL_EXPORT uint32_t ERR_peek_last_error_line(const char **file, int *line);
206 OPENSSL_EXPORT uint32_t ERR_peek_last_error_line_data(const char **file,
260 OPENSSL_EXPORT void ERR_print_errors_fp(FILE *file);
430 const char *file, unsigned line);
/third_party/uapp/dash/src/
A Doutput.h104 static inline void outc(int ch, struct output *file) in outc() argument
106 putc(ch, file->stream); in outc()
110 static inline void outc(int ch, struct output *file) in outc() argument
112 if (file->nextc == file->end) in outc()
113 outcslow(ch, file); in outc()
115 *file->nextc = ch; in outc()
116 file->nextc++; in outc()
A Dnodetypes35 # This file describes the nodes used in parse trees. Unindented lines
57 redirect nodeptr # list of file redirections
68 redirect nodeptr # list of file redirections
129 fd int # file descriptor being redirected
130 fname nodeptr # file name, in a NARG node
131 expfname temp char *expfname # actual file name
137 fd int # file descriptor being redirected
138 dupfd int # file descriptor to duplicate
139 vname nodeptr # file name if fd>&$var
146 fd int # file descriptor being redirected
A Dmkbuiltins65 * This file was generated by the mkbuiltins program.
101 * This file was generated by the mkbuiltins program.
A DTOUR52 the init.c file.
53 INCLUDE "file.h"
54 includes a file. The storage class MKINIT makes a declaration
55 available in the init.c file, for example:
131 nodes. The various types of nodes are defined in the file node-
184 user and thus should not be used for file name generation.
195 moved as part of the file name phase.
218 REDIR.C: Ash allows file descriptors to be redirected and then
221 tab structure records where the file descriptors have be dupli-
328 input file is the top file on this stack. The code allows the
[all …]
A Doutput.c202 outstr(const char *p, struct output *file) in outstr() argument
206 fputs(p, file->stream); in outstr()
212 outmem(p, len, file); in outstr()
260 outfmt(struct output *file, const char *fmt, ...) in outfmt() argument
265 doformat(file, fmt, ap); in outfmt()
A Dmktokens41 TEOF 1 end of file
/third_party/ulib/uboringssl/crypto/err/
A Derr.c131 const char *file; member
171 dst->file = src->file; in err_copy()
242 if (file != NULL && line != NULL) { in get_error_values()
243 if (error->file == NULL) { in get_error_values()
244 *file = "NA"; in get_error_values()
247 *file = error->file; in get_error_values()
291 uint32_t ERR_get_error_line(const char **file, int *line) { in ERR_get_error_line() argument
584 const char *file, *data; in ERR_print_errors_cb() local
614 void ERR_print_errors_fp(FILE *file) { in ERR_print_errors_fp() argument
615 ERR_print_errors_cb(print_errors_to_file, file); in ERR_print_errors_fp()
[all …]
/third_party/ulib/backtrace/
A Dconfig.h.in13 /* Define to 1 if you have the <dlfcn.h> header file. */
28 /* Define to 1 if you have the <inttypes.h> header file. */
31 /* Define to 1 if you have the <link.h> header file. */
34 /* Define to 1 if you have the <memory.h> header file. */
37 /* Define to 1 if you have the <stdint.h> header file. */
40 /* Define to 1 if you have the <stdlib.h> header file. */
43 /* Define to 1 if you have the <strings.h> header file. */
46 /* Define to 1 if you have the <string.h> header file. */
52 /* Define to 1 if you have the <sys/mman.h> header file. */
55 /* Define to 1 if you have the <sys/stat.h> header file. */
[all …]
A DREADME.md14 The public functions are declared and documented in the header file
17 Building libbacktrace will generate a file backtrace-supported.h,
20 See the source file backtrace-supported.h.in for the macros that it
26 other object file and debugging formats.
A Dbacktrace-supported.h.in33 /* The file backtrace-supported.h.in is used by configure to generate
34 the file backtrace-supported.h. The file backtrace-supported.h may
/third_party/ulib/musl/src/exit/
A Dassert.c5 void __assert_fail(const char* expr, const char* file, int line, const char* func) { in __assert_fail() argument
6 fprintf(stderr, "Assertion failed: %s (%s: %s: %d)\n", expr, file, func, line); in __assert_fail()
/third_party/ulib/jemalloc/
A DREADME13 The COPYING file contains copyright and licensing information.
15 The INSTALL file contains information on how to configure, build, and install
18 The ChangeLog file contains a brief summary of changes for each release.
/third_party/uapp/dash/src/bltin/
A Dbltin.h59 #define putc(c, file) outc(c, file) argument
/third_party/lib/acpica/source/compiler/
A Dnew_table.txt81 Compile the example file with the -sc option. This will create a C
84 Add this array to the dttemplate.h file. Name the array TemplateXXXX.
87 Debug/Test: Create the template file. Compile the file. Disassemble the file.
88 Compile the disassembly file.
/third_party/dev/ethernet/e1000/
A DREADME.fuchsia24 - New source file, adapted from the files listed above. This file
/third_party/lib/acpica/generate/unix/
A Dreadme.txt47 The Makefile.config file contains the configuration information:
72 1) acpibin, an AML file tool
75 extracts binary AML from text files, and other AML file
95 acpinames loads an ACPI namespace from a binary ACPI table file.
/third_party/ulib/musl/
A Dlib.ld3 * in libc.so, so this file just redirects the linker to refer there instead.
/third_party/ulib/jemalloc/bin/
A Djeprof.in1106 return $file;
1764 my $file = $e->[1];
1872 my $file = shift;
2820 if ($file eq "?") {
2821 $file = "??:0"
3637 my $self = { file => $file,
4420 my $file = shift;
4421 my $suffix = $file;
4432 return $file;
4438 my $file = shift;
[all …]
/third_party/ulib/ngunwind/src/dwarf/
A DGfind_proc_info-lsb.c93 load_debug_frame (const char *file, char **buf, size_t *bufsize, int is_local) in load_debug_frame() argument
107 f = fopen (file, "r"); in load_debug_frame()
118 file, (int) ehdr.e_shoff); in load_debug_frame()
181 basedir = malloc (strlen (file) + 1); in load_debug_frame()
183 + strlen (file) + 9); in load_debug_frame()
185 p = strrchr (file, '/'); in load_debug_frame()
188 memcpy (basedir, file, p - file); in load_debug_frame()
189 basedir[p - file] = '\0'; in load_debug_frame()

Completed in 39 milliseconds

123