OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:all_files
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/bsd/ntp/dist/sntp/unity/auto/
test_file_filter.rb
11
def initialize(
all_files
= false)
12
@
all_files
=
all_files
13
if not @
all_files
== true
16
@
all_files
, @only_files, @exclude_files =
17
filters[:
all_files
], filters[:only_files], filters[:exclude_files]
21
attr_accessor :
all_files
, :only_files, :exclude_files
/src/usr.sbin/veriexecgen/
veriexecgen.c
78
int
all_files
; /* scan also for non-executable files */
member in struct:veriexecgen_t
152
vp->
all_files
? "all files" : "executables only",
216
if (!vp->
all_files
&& !IS_EXEC(sb.st_mode))
254
if (!vp->
all_files
&& !IS_EXEC(sb.st_mode))
455
v.
all_files
= 1;
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
dump.exp
74
set
all_files
{
87
# $
ALL_FILES
is both a file name and a variable name.
88
foreach file $
all_files
{
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
dump.exp
69
set
all_files
{
82
# $
ALL_FILES
is both a file name and a variable name.
83
foreach file $
all_files
{
/src/external/gpl3/gcc/dist/libcpp/
files.cc
313
for (_cpp_file *f = pfile->
all_files
; f; f = f->next_file)
576
file->next_file = pfile->
all_files
;
577
pfile->
all_files
= file;
652
file->next_file = pfile->
all_files
;
653
pfile->
all_files
= file;
882
for (_cpp_file *f = pfile->
all_files
; f; f = f->next_file)
1304
_cpp_file *iter = pfile->
all_files
;
1501
pfile->
all_files
= NULL;
2021
for (f = pfile->
all_files
; f; f = f->next_file)
2031
for (f = pfile->
all_files
; f; f = f->next_file
[
all
...]
internal.h
468
struct _cpp_file *
all_files
;
member in struct:cpp_reader
/src/external/gpl3/gcc.old/dist/libcpp/
files.cc
308
for (_cpp_file *f = pfile->
all_files
; f; f = f->next_file)
562
file->next_file = pfile->
all_files
;
563
pfile->
all_files
= file;
636
file->next_file = pfile->
all_files
;
637
pfile->
all_files
= file;
866
for (_cpp_file *f = pfile->
all_files
; f; f = f->next_file)
1287
_cpp_file *iter = pfile->
all_files
;
1484
pfile->
all_files
= NULL;
1999
for (f = pfile->
all_files
; f; f = f->next_file)
2009
for (f = pfile->
all_files
; f; f = f->next_file
[
all
...]
internal.h
467
struct _cpp_file *
all_files
;
member in struct:cpp_reader
/src/usr.bin/make/
parse.c
2244
char *
all_files
;
local
2250
all_files
= Var_Subst(file, SCOPE_CMDLINE, VARE_EVAL);
2253
for (file =
all_files
; !done; file = p + 1) {
2266
free(
all_files
);
/src/external/gpl2/mkhybrid/dist/
mkisofs.h
292
extern int
all_files
;
mkisofs.c
87
int
all_files
= 0;
variable
921
all_files
++;
tree.c
924
if(!
all_files
){
Completed in 47 milliseconds
Indexes created Mon Apr 06 00:22:49 UTC 2026