HomeSort by: relevance | last modified time | path
    Searched defs:file (Results 1 - 25 of 1130) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/tradcpp/dist/tests/
t17.c 1 #define file "subdir/test.h" macro
2 #include file
  /src/external/bsd/flex/dist/tests/
bison_nr_parser.y 2 * This file is part of flex.
26 bison --defines --output-file="parser.c" --name-prefix="test" parser.y
69 file: label
71 | file line
bison_yylloc_parser.y 2 * This file is part of flex.
29 bison --defines --output-file="bison_yylloc_parser.c" --name-prefix="test" parser.y
70 file: label
72 | file line
  /src/external/gpl2/lvm2/dist/tools/
dumpconfig.c 7 * This file is part of LVM2.
22 const char *file = arg_str_value(cmd, file_ARG, NULL); local
24 if (!write_config_file(cmd->cft, file, argc, argv)) {
  /src/bin/setfacl/
file.c 1 /* $NetBSD: file.c,v 1.1 2020/05/16 18:31:45 christos Exp $ */
31 __FBSDID("$FreeBSD: head/bin/setfacl/file.c 333065 2018-04-27 15:25:24Z emaste $");
33 __RCSID("$NetBSD: file.c,v 1.1 2020/05/16 18:31:45 christos Exp $");
46 * read acl text from a file and return the corresponding acl
51 FILE *file; local
61 file = stdin;
64 file = fopen(filename, "r");
65 if (file == NULL)
69 len = fread(buf, (size_t)1, sizeof(buf) - 1, file);
    [all...]
  /src/distrib/notes/common/
extract-contrib-string.pl 114 file: label
281 print ".\\\" File $fn:\n";
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
igt_mmap.c 23 struct file *file; local
27 file = mock_drm_getfile(i915->drm.primary, O_RDWR);
28 if (IS_ERR(file))
29 return PTR_ERR(file);
31 err = drm_vma_node_allow(node, file->private_data);
37 addr = vm_mmap(file, addr, drm_vma_node_size(node) << PAGE_SHIFT,
40 drm_vma_node_revoke(node, file->private_data);
42 fput(file);
  /src/external/bsd/pcc/dist/pcc/driver/
prog_asm.c 32 const char *file; local
  /src/external/bsd/zstd/dist/tests/
check_size.py 7 # LICENSE file in the root directory of this source tree) and the GPLv2 (found
8 # in the COPYING file in the root directory of this source tree).
17 print(f"Usage: {sys.argv[0]} FILE SIZE_LIMIT")
20 file = sys.argv[1] variable
23 if not os.path.exists(file):
24 print(f"{file} does not exist")
27 size = os.path.getsize(file)
30 print(f"file {file} is {size} bytes, which is greater than the limit of {limit} bytes")
  /src/external/gpl3/gdb.old/dist/gdb/
macroscope.h 5 This file is part of GDB.
31 in scope: a source file (either a main source file or an
32 #inclusion), and a line number in that file. */
34 struct macro_source_file *file; member in struct:macro_scope
  /src/external/apache2/llvm/dist/llvm/utils/
clang-parse-diagnostics-file 67 file = file_diags.get('main-file') variable
69 # Diagnostics from modules don't have a main-file listed.
70 if not file:
71 file = '<module-includes>' variable
73 # Ignore diagnostics for 'conftest.c', which is the file autoconf uses
75 if os.path.basename(file) == 'conftest.c':
83 to_report.append((file, selected_diags))
92 for file,selected_diags in to_report:
93 print "*** %s ***" % file
    [all...]
  /src/external/bsd/kyua-testers/dist/
result.c 49 /// Creates a file with the result of the test.
51 /// \param path Path to the file to be created.
64 FILE* file = fopen(path, "w"); local
65 if (file == NULL)
66 return kyua_libc_error_new(errno, "Cannot create result file '%s'",
74 fprintf(file, "%s: %s\n", type_to_name[type], buffer);
76 fprintf(file, "%s\n", type_to_name[type]);
78 fclose(file);
  /src/external/gpl3/gdb/dist/gdb/
macroscope.h 5 This file is part of GDB.
31 in scope: a source file (either a main source file or an
32 #inclusion), and a line number in that file. */
34 struct macro_source_file *file = nullptr; member in struct:macro_scope
40 return file != nullptr;
  /src/share/examples/puffs/pgfs/
newfs.sql 54 -- a row in the file table describes a file.
58 CREATE TABLE file ( table
74 fileid fileid PRIMARY KEY, -- REFERENCES file
82 parent_fileid fileid NOT NULL, -- REFERENCES file,
85 child_fileid fileid NOT NULL, -- REFERENCES file,
93 INSERT INTO file (fileid, type, mode, uid, gid, nlink, rev,
  /src/libexec/httpd/
tilde-luzah-bozo.c 51 * - returns the rest of the file, index.html appended if required
52 * - returned malloced file to serve in request->hr_file,
62 char *s, *file = NULL, *user; local
115 file = bozostrdup(httpd, request, "/");
117 file = bozomalloc(httpd, strlen(s) + 2);
118 strcpy(file, "/");
119 strcat(file, s);
123 request->hr_file = file;
125 debug((httpd, DEBUG_FAT, "transform_user returning %s under %s", file,
  /src/sys/arch/mvme68k/stand/bootsd/
boot.c 51 char *file; local
57 parse_args(&file, &flag, &part);
59 exec_mvme(file, flag, part);
61 printf("boot: %s: %s\n", file, strerror(errno));
  /src/sys/arch/x86/conf/
files.x86 34 file arch/x86/x86/bios32.c bios32 needs-flag label
41 file arch/x86/x86/cpu.c cpu & !xenpv label
42 file arch/x86/x86/cpu_rng.c cpu | vcpu label
46 file dev/acpi/acpi_cpu.c acpicpu label
47 file dev/acpi/acpi_cpu_cstate.c acpicpu label
48 file dev/acpi/acpi_cpu_pstate.c acpicpu label
49 file dev/acpi/acpi_cpu_tstate.c acpicpu label
50 file arch/x86/acpi/acpi_cpu_md.c acpicpu label
54 file arch/x86/x86/coretemp.c coretemp label
58 file arch/x86/x86/est.c es label
59 file arch\/x86\/x86\/intel_busclock.c est label
63 file arch\/x86\/x86\/odcm.c odcm label
67 file arch\/x86\/x86\/via_padlock.c padlock label
71 file arch\/x86\/x86\/powernow.c powernow label
75 file arch\/x86\/x86\/viac7temp.c viac7temp label
78 file arch\/x86\/x86\/vmt.c vmt label
82 file arch\/x86\/x86\/hyperv.c hyperv needs-flag label
84 file arch\/x86\/x86\/apic.c ioapic | lapic label
85 file arch\/x86\/x86\/bus_dma.c machdep label
86 file arch\/x86\/x86\/bus_space.c machdep label
87 file arch\/x86\/x86\/consinit.c machdep & !xenpv label
88 file arch\/x86\/x86\/core_machdep.c coredump label
89 file arch\/x86\/x86\/cpu_topology.c machdep label
90 file arch\/x86\/x86\/db_memrw.c ddb | kgdb label
91 file arch\/x86\/x86\/db_trace.c ddb label
92 file arch\/x86\/x86\/efi_machdep.c machdep label
93 file arch\/x86\/x86\/errata.c machdep label
94 file arch\/x86\/x86\/genfb_machdep.c machdep label
95 file arch\/x86\/x86\/identcpu.c machdep label
96 file arch\/x86\/x86\/identcpu_subr.c machdep label
97 file arch\/x86\/x86\/i8259.c machdep & (!xenpv | dom0ops) label
98 file arch\/x86\/x86\/intr.c machdep & !xenpv label
99 file arch\/x86\/x86\/x86_softintr.c machdep label
100 file arch\/x86\/x86\/kgdb_machdep.c kgdb label
101 file arch\/x86\/x86\/nmi.c machdep label
102 file arch\/x86\/x86\/idt.c machdep label
103 file arch\/x86\/x86\/ipi.c machdep & !xenpv label
104 file arch\/x86\/x86\/mtrr_i686.c mtrr & !xenpv label
105 file arch\/x86\/x86\/patch.c machdep & !xenpv label
106 file dev\/smbios_platform.c machdep label
107 file arch\/x86\/x86\/pmap.c machdep label
108 file arch\/x86\/x86\/x86_tlb.c machdep label
109 file arch\/x86\/x86\/procfs_machdep.c procfs label
110 file arch\/x86\/x86\/svs.c machdep & svs label
111 file arch\/x86\/x86\/sys_machdep.c machdep label
112 file arch\/x86\/x86\/syscall.c machdep label
113 file arch\/x86\/x86\/tsc.c machdep label
114 file arch\/x86\/x86\/vm_machdep.c machdep label
115 file arch\/x86\/x86\/x86_autoconf.c machdep & !xenpv label
116 file arch\/x86\/x86\/x86_userconf.c userconf label
117 file arch\/x86\/x86\/x86_machdep.c machdep label
119 file uvm\/pmap\/pmap_pvt.c machdep label
121 file arch\/x86\/x86\/cpu_ucode.c cpu_ucode needs-flag label
122 file arch\/x86\/x86\/cpu_ucode_amd.c cpu_ucode needs-flag label
123 file arch\/x86\/x86\/cpu_ucode_intel.c cpu_ucode needs-flag label
124 file arch\/x86\/x86\/compat_60_cpu_ucode.c compat_60 & cpu_ucode label
127 file arch\/x86\/x86\/lapic.c lapic needs-flag label
131 file arch\/x86\/x86\/ioapic.c ioapic needs-flag label
134 file arch\/x86\/x86\/mpbios.c mpbios label
137 file arch\/x86\/x86\/mp.c acpi | mpbios label
140 file arch\/x86\/x86\/mpacpi.c acpi label
142 file arch\/x86\/acpi\/acpi_pdc.c acpi label
143 file arch\/x86\/acpi\/acpi_wakeup.c acpi & !xenpv label
144 file arch\/x86\/acpi\/acpi_machdep.c acpi label
146 file arch\/x86\/isa\/isa_machdep.c isa label
149 file arch\/x86\/isa\/clock.c !xenpv label
150 file arch\/x86\/isa\/rtc.c isa label
153 file arch\/x86\/x86\/x86_stub.c label
156 file arch\/x86\/x86\/x86_ipmi.c ipmi needs-flag label
158 file arch\/x86\/x86\/vga_post.c vga_post label
160 file arch\/x86\/pci\/pci_machdep.c pci label
162 file arch\/x86\/pci\/pci_intr_machdep.c pci label
163 file arch\/x86\/pci\/pci_msi_machdep.c pci & ! no_pci_msi_msix label
164 file arch\/x86\/pci\/msipic.c pci & ! no_pci_msi_msix label
166 file arch\/x86\/pci\/pciide_machdep.c pciide_common label
168 file arch\/x86\/pci\/pci_bus_fixup.c pci_bus_fixup label
169 file arch\/x86\/pci\/pci_addr_fixup.c pci_addr_fixup label
    [all...]
  /src/usr.bin/mkesdb/
yacc.y 84 file : property label
137 FILE *fp;
198 * dump database to file
268 do_mkdb(FILE *in)
271 FILE *out;
273 /* dump DB to file */
304 FILE *in = NULL;
  /src/crypto/external/bsd/heimdal/dist/lib/com_err/
parse.y 67 file : /* */ label
  /src/external/bsd/am-utils/dist/amd/
conf_parse.y 38 * File: am-utils/amd/conf_parse.y
81 %start file
85 file : { yydebug = PARSE_DEBUG; } newlines map_sections label
  /src/external/gpl3/binutils/dist/bfd/
gen-aout.c 4 This file is part of BFD, the Binary File Descriptor library.
35 FILE * file; local
44 file = fopen ("gen-aout", "r");
45 if (file == NULL)
51 if (fread (&my_exec, sizeof (struct exec), 1, file) != 1)
57 fclose (file);
99 fprintf (stderr, _(" fix DEFAULT_ARCH in the output file yourself\n"));
  /src/external/gpl3/binutils.old/dist/bfd/
gen-aout.c 4 This file is part of BFD, the Binary File Descriptor library.
35 FILE * file; local
44 file = fopen ("gen-aout", "r");
45 if (file == NULL)
51 if (fread (&my_exec, sizeof (struct exec), 1, file) != 1)
57 fclose (file);
99 fprintf (stderr, _(" fix DEFAULT_ARCH in the output file yourself\n"));
  /src/external/gpl3/gdb.old/dist/bfd/
gen-aout.c 4 This file is part of BFD, the Binary File Descriptor library.
35 FILE * file; local
44 file = fopen ("gen-aout", "r");
45 if (file == NULL)
51 if (fread (&my_exec, sizeof (struct exec), 1, file) != 1)
57 fclose (file);
99 fprintf (stderr, _(" fix DEFAULT_ARCH in the output file yourself\n"));
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
sym-file-main.c 19 #include "sym-file-loader.h"
22 gdb_add_symbol_file (void *addr, const char *file)
40 const char *file = SHLIB_NAME; local
48 lib = load_shlib (file);
55 gdb_add_symbol_file (text_addr, file);
72 /* Notify GDB to remove the symbol file. Also check that GDB
78 lib = load_shlib (file); /* reload lib here */
85 gdb_add_symbol_file (text_addr, file);
  /src/external/gpl3/gdb/dist/bfd/
gen-aout.c 4 This file is part of BFD, the Binary File Descriptor library.
35 FILE * file; local
44 file = fopen ("gen-aout", "r");
45 if (file == NULL)
51 if (fread (&my_exec, sizeof (struct exec), 1, file) != 1)
57 fclose (file);
99 fprintf (stderr, _(" fix DEFAULT_ARCH in the output file yourself\n"));

Completed in 94 milliseconds

1 2 3 4 5 6 7 8 91011>>