OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIRECTORY
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/gpl3/binutils/dist/binutils/
arlex.l
52
"
DIRECTORY
" { return
DIRECTORY
; }
67
"
directory
" { return
DIRECTORY
; }
arparse.h
66
DIRECTORY
= 267, /*
DIRECTORY
*/
92
#define
DIRECTORY
267
arparse.y
52
%token
DIRECTORY
152
DIRECTORY
FILENAME modulelist optional_filename
arparse.c
159
DIRECTORY
= 267, /*
DIRECTORY
*/
185
#define
DIRECTORY
267
237
YYSYMBOL_DIRECTORY = 12, /*
DIRECTORY
*/
680
"
DIRECTORY
", "END", "EXTRACT", "FULLDIR", "HELP", "QUIT", "REPLACE",
1342
case 33: /* directory_command:
DIRECTORY
FILENAME modulelist optional_filename */
arlex.c
895
{ return
DIRECTORY
; }
970
{ return
DIRECTORY
; }
/src/external/gpl3/binutils.old/dist/binutils/
arlex.l
52
"
DIRECTORY
" { return
DIRECTORY
; }
67
"
directory
" { return
DIRECTORY
; }
arparse.h
66
DIRECTORY
= 267, /*
DIRECTORY
*/
92
#define
DIRECTORY
267
arparse.y
52
%token
DIRECTORY
152
DIRECTORY
FILENAME modulelist optional_filename
arparse.c
159
DIRECTORY
= 267, /*
DIRECTORY
*/
185
#define
DIRECTORY
267
237
YYSYMBOL_DIRECTORY = 12, /*
DIRECTORY
*/
680
"
DIRECTORY
", "END", "EXTRACT", "FULLDIR", "HELP", "QUIT", "REPLACE",
1342
case 33: /* directory_command:
DIRECTORY
FILENAME modulelist optional_filename */
arlex.c
895
{ return
DIRECTORY
; }
970
{ return
DIRECTORY
; }
/src/usr.bin/xinstall/
xinstall.c
155
#define
DIRECTORY
0x01 /* Tell install it's a
directory
. */
400
install(*argv, to_name, iflags |
DIRECTORY
);
404
/* can't do file1 file2
directory
/file */
407
"must name an existing
directory
", argv[argc - 1]);
619
* so use realpath to resolve only the
directory
.
692
if (flags &
DIRECTORY
|| strcmp(from_name, _PATH_DEVNULL) != 0) {
699
if (flags &
DIRECTORY
) {
1112
* run provided command on the target file or
directory
after it's been
1158
* build
directory
hierarch
[
all
...]
/src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
system_error.cc
224
X (
DIRECTORY
, ENOTDIR);
/src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
system_error.cc
162
X (
DIRECTORY
, ENOTDIR);
/src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_rar5.c
101
uint8_t dir : 1; /* Is this file entry a
directory
? */
1722
"
directory
entries cannot have any data");
1755
DIRECTORY
= 0x0001, UTIME = 0x0002, CRC32 = 0x0004,
1810
rar->file.dir = (uint8_t) ((file_flags &
DIRECTORY
) > 0);
1859
* declared as a
directory
, disallow window_size == 0. */
4215
* as a
directory
. This is needed, because entries marked as
4216
*
directory
doesn't have any dictionary buffer allocated, so
4219
"Can't decompress an entry marked as a
directory
");
Completed in 39 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026