Home
last modified time | relevance | path

Searched defs:file (Results 1726 - 1750 of 2180) sorted by relevance

1...<<61626364656667686970>>...88

/third_party/libwebsockets/lib/roles/http/server/
H A Dserver.c591 lws_get_mimetype(const char *file, const struct lws_http_mount *m) in lws_get_mimetype() argument
2725 lws_serve_http_file(struct lws *wsi, const char *file, const char *content_type, in lws_serve_http_file() argument
[all...]
/third_party/ltp/lib/
H A Dsafe_macros.c28 char *safe_basename(const char *file, const int lineno, in safe_basename() argument
44 safe_chdir(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_chdir() argument
63 safe_close(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_close() argument
82 safe_creat(const char *file, const int lineno, void (*cleanup_fn) (void), in safe_creat() argument
101 safe_dirname(const char *file, const int lineno, void (*cleanup_fn) (void), char *path) safe_dirname() argument
116 safe_getcwd(const char *file, const int lineno, void (*cleanup_fn) (void), char *buf, size_t size) safe_getcwd() argument
131 safe_getpwnam(const char *file, const int lineno, void (*cleanup_fn) (void), const char *name) safe_getpwnam() argument
147 safe_getrusage(const char *file, const int lineno, void (*cleanup_fn) (void), int who, struct rusage *usage) safe_getrusage() argument
166 safe_malloc(const char *file, const int lineno, void (*cleanup_fn) (void), size_t size) safe_malloc() argument
181 safe_mkdir(const char *file, const int lineno, void (*cleanup_fn) (void), const char *pathname, mode_t mode) safe_mkdir() argument
200 safe_rmdir(const char *file, const int lineno, void (*cleanup_fn) (void), const char *pathname) safe_rmdir() argument
218 safe_munmap(const char *file, const int lineno, void (*cleanup_fn) (void), void *addr, size_t length) safe_munmap() argument
237 safe_open(const char *file, const int lineno, void (*cleanup_fn) (void), const char *pathname, int oflags, ...) safe_open() argument
270 safe_pipe(const char *file, const int lineno, void (*cleanup_fn) (void), int fildes[2]) safe_pipe() argument
289 safe_read(const char *file, const int lineno, void (*cleanup_fn) (void), char len_strict, int fildes, void *buf, size_t nbyte) safe_read() argument
309 safe_setegid(const char *file, const int lineno, void (*cleanup_fn) (void), gid_t egid) safe_setegid() argument
328 safe_seteuid(const char *file, const int lineno, void (*cleanup_fn) (void), uid_t euid) safe_seteuid() argument
347 safe_setgid(const char *file, const int lineno, void (*cleanup_fn) (void), gid_t gid) safe_setgid() argument
366 safe_setuid(const char *file, const int lineno, void (*cleanup_fn) (void), uid_t uid) safe_setuid() argument
385 safe_getresuid(const char *file, const int lineno, void (*cleanup_fn)(void), uid_t *ruid, uid_t *euid, uid_t *suid) safe_getresuid() argument
404 safe_getresgid(const char *file, const int lineno, void (*cleanup_fn)(void), gid_t *rgid, gid_t *egid, gid_t *sgid) safe_getresgid() argument
423 safe_unlink(const char *file, const int lineno, void (*cleanup_fn) (void), const char *pathname) safe_unlink() argument
442 safe_link(const char *file, const int lineno, void (cleanup_fn)(void), const char *oldpath, const char *newpath) safe_link() argument
462 safe_linkat(const char *file, const int lineno, void (cleanup_fn)(void), int olddirfd, const char *oldpath, int newdirfd, const char *newpath, int flags) safe_linkat() argument
483 safe_readlink(const char *file, const int lineno, void (cleanup_fn)(void), const char *path, char *buf, size_t bufsize) safe_readlink() argument
510 safe_symlink(const char *file, const int lineno, void (cleanup_fn)(void), const char *oldpath, const char *newpath) safe_symlink() argument
530 safe_write(const char *file, const int lineno, void (cleanup_fn) (void), enum safe_write_opts len_strict, int fildes, const void *buf, size_t nbyte) safe_write() argument
571 safe_strtol(const char *file, const int lineno, void (cleanup_fn) (void), char *str, long min, long max) safe_strtol() argument
603 safe_strtoul(const char *file, const int lineno, void (cleanup_fn) (void), char *str, unsigned long min, unsigned long max) safe_strtoul() argument
636 safe_strtof(const char *file, const int lineno, void (cleanup_fn) (void), char *str, float min, float max) safe_strtof() argument
668 safe_sysconf(const char *file, const int lineno, void (cleanup_fn) (void), int name) safe_sysconf() argument
690 safe_chmod(const char *file, const int lineno, void (cleanup_fn)(void), const char *path, mode_t mode) safe_chmod() argument
709 safe_fchmod(const char *file, const int lineno, void (cleanup_fn)(void), int fd, mode_t mode) safe_fchmod() argument
728 safe_chown(const char *file, const int lineno, void (cleanup_fn)(void), const char *path, uid_t owner, gid_t group) safe_chown() argument
747 safe_fchown(const char *file, const int lineno, void (cleanup_fn)(void), int fd, uid_t owner, gid_t group) safe_fchown() argument
766 safe_wait(const char *file, const int lineno, void (cleanup_fn)(void), int *status) safe_wait() argument
784 safe_waitpid(const char *file, const int lineno, void (cleanup_fn)(void), pid_t pid, int *status, int opts) safe_waitpid() argument
803 safe_memalign(const char *file, const int lineno, void (*cleanup_fn) (void), size_t alignment, size_t size) safe_memalign() argument
818 safe_kill(const char *file, const int lineno, void (cleanup_fn)(void), pid_t pid, int sig) safe_kill() argument
837 safe_mkfifo(const char *file, const int lineno, void (*cleanup_fn)(void), const char *pathname, mode_t mode) safe_mkfifo() argument
856 safe_rename(const char *file, const int lineno, void (*cleanup_fn)(void), const char *oldpath, const char *newpath) safe_rename() argument
895 safe_mount(const char *file, const int lineno, void (*cleanup_fn)(void), const char *source, const char *target, const char *filesystemtype, unsigned long mountflags, const void *data) safe_mount() argument
956 safe_umount(const char *file, const int lineno, void (*cleanup_fn)(void), const char *target) safe_umount() argument
982 safe_opendir(const char *file, const int lineno, void (cleanup_fn)(void), const char *name) safe_opendir() argument
997 safe_closedir(const char *file, const int lineno, void (cleanup_fn)(void), DIR *dirp) safe_closedir() argument
1015 safe_readdir(const char *file, const int lineno, void (cleanup_fn)(void), DIR *dirp) safe_readdir() argument
1033 safe_getpriority(const char *file, const int lineno, int which, id_t who) safe_getpriority() argument
1053 safe_getxattr(const char *file, const int lineno, const char *path, const char *name, void *value, size_t size) safe_getxattr() argument
1079 safe_setxattr(const char *file, const int lineno, const char *path, const char *name, const void *value, size_t size, int flags) safe_setxattr() argument
1106 safe_lsetxattr(const char *file, const int lineno, const char *path, const char *name, const void *value, size_t size, int flags) safe_lsetxattr() argument
1133 safe_fsetxattr(const char *file, const int lineno, int fd, const char *name, const void *value, size_t size, int flags) safe_fsetxattr() argument
1160 safe_removexattr(const char *file, const int lineno, const char *path, const char *name) safe_removexattr() argument
1185 safe_lremovexattr(const char *file, const int lineno, const char *path, const char *name) safe_lremovexattr() argument
1210 safe_fremovexattr(const char *file, const int lineno, int fd, const char *name) safe_fremovexattr() argument
1235 safe_fsync(const char *file, const int lineno, int fd) safe_fsync() argument
1252 safe_setsid(const char *file, const int lineno) safe_setsid() argument
1266 safe_mknod(const char *file, const int lineno, const char *pathname, mode_t mode, dev_t dev) safe_mknod() argument
1284 safe_mlock(const char *file, const int lineno, const void *addr, size_t len) safe_mlock() argument
1302 safe_munlock(const char *file, const int lineno, const void *addr, size_t len) safe_munlock() argument
1320 safe_mincore(const char *file, const int lineno, void *start, size_t length, unsigned char *vec) safe_mincore() argument
1338 safe_sysinfo(const char *file, const int lineno, struct sysinfo *info) safe_sysinfo() argument
[all...]
/third_party/ltp/pan/
H A Dltp-pan.c1174 get_collection(char *file, int optind, int argc, char **argv) get_collection() argument
1274 slurp(char *file) slurp() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_memory_helper.c149 struct nine_memfd_file *file; /* File in which the data is allocated */ member
[all...]
/third_party/mesa3d/src/gtest/src/
H A Dgtest-port.cc1018 GTEST_API_ ::std::string FormatFileLocation(const char* file, int line) { in FormatFileLocation() argument
1036 FormatCompilerIndependentFileLocation( const char* file, int line) FormatCompilerIndependentFileLocation() argument
1046 GTestLog(GTestLogSeverity severity, const char* file, int line) GTestLog() argument
[all...]
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h539 const char* file = gen_it->file; variable
516 AddTestSuiteInstantiation(const std::string& instantiation_name, GeneratorCreationFunc* func, ParamNameGeneratorFunc* name_func, const char* file, int line) AddTestSuiteInstantiation() argument
618 const char* file; global() member
[all...]
/third_party/node/src/crypto/
H A Dcrypto_context.cc1364 void UseExtraCaCerts(const std::string& file) { in UseExtraCaCerts() argument
1337 AddCertsFromFile( X509_STORE* store, const char* file) AddCertsFromFile() argument
/third_party/ntfs-3g/libntfs-3g/
H A Drunlist.c1870 test_rl_read_buffer(const char *file, u8 *buf, int bufsize) test_rl_read_buffer() argument
1941 test_rl_pure_test(int test, BOOL contig, BOOL multi, int vcn, int len, runlist_element *file, int size) test_rl_pure_test() argument
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsdecrypt.c128 char *file; /* File to display */ member
[all...]
H A Dntfsundelete.c902 static void free_file(struct ufile *file) in free_file() argument
1147 get_filenames(struct ufile *file, ntfs_volume* vol) get_filenames() argument
1262 get_data(struct ufile *file, ntfs_volume *vol) get_data() argument
1343 struct ufile *file; read_record() local
1438 calc_percentage(struct ufile *file, ntfs_volume *vol) calc_percentage() argument
1563 dump_record(struct ufile *file) dump_record() argument
1687 list_record(struct ufile *file) list_record() argument
1749 name_match(regex_t *re, struct ufile *file) name_match() argument
1971 struct ufile *file; undelete_file() local
2229 struct ufile *file; scan_disk() local
[all...]
H A Dntfswipe.c1580 static void free_file (struct ufile *file) in free_file() argument
1716 struct ufile *file = NULL; destroy_record() local
[all...]
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-param-util.h565 const char* file = gen_it->file; variable
540 AddTestSuiteInstantiation(const std::string& instantiation_name, GeneratorCreationFunc* func, ParamNameGeneratorFunc* name_func, const char* file, int line) AddTestSuiteInstantiation() argument
655 const char* file; global() member
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4.cpp49 src_reg::src_reg(enum brw_reg_file file, int nr, const glsl_type *type) in src_reg() argument
97 dst_reg::dst_reg(enum brw_reg_file file, int nr) in dst_reg() argument
105 dst_reg::dst_reg(enum brw_reg_file file, int nr, const glsl_type *type, in dst_reg() argument
116 dst_reg(enum brw_reg_file file, int nr, brw_reg_type type, unsigned writemask) dst_reg() argument
[all...]
/third_party/mesa3d/src/intel/perf/
H A Dintel_perf.c136 read_file_uint64(const char *file, uint64_t *val) in read_file_uint64() argument
157 read_sysfs_drm_device_file_uint64(struct intel_perf_config *perf, const char *file, uint64_t *value) read_sysfs_drm_device_file_uint64() argument
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dpackage.cpp308 FILE *file; in readFile() local
690 FILE *file; writePackage() local
1130 FILE *file; extractItem() local
[all...]
/third_party/mesa3d/src/intel/tools/
H A Daub_write.c155 aub_file_init(struct aub_file *aub, FILE *file, FILE *debug, uint16_t pci_id, const char *app_name) in aub_file_init() argument
H A Daubinator_error_decode.c410 read_data_file(FILE *file) in read_data_file() argument
748 print_help(const char *progname, FILE *file) in print_help() argument
770 FILE *file; in open_error_state_file() local
815 FILE *file; main() local
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dreapits.c84 static void test_assert_string(const char *expected, const UChar *actual, UBool nulTerm, const char *file, int line) { in test_assert_string() argument
127 static void test_assert_utext(const char *expected, UText *actual, const char *file, int line) { in test_assert_utext() argument
/third_party/icu/icu4c/source/test/perf/howExpensiveIs/
H A DhowExpensiveIs.cpp156 HowExpensiveTest(const char *name, const char *file, int32_t line) : fName(name), fFile(file), fLine(line) {} in HowExpensiveTest() argument
/third_party/libevdev/libevdev/
H A Dlibevdev.c105 libevdev_dflt_log_func(enum libevdev_log_priority priority, void *data, const char *file, int line, const char *func, const char *format, va_list args) libevdev_dflt_log_func() argument
164 _libevdev_log_msg(const struct libevdev *dev, enum libevdev_log_priority priority, const char *file, int line, const char *func, const char *format, ...) _libevdev_log_msg() argument
/third_party/ltp/testcases/network/netstress/
H A Dnetstress.c773 static void require_root(const char *file) in require_root() argument
/third_party/lwip/src/apps/http/
H A Dhttp_client.c712 FILE *file; member
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dsemind.c610 sqlite3_int64 file; global() member
[all...]
H A Dsparse-llvm.c1336 char *file; in main() local
/third_party/lwip/src/netif/ppp/
H A Deap.c1199 char *user, *path, *file; in name_of_pn_file() local

Completed in 48 milliseconds

1...<<61626364656667686970>>...88