HomeSort by: relevance | last modified time | path
    Searched defs:file (Results 1 - 25 of 2270) 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
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
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)) {
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...]
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";
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);
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
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")
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
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...]
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);
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;

Completed in 142 milliseconds

1 2 3 4 5 6 7 8 91011>>