Searched refs:file (Results 1 - 25 of 2680) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c154 const char *filename; /* current processing file. */
192 {"file-header", no_argument, NULL, 'h'},
628 case ET_REL: return "REL (Relocatable file)";
629 case ET_EXEC: return "EXEC (Executable file)";
630 case ET_DYN: return "DYN (Shared object file)";
631 case ET_CORE: return "CORE (Core file)";
2268 printf("%-37s%ju (bytes into file)\n", " Start of program headers:",
2272 printf("%-37s%ju (bytes into file)\n", " Start of section headers:",
2453 printf("\nThere are no program headers in this file.\n");
2457 printf("\nElf file typ
4800 uint64_t address, file, line, column, isa, opsize, udelta; local
5075 const char *dir, *file; local
[all...]
/freebsd-11-stable/contrib/libarchive/test_utils/
H A Dtest_main.c43 #include <linux/ext2_fs.h> /* for Linux file flags */
46 #include <ext2fs/ext2_fs.h> /* Linux file flags, broken on Cygwin */
271 * Each test has to specify if a file or a directory symlink
343 const wchar_t * function, const wchar_t * file,
350 (void)file;
436 * Copy arguments into file-local variables.
456 assertion_count(const char *file, int line) argument
458 (void)file; /* UNUSED */
464 /* Uncomment to print file:line after every assertion.
466 /* printf("Checked %s:%d\n", file, lin
342 invalid_parameter_handler(const wchar_t * expression, const wchar_t * function, const wchar_t * file, unsigned int line, uintptr_t pReserved) argument
576 assertion_assert(const char *file, int line, int value, const char *condition, void *extra) argument
589 assertion_chdir(const char *file, int line, const char *pathname) argument
602 assertion_chmod(const char *file, int line, const char *pathname, int mode) argument
615 assertion_equal_int(const char *file, int line, long long v1, const char *e1, long long v2, const char *e2, void *extra) argument
777 assertion_equal_string(const char *file, int line, const char *v1, const char *e1, const char *v2, const char *e2, void *extra, int utf8) argument
839 assertion_equal_wstring(const char *file, int line, const wchar_t *v1, const char *e1, const wchar_t *v2, const char *e2, void *extra) argument
900 assertion_equal_mem(const char *file, int line, const void *_v1, const char *e1, const void *_v2, const char *e2, size_t l, const char *ld, void *extra) argument
938 assertion_memory_filled_with(const char *file, int line, const void *_v1, const char *vd, size_t l, const char *ld, char b, const char *bd, void *extra) argument
1199 assertion_file_contains_lines_any_order(const char *file, int line, const char *pathname, const char *lines[]) argument
1316 assertion_file_contains_no_invalid_strings(const char *file, int line, const char *pathname, const char *strings[]) argument
1346 is_hardlink(const char *file, int line, const char *path1, const char *path2) argument
1391 assertion_is_hardlink(const char *file, int line, const char *path1, const char *path2) argument
1403 assertion_is_not_hardlink(const char *file, int line, const char *path1, const char *path2) argument
1417 assertion_file_time(const char *file, int line, const char *pathname, long t, long nsec, char type, int recent) argument
1523 assertion_file_atime(const char *file, int line, const char *pathname, long t, long nsec) argument
1531 assertion_file_atime_recent(const char *file, int line, const char *pathname) argument
1538 assertion_file_birthtime(const char *file, int line, const char *pathname, long t, long nsec) argument
1546 assertion_file_birthtime_recent(const char *file, int line, const char *pathname) argument
1554 assertion_file_mode(const char *file, int line, const char *pathname, int expected_mode) argument
1583 assertion_file_mtime(const char *file, int line, const char *pathname, long t, long nsec) argument
1591 assertion_file_mtime_recent(const char *file, int line, const char *pathname) argument
1598 assertion_file_nlinks(const char *file, int line, const char *pathname, int nlinks) argument
1630 assertion_file_size(const char *file, int line, const char *pathname, long size) argument
1659 assertion_is_dir(const char *file, int line, const char *pathname, int mode) argument
1697 assertion_is_reg(const char *file, int line, const char *pathname, int mode) argument
1736 is_symlink(const char *file, int line, const char *pathname, const char *contents, int isdir) argument
1894 assertion_is_symlink(const char *file, int line, const char *path, const char *contents, int isdir) argument
1911 assertion_make_dir(const char *file, int line, const char *dirname, int mode) argument
1933 assertion_make_file(const char *file, int line, const char *path, int mode, int csize, const void *contents) argument
2003 assertion_make_hardlink(const char *file, int line, const char *newpath, const char *linkto) argument
2031 assertion_make_symlink(const char *file, int line, const char *newpath, const char *linkto, int targetIsDir) argument
2055 assertion_umask(const char *file, int line, int mask) argument
2066 assertion_utimes(const char *file, int line, const char *pathname, long at, long at_nsec, long mt, long mt_nsec) argument
2170 assertion_compare_fflags(const char *file, int line, const char *patha, const char *pathb, int nomatch) argument
2264 assertion_set_nodump(const char *file, int line, const char *pathname) argument
3241 is_LargeInode(const char *file) argument
3272 assertion_entry_set_acls(const char *file, int line, struct archive_entry *ae, struct archive_test_acl_t *acls, int n) argument
3333 assertion_entry_compare_acls(const char *file, int line, struct archive_entry *ae, struct archive_test_acl_t *acls, int cnt, int want_type, int mode) argument
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_write_format_cpio_odc.c49 char *buff, *e, *file; local
66 /* "file" with 10 bytes of content */
69 archive_entry_set_pathname(entry, "file");
81 /* Hardlink to "file" with 10 bytes of content */
108 /* "symlink" pointing to "file" */
114 archive_entry_set_symlink(entry,"file");
147 /* "file" */
148 file = e; /* Remember where this starts... */
161 assertEqualMem(e + 76, "file\0", 5); /* Name contents */
165 /* hardlink to "file" */
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_7zip.c143 struct file { struct
146 struct file *next;
175 struct file *cur_file;
207 * The list of the file entries which has its contents is used to
208 * manage struct file objects.
209 * We use 'next' (a member of struct file) to chain.
212 struct file *first;
213 struct file **last;
231 struct file **);
232 static void file_free(struct file *);
427 struct file *file; local
884 struct file *file; local
993 struct file *file = zip->file_list.first; local
1090 struct file *file = zip->file_list.first; local
1167 struct file *file; local
1256 struct file *file; local
1497 struct file *file; local
1565 file_free(struct file *file) argument
1572 file_register(struct _7zip *zip, struct file *file) argument
1589 struct file *file, *file_next; local
1600 file_register_empty(struct _7zip *zip, struct file *file) argument
[all...]
H A Darchive_read_support_format_rar5.c78 * applications that scan through the file for this marker won't trigger on
98 uint8_t service : 1; /* Is this file a service data? */
99 uint8_t eof : 1; /* Did we finish unpacking the file? */
100 uint8_t dir : 1; /* Is this file entry a directory? */
119 ssize_t solid_window_size; /* Used in file format check. */
205 /* Flag used to skip file context reinitialization, used when unpacker
227 the output file. */
290 /* If this a multi-file archive? */
315 /* Set to 1 if current file is positioned AFTER the magic value
316 * of the archive file
348 struct file_header file; member in struct:rar5
[all...]
H A Darchive_read_support_format_cab.c147 * Cabinet file definitions.
243 /* Total bytes of all file size in a Cabinet. */
277 /* Offset from beginning of a cabinet file. */
790 struct cffile *file = &(hd->file_array[i]); local
795 file->uncompressed_size = archive_le32dec(p + CFFILE_cbFile);
796 file->offset = archive_le32dec(p + CFFILE_uoffFolderStart);
797 file->folder = archive_le16dec(p + CFFILE_iFolder);
798 file->mtime = cab_dos_time(p + CFFILE_date_time);
799 file->attr = (uint8_t)archive_le16dec(p + CFFILE_attribs);
809 archive_string_init(&(file
889 struct cffile *file; local
[all...]
/freebsd-11-stable/sbin/dhclient/
H A Ddhclient.c1169 packet->raw->file[0]) {
1177 memcpy(lease->filename, packet->raw->file, DHCP_FILE_LEN);
1597 /* Send any options requested in the config file. */
1611 /* send host name if not set via config file. */
1720 /* Send any options requested in the config file. */
1734 /* send host name if not set via config file. */
1944 /* If the lease came from the config file, we don't need to stash
/freebsd-11-stable/lib/libfetch/
H A Dftp.c37 * <phk@FreeBSD.org> wrote this file. As long as you retain this notice you
52 * Turned inside out. Now returns xfers as new file ids, not as a special
211 ftp_filename(const char *file, int *len, int *type) argument
215 if ((s = strrchr(file, '/')) == NULL)
216 s = file;
267 * file.
270 ftp_cwd(conn_t *conn, const char *file) argument
277 if ((end = strrchr(file, '/')) == NULL)
288 for (i = 0; i <= len && i <= end - file; ++i)
289 if (pwd[i] != file[
399 ftp_stat(conn_t *conn, const char *file, struct url_stat *us) argument
618 ftp_transfer(conn_t *conn, const char *oper, const char *file, int mode, off_t offset, const char *flags) argument
[all...]
/freebsd-11-stable/libexec/ftpd/
H A Dftpd.c125 int assumeutf8 = 0; /* Assume that server file names are in UTF-8 */
209 #define LOGCMD(cmd, file) logcmd((cmd), (file), NULL, -1)
211 #define LOGBYTES(cmd, file, cnt) logcmd((cmd), (file), NULL, (cnt))
755 case 2: /* statistics file */
992 * shell as returned by getusershell(). Disallow anyone mentioned in the file
1090 * Check if a user is in the file "fname",
1269 * error occurs (e.g., the "/etc/pam.conf" file is missing) then this
1494 * It is possible that checkuser() failed to open the chroot file
1929 FILE *file; local
[all...]
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_state.c6 * See the IPFILTER.LICENCE file for details on licencing.
21 #include <sys/file.h>
587 /* mode(I) - file mode bits used with open */
H A Dip_frag.c6 * See the IPFILTER.LICENCE file for details on licencing.
18 #include <sys/file.h>
/freebsd-11-stable/usr.sbin/mergemaster/
H A Dmergemaster.sh55 # file.
66 # Prime file.merged so we don't blat the owner/group id's
73 echo " Use 'i' to install merged file"
75 echo " Use 'v' to view the merged file"
76 echo " Default is to leave the temporary file to deal with by hand"
78 echo -n " *** How should I deal with the merged file? [Leave it for later] "
131 # Make the list print one file per line
162 # Make the list print one file per line
185 echo " Default is to leave the temporary file to deal with by hand"
216 esac # End of "No installed version of file bu
[all...]
/freebsd-11-stable/tests/sys/netgraph/
H A Dutil.h40 char const *file, size_t line);
47 char const *file, size_t line);
53 char const *file, size_t line);
59 char const *file, size_t line);
65 char const *file, size_t line);
74 char const *file, size_t line);
82 char const *file, size_t line);
95 void _ng_init(char const *file, size_t line);
H A Dutil.c52 atf_tc_fail_requirement(file, line, "%s (%s)", \
72 char const *file, size_t line)
88 char const *file, size_t line)
103 char const *file, size_t line)
116 char const *file, size_t line)
129 char const *file, size_t line)
150 char const *file, size_t line)
232 char const *file, size_t line)
250 _ng_init(char const *file, size_t line) argument
70 _ng_connect(char const *path1, char const *hook1, char const *path2, char const *hook2, char const *file, size_t line) argument
86 _ng_mkpeer(char const *path1, char const *hook1, char const *type, char const *hook2, char const *file, size_t line) argument
102 _ng_rmhook(char const *path, char const *hook, char const *file, size_t line) argument
115 _ng_name(char const *path, char const *name, char const *file, size_t line) argument
128 _ng_shutdown(char const *path, char const *file, size_t line) argument
148 _ng_send_data(char const *hook, void const *data, size_t len, char const *file, size_t line) argument
231 _ng_send_msg(char const *path, char const *msg, char const *file, size_t line) argument
/freebsd-11-stable/tests/sys/
H A DMakefile11 TESTS_SUBDIRS+= file
/freebsd-11-stable/sys/netgraph/
H A Dng_base.c42 * This file implements the base netgraph code.
259 /* Should not be visible outside this file */
3266 dumphook (hook_p hook, char *file, int line) argument
3273 printf(" problem discovered at file %s, line %d\n", file, line);
3281 dumpnode(node_p node, char *file, int line) argument
3290 printf(" problem discovered at file %s, line %d\n", file, line);
3298 dumpitem(item_p item, char *file, int line) argument
3329 printf(" problem discovered at file
[all...]
/freebsd-11-stable/contrib/sqlite3/tea/win/
H A Dmakefile.vc11 # See the file "license.terms" for information on usage and redistribution
12 # of this file, and for a DISCLAIMER OF ALL WARRANTIES.
78 # profile = Adds profiling hooks. Map file is assumed.
104 # TESTPAT=<file>
105 # Reads the tests requested to be run from this file.
159 # nmakehelp -V <file> <tag> will search the file for tag, skips until a
163 !if [echo REM = This file is generated from Makefile.vc > versions.vc]
204 ### Figure out where the primary source code file(s) is/are.
299 TESTFLAGS = $(TESTFLAGS) -file
[all...]
/freebsd-11-stable/contrib/sqlite3/tea/
H A Dconfigure.ac2 dnl This file is an input file used by the GNU "autoconf" program to
3 dnl generate the file "configure", which is run during Tcl installation
10 # need to modify this file are marked by the string __CHANGE__
35 # Load the tclConfig.sh file
42 # Load the tkConfig.sh file if necessary (Tk extension)
143 # can be taken from the tclConfig.sh file, but this figures it all out.
189 # a pkgIndex.tcl file or anything else at extension build time.
H A Dconfigure110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
362 # Test if FILE is an executable regular file.
513 rm -f conf$$ conf$$.exe conf$$.file
515 rm -f conf$$.dir/conf$$.file
520 if (echo >conf$$.file) 2>/dev/null; then
521 if ln -s conf$$.file conf$$ 2>/dev/null; then
524 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
527 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
529 elif ln conf$$.file con
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c2 ** This file is an amalgamation of many separate C source files from SQLite
4 ** single large file, the entire code can be compiled as a single translation
10 ** This file is all you need to compile SQLite. To use SQLite in other
11 ** programs, you need this file and the "sqlite3.h" header file that defines
13 ** the "sqlite3.h" header file at hand, you will find a copy embedded within
14 ** the text of this file. Search for "Begin file sqlite3.h" to find the start
15 ** of the embedded sqlite3.h header file.) Additional code files may be needed
18 ** separate file
95050 SorterFile file; /* Temp file for level-0 PMAs */ member in struct:SortSubtask
[all...]
H A Dshell.c2 ** This file is automatically generated by the script in the canonical
5 ** "shell.c" file used to implement the SQLite command-line shell.
7 ** Most of the code found below comes from the "src/shell.c.in" file in
8 ** the canonical SQLite source tree. That main file contains "INCLUDE"
10 ** inserted to getnerate this complete program source file.
13 ** source file to help make the command-line program easier to compile.
30 ** This file contains code to implement the "sqlite" command line
75 ** Enable large-file support for fopen() and friends on unix.
225 static void setBinaryMode(FILE *file, int isOutput){ argument
226 if( isOutput ) fflush(file);
229 setTextMode(FILE *file, int isOutput) argument
[all...]
H A Dltmain.sh2 ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in
19 # if you distribute this file as part of a program or library that
20 # is built using GNU Libtool, you may include this file under the
82 # this file as part of a program or library that is built using GNU Libtool,
83 # you may include this file under the same distribution terms that you use
101 # Evaluate this file near the top of your script to gain access to
107 # settings, do that before evaluating this file.
170 # Check that FILE is an executable regular file.
221 # We want to be able to use the functions in this file before configure
342 # Sed substitution that converts a w32 file nam
[all...]
H A Dconfigure112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
373 # Test if FILE is an executable regular file.
524 rm -f conf$$ conf$$.exe conf$$.file
526 rm -f conf$$.dir/conf$$.file
531 if (echo >conf$$.file) 2>/dev/null; then
532 if ln -s conf$$.file conf$$ 2>/dev/null; then
535 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
538 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
540 elif ln conf$$.file con
[all...]
/freebsd-11-stable/usr.sbin/unbound/
H A Dconfig.h23 /* Pathname to the Unbound configuration file */
56 /* Define to 1 if you have the <arpa/inet.h> header file. */
74 /* Define to 1 if you have the <bsd/stdlib.h> header file. */
77 /* Define to 1 if you have the <bsd/string.h> header file. */
170 /* Define to 1 if you have the <dlfcn.h> header file. */
176 /* Define to 1 if you have the <endian.h> header file. */
212 /* Define to 1 if you have the <event.h> header file. */
251 /* Define to 1 if you have the <expat.h> header file. */
284 /* Define to 1 if you have the <getopt.h> header file. */
296 /* Define to 1 if you have the <glob.h> header file
[all...]
/freebsd-11-stable/contrib/unbound/validator/
H A Dautotrust.c37 * \file
407 free(tp->autr->file);
460 * Add new trust anchor from a string in file.
541 if(!tp->autr->file) {
542 tp->autr->file = strdup(fname);
543 if(!tp->autr->file) {
846 * +2 revoked trust anchor file.
860 log_err("REVOKED statement must be at start of file");
987 /* the file descriptor */
1005 verbose(VERB_ALGO, "reading autotrust anchor file
[all...]

Completed in 905 milliseconds

1234567891011>>