Searched refs:regular (Results 26 - 50 of 82) sorted by relevance

1234

/freebsd-12-stable/contrib/pjdfstest/tests/rename/
H A D12.t17 for type in regular fifo block char socket; do
H A D20.t19 for type in regular dir fifo block char socket symlink; do
H A D07.t33 for type in regular dir fifo block char socket symlink; do
51 for type in regular dir fifo block char socket symlink; do
H A D15.t23 for type in regular dir fifo block char socket symlink; do
H A D10.t28 for type in regular fifo block char socket symlink; do
34 for type in regular fifo block char socket symlink; do
52 for type in regular fifo block char socket symlink; do
71 for type in regular fifo block char socket symlink; do
90 for type in regular fifo block char socket symlink; do
/freebsd-12-stable/contrib/pjdfstest/tests/utimensat/
H A D00.t23 for type in regular dir fifo block char socket; do
H A D04.t24 create_file regular ${n0}
H A D08.t27 create_file regular ${n0} 0644
H A D09.t26 create_file regular ${n0}
H A D01.t23 create_file regular ${n0}
H A D02.t23 create_file regular ${n0}
H A D03.t25 create_file regular ${n0}
H A D05.t29 create_file regular ${n0}
H A D06.t25 create_file regular ${n0} 0644
/freebsd-12-stable/contrib/pjdfstest/tests/open/
H A D00.t26 expect regular,0755 lstat ${n0} type,mode
29 expect regular,0151 lstat ${n0} type,mode
32 expect regular,0100 lstat ${n0} type,mode
35 expect regular,0305 lstat ${n0} type,mode
38 expect regular,0244 lstat ${n0} type,mode
/freebsd-12-stable/contrib/libarchive/tar/
H A Dsubst.c51 unsigned int global:1, print:1, regular:1, symlink:1, hardlink:1; member in struct:subst_rule
110 lafe_errc(1, 0, "Invalid regular expression: %s", buf);
128 rule->regular = 1; /* Rewrite regular filenames. */
149 rule->regular = 1;
152 rule->regular = 0;
236 if (!rule->regular)
/freebsd-12-stable/contrib/pjdfstest/tests/chmod/
H A D00.t24 for type in regular dir fifo block char socket symlink; do
58 for type in regular dir fifo block char socket symlink; do
89 for type in regular dir fifo block char socket symlink; do
121 # supplementary group IDs and if the file is a regular file, bit S_ISGID
/freebsd-12-stable/contrib/pjdfstest/tests/link/
H A D00.t21 for type in regular fifo block char socket; do
58 for type in regular fifo block char socket; do
76 for type in regular fifo block char socket; do
/freebsd-12-stable/contrib/pjdfstest/tests/chflags/
H A D07.t22 for type in regular dir fifo block char socket symlink; do
H A D10.t22 for type in regular dir fifo block char socket symlink; do
H A D00.t40 for type in regular dir fifo block char socket; do
113 for type in regular dir fifo block char socket symlink; do
146 for type in regular dir fifo block char socket symlink; do
H A D08.t22 for type in regular dir fifo block char socket symlink; do
/freebsd-12-stable/libexec/save-entropy/
H A Dsave-entropy.sh82 # 1. Find out the first regular file or empty slot (and its serial number)
91 "${save_file}" is not a regular file, skipped.
97 # or is an older regular file, update save_file pointer in either
112 "${next_file}" is not a regular file, skipped.
118 # 3. Check if the pointer we have in hand is really a regular file or
/freebsd-12-stable/usr.sbin/etcupdate/tests/
H A Dalways_test.sh150 # non-regular file to a regular file in both the new and test
181 # /difffiles/difftype/difftype: An updated regular file has
188 # /difffiles/difffiles/difffiles: A modified regular file was
328 # $1 - relative path to regular file that should be present in TEST
336 echo "File $1 should be a regular file"
353 # $1 - relative path to a regular file that should have a conflict
371 # $1 - relative path to a regular file that should not have a conflict
401 Modified regular file remains: /dirchange/fromdir/conflict/somefile
402 Modified regular fil
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
H A DArgs.cpp29 // Skip over over regular characters and append them.
30 size_t regular = quoted.find_first_of(k_escapable_characters); local
31 result += quoted.substr(0, regular);
32 quoted = quoted.substr(regular);
97 // Skip over over regular characters and append them.
98 size_t regular = command.find_first_of(" \t\r\"'`\\"); local
99 arg += command.substr(0, regular);
100 command = command.substr(regular);

Completed in 318 milliseconds

1234