Home
last modified time | relevance | path

Searched full:folder (Results 1 – 25 of 413) sorted by relevance

12345678910>>...17

/freebsd/share/doc/usd/07.mail/
H A Dmail3.nr34 To use the folder facility, you must tell
36 where you wish to keep your folders. Each folder of messages will
40 where your folder directory is, put a line of the form
42 set folder=letters
46 file. If, as in the example above, your folder directory does not
49 will assume that your folder directory is to be found starting from
54 to find your folder directory in
57 Anywhere a file name is expected, you can use a folder name, preceded
58 with `+.' For example, to put a message into a folder with the
66 folder. If the
[all …]
H A Dmail9.nr53 copy Copy a message to a file or folder
62 folder Same as \fBfile\fP
63 folders List the folders in your folder directory
119 folder valued Directory to store folders in
H A Dmail5.nr298 .b folder .
301 List the names of the folders in your folder directory.
302 .ip "\fBfolder\fP\ \ "
304 .b folder
305 command switches to a new mail file or folder. With no arguments, it
321 +folder A file in your folder directory
324 \fBFolder\fP can be abbreviated to \fBfo\fP.
890 .ip "\fBfolder\fP\ \ "
894 considers it to be an absolute pathname; otherwise, the folder directory
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/idmap_mount/
H A Didmap_mount_005.ksh37 # 6. Check the owner of files/folder in the mount point "idmap_test"
40 # 9. Check the owenr of filers/folder in the mountpoint "idmap_test"
108 log_must $NSENTER setpriv --reuid 11000 --regid 11000 --clear-groups mkdir $IDMAPDIR/folder
112 …TER setpriv --reuid 11000 --regid 11000 --clear-groups cp -p $IDMAPDIR/file $IDMAPDIR/folder/file-p
113 …$NSENTER setpriv --reuid 11000 --regid 11000 --clear-groups cp $IDMAPDIR/file $IDMAPDIR/folder/file
116 log_must test "1000 1000" = "$($NSENTER stat -c '%u %g' $WORKDIR/folder)"
119 log_must test "1000 1000" = "$($NSENTER stat -c '%u %g' $WORKDIR/folder/file-p)"
120 log_must test "1000 1000" = "$($NSENTER stat -c '%u %g' $WORKDIR/folder/file)"
132 log_must test "1001000 1001000" = "$(stat -c '%u %g' $WORKDIR/folder)"
135 log_must test "1001000 1001000" = "$(stat -c '%u %g' $WORKDIR/folder/file-p)"
[all …]
H A Didmap_mount_004.ksh33 # 1. Create folder "idmap_test", set gid bit on it
34 # 2. Idmap the folder to "idmap_dest"
35 # 3. Create file and folder in the idmapped folder in the user
37 # 4. Verify the gid bit of the file and folder is set
100 # gid bit is carried over to new folder
H A Didmap_mount_002.ksh29 # Perform file operations in idmapped folder, check owner in its base.
33 # 1. Create folder "idmap_test"
34 # 2. Idmap the folder to "idmap_dest"
35 # 3. Do basic file operations in "idmap_dest" folder, verify the owner in
36 # the base folder "idmap_test"
97 log_pass "Owner verification of entries under base folder is successful."
H A Didmap_mount_003.ksh29 # Perform file operations in idmapped folder in user namespace,
34 # 1. Create folder "idmap_test"
35 # 2. Idmap the folder to "idmap_dest"
36 # 3. Perform file operations in the idmapped folder in the user
38 # 4. Verify the owner of entries under the base folder "idmap_test"
121 log_pass "Owner verification of entries under the base folder is successful."
H A Didmap_mount_001.ksh29 # Test uid and gid of files in idmapped folder are mapped correctly
33 # 1. Create files/folder owned by $UID1 and $GID1 under "idmap_test"
34 # 2. Idmap the folder to "idmap_dest"
35 # 3. Verify the owner of files/folder under "idmap_dest"
76 log_pass "Owner verification of entries under idmapped folder is successful."
/freebsd/crypto/openssl/test/recipes/
H A D25-test_eai_data.t27 my $folder = "test/recipes/25-test_eai_data";
29 my $ascii_pem = srctop_file($folder, "ascii_leaf.pem");
30 my $utf8_pem = srctop_file($folder, "utf8_leaf.pem");
31 my $kdc_pem = srctop_file($folder, "kdc-cert.pem");
33 my $ascii_chain_pem = srctop_file($folder, "ascii_chain.pem");
34 my $utf8_chain_pem = srctop_file($folder, "utf8_chain.pem");
35 my $kdc_chain_pem = srctop_file($folder, "kdc-root-cert.pem");
46 is(cmp_text($out, srctop_file($folder, "san.ascii")), 0, 'Comparing othername for ASCII domain');
50 is(cmp_text($out, srctop_file($folder, "san.utf8")), 0, 'Comparing othername for IDN domain');
/freebsd/contrib/libpcap/doc/
H A DREADME.windows.md33 The SDK is a ZIP archive; create a folder on your C: drive, e.g.
34 C:\npcap-sdk, and put the contents of the ZIP archive into that folder.
47 The Developer's Kit is a ZIP archive; it contains a folder named
114 The downloaded file is a ZIP archive; create a folder on your C: drive,
116 archive into that folder. Then add that folder to the system PATH
132 Open the folder containing the libpcap source with Open > Folder.
157 Open the folder containing the libpcap source with Open > Folder.
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h119 const IRBuilderFolder &Folder; variable
132 IRBuilderBase(LLVMContext &context, const IRBuilderFolder &Folder, in IRBuilderBase() argument
135 : Context(context), Folder(Folder), Inserter(Inserter), in IRBuilderBase()
1335 Folder.FoldNoWrapBinOp(Instruction::Add, LHS, RHS, HasNUW, HasNSW))
1352 Folder.FoldNoWrapBinOp(Instruction::Sub, LHS, RHS, HasNUW, HasNSW))
1369 Folder.FoldNoWrapBinOp(Instruction::Mul, LHS, RHS, HasNUW, HasNSW))
1385 if (Value *V = Folder.FoldExactBinOp(Instruction::UDiv, LHS, RHS, isExact))
1398 if (Value *V = Folder.FoldExactBinOp(Instruction::SDiv, LHS, RHS, isExact))
1410 if (Value *V = Folder.FoldBinOp(Instruction::URem, LHS, RHS))
1416 if (Value *V = Folder.FoldBinOp(Instruction::SRem, LHS, RHS))
[all …]
/freebsd/libexec/comsat/
H A Dcomsat.c115 int folder; in mailfor() local
125 folder = 1; in mailfor()
128 folder = 0; in mailfor()
133 notify(utp, buf, offset, folder); in mailfor()
140 notify(struct utmpx *utp, char file[], off_t offset, int folder) in notify() argument
190 folder ? cr : "", folder ? "to " : "", folder ? file : "", in notify()
/freebsd/lib/libpmc/pmu-events/
H A DREADME23 folder. Matching is based on the "EventName" field.
37 The JSONs folder for a CPU model/family may be placed in the root arch
38 folder, or may be placed in a vendor sub-folder under the arch folder
/freebsd/tools/tools/sortbench/
H A DREADME8 Files will be output in a new folder called stats with separate files for each statistical comparis…
15 5 trials of the sort time as it's output. That output is saved in the data folder and then passed i…
16 …inistat which then provides the confidence interval of difference between the data in stats folder.
/freebsd/contrib/file/magic/Magdir/
H A Dnetscape16 0 string #\ Netscape\ folder\ cache Netscape folder cache
17 0 string \000\036\204\220\000 Netscape folder cache
/freebsd/usr.bin/mail/
H A Dmail.1111 when reading mail or editing a mail folder.
468 .Ic folder .
470 List the names of the folders in your folder directory.
471 .It Ic folder
474 .Ic folder
475 command switches to a new mail file or folder.
493 .Dq Li + Ns Ar folder
494 means a file in your folder
1004 .It Va folder
1011 folder directory is found relative to your home directory.
[all …]
H A Dfio.c316 * +file file in folder directory
410 * Determine the current folder directory name.
415 char *folder; in getfold() local
418 if ((folder = value("folder")) == NULL) in getfold()
420 if (*folder == '/') in getfold()
421 copylen = strlcpy(name, folder, namelen); in getfold()
424 homedir ? homedir : ".", folder); in getfold()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cab.c232 uint16_t folder; member
738 struct cffolder *folder = &(hd->folder_array[i]); in cab_read_header() local
739 folder->cfdata_offset_in_cab = in cab_read_header()
741 folder->cfdata_count = archive_le16dec(p+CFFOLDER_cCFData); in cab_read_header()
742 folder->comptype = in cab_read_header()
744 folder->compdata = in cab_read_header()
747 if (folder->comptype < in cab_read_header()
749 folder->compname = compression_name[folder->comptype]; in cab_read_header()
751 folder->compname = "UNKNOWN"; in cab_read_header()
761 if (offset32 >= folder->cfdata_offset_in_cab) in cab_read_header()
[all …]
H A Darchive_read_support_format_7zip.c311 /* The codec information of a folder. */
884 struct _7z_folder *folder = 0; in archive_read_format_7zip_read_header() local
933 /* Figure out if the entry is encrypted by looking at the folder in archive_read_format_7zip_read_header()
934 that is associated to the current 7zip entry. If the folder in archive_read_format_7zip_read_header()
935 has a coder with a _7Z_CRYPTO codec then the folder is encrypted. in archive_read_format_7zip_read_header()
938 folder = &(zip->si.ci.folders[zip_entry->folderIndex]); in archive_read_format_7zip_read_header()
939 for (fidx=0; folder && fidx<folder->numCoders; fidx++) { in archive_read_format_7zip_read_header()
940 switch(folder->coders[fidx].codec) { in archive_read_format_7zip_read_header()
2444 struct _7z_folder *folder = &(ci->folders[i]); in read_CodersInfo() local
2447 folder->unPackSize = in read_CodersInfo()
[all …]
/freebsd/sys/contrib/libsodium/packaging/nuget/
H A Dpackage.bat10 ECHO NOTE: Ignore warnings not applicable to native code: "Issue: Assembly outside lib folder."
12 ECHO Completed nuget packaging build. The package is in the following folder:
/freebsd/crypto/heimdal/lib/krb5/
H A Dexpand_path.c237 * Expand a folder identified by a CSIDL
241 _expand_csidl(krb5_context context, PTYPE folder, const char *postfix, char **ret) in _expand_csidl() argument
246 if (SHGetFolderPath(NULL, folder, NULL, SHGFP_TYPE_CURRENT, path) != S_OK) { in _expand_csidl()
248 krb5_set_error_message(context, EINVAL, "Unable to determine folder path"); in _expand_csidl()
353 {"SYSTEM", CSIDL(CSIDL_SYSTEM)}, /* Windows System folder (e.g. %WINDIR%\System32) */
354 {"WINDOWS", CSIDL(CSIDL_WINDOWS)}, /* Windows folder */
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dfsl,imx6sll-pinctrl.txt11 imx6sll-pinfunc.h under device tree source folder. The last integer CONFIG is
39 Refer to imx6sll-pinfunc.h in device tree source folder for all available
/freebsd/crypto/krb5/src/lib/krb5/os/
H A Dexpand_path.c233 * Expand a folder identified by a CSIDL
236 expand_csidl(krb5_context context, PTYPE folder, const char *postfix, in expand_csidl() argument
242 if (SHGetFolderPath(NULL, folder, NULL, SHGFP_TYPE_CURRENT, in expand_csidl()
244 k5_setmsg(context, EINVAL, "Unable to determine folder path"); in expand_csidl()
367 /* Windows System folder (e.g. %WINDIR%\System32) */
369 /* Windows folder */
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_write_format_zip_entry_size_unset.c37 /* Folder data */
38 static const char folder_name[] = "folder/";
60 /* Folder */ in write_archive()
175 /* Get folder entry in central directory */ in verify_contents()
178 /* Get start of folder entry */ in verify_contents()
H A Dtest_write_format_zip_compression_zstd.c18 /* Folder data */
19 static const char folder_name[] = "folder/";
46 /* Folder */ in verify_write_zstd()
214 /* Verify folder entry in central directory. */ in verify_zstd_contents()
251 /* Verify local header of folder entry. */ in verify_zstd_contents()
294 /* There should not be any data in the folder entry, in verify_zstd_contents()

12345678910>>...17