Home
last modified time | relevance | path

Searched refs:FNAME (Results 1 – 23 of 23) sorted by relevance

/freebsd-12-stable/contrib/unbound/contrib/
Dunbound_cache.sh23 FNAME="unbound_cache.dmp"
48 …$ECHO "filename - file to save/load dumped cache. If not specified, $CONF/$FNAME will be used inst…
78 elif [ ! -f "$CONF/$FNAME" ]; then
80 $ECHO "ERROR: File $CONF/$FNAME does not exists. Save it first."
90 $ECHO "Saving cache in $CONF/$FNAME..."
91 $UC dump_cache>$CONF/$FNAME
92 $LS -lh $CONF/$FNAME
106 $ECHO "Loading cache from saved $CONF/$FNAME..."
107 $LS -lh $CONF/$FNAME
109 $CAT $CONF/$FNAME|$UC load_cache
/freebsd-12-stable/contrib/elftoolchain/ar/
Dacpyacc.y109 %token <str> FNAME
129 : FNAME { $$ = arscp_mlist(NULL, $1); }
130 | mod_list separator FNAME { $$ = arscp_mlist($1, $3); }
167 : ADDLIB FNAME LP mod_list RP { arscp_addlib($2, $4); }
168 | ADDLIB FNAME { arscp_addlib($2, NULL); }
180 : CREATE FNAME { arscp_create(NULL, $2); }
188 : DIRECTORY FNAME { arscp_dir($2, NULL, NULL); }
189 | DIRECTORY FNAME LP mod_list RP { arscp_dir($2, $4, NULL); }
190 | DIRECTORY FNAME LP mod_list RP FNAME { arscp_dir($2, $4, $6); }
206 : OPEN FNAME { arscp_open($2); }
[all …]
Dacplex.l76 return (FNAME);
/freebsd-12-stable/usr.bin/ar/
Dacpyacc.y108 %token <str> FNAME
128 : FNAME { $$ = arscp_mlist(NULL, $1); }
129 | mod_list separator FNAME { $$ = arscp_mlist($1, $3); }
166 : ADDLIB FNAME LP mod_list RP { arscp_addlib($2, $4); }
167 | ADDLIB FNAME { arscp_addlib($2, NULL); }
179 : CREATE FNAME { arscp_create(NULL, $2); }
187 : DIRECTORY FNAME { arscp_dir($2, NULL, NULL); }
188 | DIRECTORY FNAME LP mod_list RP { arscp_dir($2, $4, NULL); }
189 | DIRECTORY FNAME LP mod_list RP FNAME { arscp_dir($2, $4, $6); }
205 : OPEN FNAME { arscp_open($2); }
[all …]
Dacplex.l76 return (FNAME);
/freebsd-12-stable/contrib/netbsd-tests/fs/vfs/
Dt_vfsops.c124 #define FNAME "a_file" macro
133 RL(fd = rump_sys_open(FNAME, O_RDWR | O_CREAT, 0777)); in tfhremove()
137 if (rump_sys_getfh(FNAME, NULL, &fhsize) == -1) { in tfhremove()
146 RL(rump_sys_getfh(FNAME, fhp, &fhsize)); in tfhremove()
147 RL(rump_sys_unlink(FNAME)); in tfhremove()
157 #undef FNAME
/freebsd-12-stable/contrib/gcc/config/arm/
Delf.h86 #define ASM_DECLARE_FUNCTION_SIZE(FILE, FNAME, DECL) \ argument
90 ARM_DECLARE_FUNCTION_SIZE (FILE, FNAME, DECL); \
92 ASM_OUTPUT_MEASURED_SIZE (FILE, FNAME); \
/freebsd-12-stable/contrib/gcc/config/rs6000/
Dfreebsd.h260 #define ASM_DECLARE_FUNCTION_SIZE(FILE, FNAME, DECL) \ argument
268 assemble_name ((FILE), (FNAME)); \
270 rs6000_output_function_entry (FILE, FNAME); \
Dlinux64.h442 #define ASM_DECLARE_FUNCTION_SIZE(FILE, FNAME, DECL) \ argument
450 assemble_name ((FILE), (FNAME)); \
452 rs6000_output_function_entry (FILE, FNAME); \
/freebsd-12-stable/contrib/gcc/config/
Dnetbsd-aout.h200 #define ASM_DECLARE_FUNCTION_SIZE(FILE, FNAME, DECL) \ argument
204 ASM_OUTPUT_MEASURED_SIZE (FILE, FNAME); \
Dsol2.h228 #define ASM_DECLARE_FUNCTION_SIZE(FILE, FNAME, DECL) \ argument
232 ASM_OUTPUT_MEASURED_SIZE (FILE, FNAME); \
Dopenbsd.h220 #define ASM_DECLARE_FUNCTION_SIZE(FILE, FNAME, DECL) \ argument
223 ASM_OUTPUT_MEASURED_SIZE (FILE, FNAME); \
Delfos.h333 #define ASM_DECLARE_FUNCTION_SIZE(FILE, FNAME, DECL) \ argument
337 ASM_OUTPUT_MEASURED_SIZE (FILE, FNAME); \
/freebsd-12-stable/tests/sys/fs/fusefs/
Dforget.cc106 const char FNAME[] = "some_file.txt"; in TEST_F() local
126 EXPECT_LOOKUP(dir_ino, FNAME) in TEST_F()
Dnotify.cc221 const static char FNAME[] = "foo"; in TEST_F() local
241 expect_lookup(dir_ino, FNAME, ino0, 0, seq); in TEST_F()
242 expect_lookup(dir_ino, FNAME, ino1, 0, seq); in TEST_F()
251 iea.name = FNAME; in TEST_F()
252 iea.namelen = strlen(FNAME); in TEST_F()
/freebsd-12-stable/usr.bin/pr/
Dpr.h66 #define FNAME "" macro
Dpr.c118 static char fnamedefault[] = FNAME;
/freebsd-12-stable/contrib/gcc/
Dstab.def28 __define_stab (N_FNAME, 0x22, "FNAME")
209 | 20 GSYM | 22 FNAME | 24 FUN | 26 STSYM |
/freebsd-12-stable/sys/contrib/zlib/doc/
Drfc1952.txt252 (if FLG.FNAME set)
306 bit 3 FNAME
343 If FNAME is set, an original file name is present,
472 values. It must examine FEXTRA/XLEN, FNAME, FCOMMENT and FHCRC
/freebsd-12-stable/contrib/file/src/
Dcompress.c535 #define FNAME (1 << 3) macro
551 if (flg & FNAME) { in uncompressgzipped()
/freebsd-12-stable/contrib/binutils/include/aout/
Dstab.def36 __define_stab (N_FNAME, 0x22, "FNAME")
240 | 20 GSYM | 22 FNAME | 24 FUN | 26 STSYM |
/freebsd-12-stable/contrib/file/magic/Magdir/
Dcompress37 # no FNAME and FCOMMENT bit implies no file name/comment. That means only binary
78 # FNAME/FCOMMENT bit implies file name/comment as iso-8859-1 text
/freebsd-12-stable/contrib/gdb/gdb/doc/
Dgdb.info-23587 `set history filename FNAME'
3588 Set the name of the GDB command history file to FNAME. This is