Home
last modified time | relevance | path

Searched refs:FILE (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/xattr/
H A Dxattr_common.kshlib38 typeset FILE=$1
44 log_must runat $FILE ls
48 log_mustnot get_xattr $XATTR_NAME $FILE
75 typeset FILE=$1
93 typeset FILE=$1
101 log_must rm_xattr $XATTR_NAME $FILE
108 typeset FILE=$1
127 typeset FILE=$1
129 if [[ -f $FILE ]]; then
130 log_must rm $FILE
[all …]
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dliolib.c73 FILE **f = tofilep(L); in tofile()
87 FILE **pf = (FILE **)lua_newuserdata(L, sizeof(FILE *)); in newfile()
109 FILE **p = tofilep(L); in io_pclose()
120 FILE **p = tofilep(L); in io_fclose()
143 FILE *f = *tofilep(L); in io_gc()
152 FILE *f = *tofilep(L); in io_tostring()
164 FILE **pf = newfile(L); in io_open()
191 FILE *f; in getiofile()
392 FILE *f = *(FILE **)lua_touserdata(L, lua_upvalueindex(1)); in io_readline()
445 FILE *f = tofile(L); in f_seek()
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/fallocate/
H A Dfallocate_punch-hole.ksh40 FILE=$TESTDIR/$TESTFILE0
45 [[ -e $TESTDIR ]] && log_must rm -f $FILE
73 log_must file_write -o create -f $FILE -b $BLKSZ -c 8
77 log_must fallocate --punch-hole --offset 0 --length $BLKSZ $FILE
81 log_must fallocate --punch-hole --offset $BLKSZ --length $((BLKSZ / 2)) $FILE
86 --length $((BLKSZ)) $FILE
91 apparent_size=$(stat_size $FILE)
93 --length $((BLKSZ * 10)) $FILE
H A Dfallocate_prealloc.ksh40 FILE=$TESTDIR/$TESTFILE0
54 log_must fallocate -l $((1024 * 1024 * 1024)) $FILE
59 log_mustnot fallocate -l $((150 * 1024 * 1024)) $FILE
60 log_mustnot fallocate -l $((110 * 1024 * 1024)) $FILE
61 log_must fallocate -l $((90 * 1024 * 1024)) $FILE
/f-stack/freebsd/contrib/dev/acpica/include/
H A Dacclib.h372 FILE *File,
378 FILE *File,
382 FILE *
389 FILE *File);
396 FILE *File);
403 FILE *File);
407 FILE *File,
413 FILE *File);
417 FILE *File);
421 FILE *File,
[all …]
/f-stack/freebsd/contrib/openzfs/
H A Dcopy-builtin49 local FILE="$1"
67 done < "$FILE" > "$FILE.new"
69 mv "$FILE.new" "$FILE"
/f-stack/freebsd/contrib/zstd/examples/
H A Dcommon.h99 static FILE* fopen_orDie(const char *filename, const char *instruction) in fopen_orDie()
101 FILE* const inFile = fopen(filename, instruction); in fopen_orDie()
111 static void fclose_orDie(FILE* file) in fclose_orDie()
126 static size_t fread_orDie(void* buffer, size_t sizeToRead, FILE* file) in fread_orDie()
146 static size_t fwrite_orDie(const void* buffer, size_t sizeToWrite, FILE* file) in fwrite_orDie()
185 FILE* const inFile = fopen_orDie(fileName, "rb"); in loadFile_orDie()
222 FILE* const oFile = fopen_orDie(fileName, "wb"); in saveFile_orDie()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_copies/
H A Dzfs_copies_002_pos.ksh65 log_must mkfile $FILESIZE /$TESTPOOL/fs_$val/$FILE
90 blks=`ls -ls /$TESTPOOL/fs_$val/$FILE | awk '{print $1}'`
101 used=`df -F zfs -k /$TESTPOOL/fs_$val/$FILE | grep $TESTPOOL/fs_$val \
111 used=`du -h /$TESTPOOL/fs_$val/$FILE | awk '{print $1}'`
113 used=`du -k /$TESTPOOL/fs_$val/$FILE | awk '{print $1}'`
/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Daslascii.c164 FILE *Handle,
169 FILE *Handle,
200 FILE *Handle; in FlIsFileAsciiSource()
323 FILE *Handle, in FlConsumeAnsiComment()
381 FILE *Handle, in FlConsumeNewComment()
H A Dprutils.c349 FILE *
355 FILE *IncludeFile; in PrOpenIncludeFile()
434 FILE *
441 FILE *IncludeFile; in PrOpenIncludeWithPrefix()
486 FILE *InputFile, in PrPushInputFileStack()
H A Dpreprocess.h229 FILE *File;
379 FILE *
385 FILE *
394 FILE *InputFile,
/f-stack/dpdk/lib/librte_graph/
H A Drte_graph.h184 FILE *f; /**< File pointer to dump the stats when fn == NULL. */
281 int rte_graph_export(const char *name, FILE *f);
318 void rte_graph_dump(FILE *f, rte_graph_t id);
327 void rte_graph_list_dump(FILE *f);
340 void rte_graph_obj_dump(FILE *f, struct rte_graph *graph, bool all);
593 void rte_node_dump(FILE *f, rte_node_t id);
602 void rte_node_list_dump(FILE *f);
/f-stack/app/redis-5.0.5/src/
H A Dredis-check-aof.c51 int readLong(FILE *fp, char prefix, long *target) { in readLong()
65 int readBytes(FILE *fp, char *target, long length) { in readBytes()
76 int readString(FILE *fp, char** target) { in readString()
96 int readArgc(FILE *fp, long *target) { in readArgc()
100 off_t process(FILE *fp) { in process()
165 FILE *fp = fopen(filename,"r+"); in redis_check_aof_main()
/f-stack/freebsd/contrib/openzfs/include/
H A Dlibnvpair.h49 extern void nvlist_print(FILE *, nvlist_t *);
50 int nvlist_print_json(FILE *, nvlist_t *);
96 extern void nvlist_prtctl_setdest(nvlist_prtctl_t, FILE *);
97 extern FILE *nvlist_prtctl_getdest(nvlist_prtctl_t);
/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_log.h36 FILE *file; /**< Output file set by rte_openlog_stream, or NULL. */
103 int rte_openlog_stream(FILE *f);
116 FILE *rte_log_get_stream(void);
268 void rte_log_dump(FILE *f);
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/freebsd/sys/
H A Dmnttab.h77 extern int getmntany(FILE *fp, struct mnttab *mp, struct mnttab *mpref);
78 extern int _sol_getmntent(FILE *fp, struct mnttab *mp);
83 int getmntent(FILE *fp, struct mnttab *mp);
/f-stack/freebsd/contrib/openzfs/lib/libspl/os/linux/
H A Dgetmntany.c51 getmntany(FILE *fp, struct mnttab *mgetp, struct mnttab *mrefp) in getmntany()
64 _sol_getmntent(FILE *fp, struct mnttab *mgetp) in _sol_getmntent()
86 getextmntent_impl(FILE *fp, struct extmnttab *mp, int len) in getextmntent_impl()
109 FILE *fp;
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_log.c29 FILE *file; /**< Output file set by rte_openlog_stream, or NULL. */
55 static FILE *default_log_stream;
73 rte_openlog_stream(FILE *f) in rte_openlog_stream()
79 FILE *
82 FILE *f = rte_logs.file; in rte_log_get_stream()
417 rte_log_dump(FILE *f) in rte_log_dump()
440 FILE *f = rte_log_get_stream(); in rte_vlog()
478 eal_log_set_default(FILE *default_log) in eal_log_set_default()
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_hexdump.h35 rte_hexdump(FILE *f, const char * title, const void * buf, unsigned int len);
53 rte_memdump(FILE *f, const char * title, const void * buf, unsigned int len);
H A Drte_log.h89 int rte_openlog_stream(FILE *f);
98 FILE *rte_log_get_stream(void);
250 void rte_log_dump(FILE *f);
H A Drte_trace.h126 int rte_trace_metadata_dump(FILE *f);
135 void rte_trace_dump(FILE *f);
/f-stack/freebsd/contrib/zlib/test/
H A Dminigzip.c171 FILE *file;
339 void gz_compress OF((FILE *in, gzFile out));
341 int gz_compress_mmap OF((FILE *in, gzFile out));
343 void gz_uncompress OF((gzFile in, FILE *out));
363 FILE *in; in gz_compress()
396 FILE *in; in gz_compress_mmap()
432 FILE *out;
462 FILE *in;
501 FILE *out;
633 FILE * in = fopen(*argv, "rb");
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dminigzip.c176 FILE *file;
344 void gz_compress OF((FILE *in, gzFile out));
346 int gz_compress_mmap OF((FILE *in, gzFile out));
348 void gz_uncompress OF((gzFile in, FILE *out));
368 FILE *in; in gz_compress()
401 FILE *in; in gz_compress_mmap()
437 FILE *out;
467 FILE *in;
502 FILE *out;
622 FILE * in = fopen(*argv, "rb");
/f-stack/tools/libxo/xohtml/
H A Dxohtml.sh.in42 FILE="$1";
44 exec > "$FILE";
/f-stack/freebsd/contrib/dev/acpica/common/
H A Dacfileio.c167 FILE *File,
229 FILE *File; in AcGetAllTablesFromFile()
382 FILE *File, in AcGetOneTableFromFile()
490 FILE *File) in AcIsFileBinary()
539 FILE *File, in AcValidateTableHeader()

12345678910>>...14