/freebsd/contrib/pjdfstest/tests/granular/ |
H A D | 03.t | 30 # Moving file elsewhere allowed on writable directory. 37 # Moving file from elsewhere allowed on writable directory. 41 # Moving file from elsewhere overwriting local file allowed 56 # Denied DELETE changes nothing wrt moving elsewhere or from elsewhere. 68 # DELETE_CHILD denies moving file elsewhere. 73 # DELETE_CHILD does not deny moving file from elsewhere 77 # DELETE_CHILD denies moving file from elsewhere 87 # Same for moving the file elsewhere. 92 # Same for moving the file from elsewhere into a writable 115 # Moving things elsewhere is allowed. [all …]
|
H A D | 05.t | 30 # Moving directory elsewhere allowed on writable directory. 38 # Moving directory from elsewhere allowed on writable directory. 44 # Moving directory from elsewhere overwriting local directory allowed 60 # Denied DELETE changes nothing wrt moving elsewhere or from elsewhere. 73 # DELETE_CHILD denies moving directory elsewhere. 78 # DELETE_CHILD does not deny moving directory from elsewhere 82 # DELETE_CHILD denies moving directory from elsewhere 92 # Same for moving the directory elsewhere. 98 # Same for moving the directory from elsewhere into a writable 124 # Moving things elsewhere is allowed. [all …]
|
/freebsd/contrib/dialog/ |
H A D | dlg_keys.h | 64 /* moving from screen to screen (pages) */ 69 /* moving within a list */ 74 /* moving from field to field (or buttons) */ 79 /* moving from form-field to form-field (or buttons) */ 84 /* moving within a grid */
|
H A D | tailbox.c | 53 dlg_exiterr("Error moving file pointer in get_line()."); in get_line() 111 dlg_exiterr("Error moving file pointer in last_lines()."); in last_lines() 131 dlg_exiterr("Error moving file pointer in last_lines()."); in last_lines() 160 dlg_exiterr("Error moving file pointer in last_lines()."); in last_lines()
|
/freebsd/sys/libkern/ |
H A D | bsearch.c | 39 * divide the work in half by moving either left or right. If lim 40 * is odd, moving left simply involves halving lim: e.g., when lim 43 * is odd, moving right again involves halving lim, this time moving
|
/freebsd/lib/libc/stdlib/ |
H A D | bsearch.c | 47 * divide the work in half by moving either left or right. If lim 48 * is odd, moving left simply involves halving lim: e.g., when lim 51 * is odd, moving right again involves halving lim, this time moving
|
/freebsd/tools/regression/tmpfs/ |
H A D | t_rename | 37 # by moving them). 176 test_name "Moving a file raises NOTE_RENAME on the old file" 178 test_name "Moving a file raises NOTE_WRITE on the source directory" 180 test_name "Moving a file raises NOTE_WRITE on the target directory"
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | todo.txt | 33 ctrl_iface) by moving the retrying of the previous request into EAP 46 - consider moving SIM card functionality (IMSI fetching) away from eap.c; 59 - consider moving eap_peer_tls_build_ack() call into
|
/freebsd/contrib/nvi/vi/ |
H A D | v_left.c | 166 * If moving right, non-motion commands move to the end of the range. in v_first() 170 * If moving left, all commands move to the end of the range. Motion in v_first() 228 * If moving right, non-motion commands move to the end of the range. in v_ncol() 232 * If moving left, all commands move to the end of the range. Motion in v_ncol()
|
H A D | v_match.c | 105 * If moving right, non-motion commands move to the end of the range. in v_match() 108 * If moving left, all commands move to the end of the range. in v_match()
|
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | nth_element.h | 34 // manually guard downward moving __j against __i in __nth_element_find_guard() 40 return true; // found guard for downward moving __j, now use unguarded partition in __nth_element_find_guard() 153 // __m still guards upward moving __i in __nth_element() 160 // It is now known that a guard exists for downward moving __j in __nth_element()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_mx4200.c | 139 u_int moving; /* mobile platform? */ member 300 up->moving = 1; /* Receiver on mobile platform */ in mx4200_config() 303 up->moving = 0; /* Static Installation */ in mx4200_config() 417 * (Set field 1 'D' == dynamic if we are on a moving platform). in mx4200_config() 418 * (Set field 1 'S' == static if we are not moving). in mx4200_config() 423 up->moving = 1; /* Receiver on mobile platform */ in mx4200_config() 425 up->moving = 0; /* Static Installation */ in mx4200_config() 428 if (up->moving) { in mx4200_config() 429 /* dynamic: solve for pos, alt, time, while moving */ in mx4200_config() 447 * location) only if we are not moving in mx4200_config() [all...] |
/freebsd/contrib/unbound/sldns/ |
H A D | parse.h | 152 * skips all of the characters in the given string in the buffer, moving 160 * skips all of the characters in the given string in the fp, moving 169 * skips all of the characters in the given string in the fp, moving
|
/freebsd/tools/build/ |
H A D | depend-cleanup.sh | 10 # - moving a file from one directory to another 12 # Note that changing extensions or moving files may occur in effect as a result 41 # - Moving a file from one directory to another. Note that a regex is passed to 51 # case of moving from one directory to another. The stale generated file also
|
/freebsd/bin/mv/ |
H A D | mv.1 | 92 rather than moving 99 to write a prompt to standard error before moving a file that would
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | SmallVector.cpp | 88 // Note: Moving this function into the header may cause performance regression. 122 // Note: Moving this function into the header may cause performance regression. 136 // Note: Moving this function into the header may cause performance regression.
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBTraceCursor.h | 63 /// Inspecting all the instructions of a call requires moving to its first 76 /// - In terms of efficiency, moving the cursor to a given id should be as 117 /// The reference point to use when moving the cursor.
|
/freebsd/contrib/ldns/ldns/ |
H A D | parse.h | 163 * skips all of the characters in the given string in the buffer, moving 172 * skips all of the characters in the given string in the fp, moving 182 * skips all of the characters in the given string in the fp, moving
|
/freebsd/usr.sbin/manctl/ |
H A D | manctl.sh | 82 echo moving hard link $pname 1>&2 216 echo moving hard link $pname 1>&2 270 echo moving hard link $pname 1>&2
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_import/ |
H A D | zpool_import_missing_002_pos.ksh | 78 log_assert "Verify that import could handle moving device." 145 log_pass "Import could handle moving device."
|
/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | receiver.c | 230 "recv: (%p) Moving request to the send queue.", in recv_thread() 240 "recv: (%p) Moving request to the send queue.", in recv_thread() 256 "recv: (%p) Moving request to the disk queue.", in recv_thread() 489 pjdlog_debug(3, "disk: (%p) Moving request to the send queue.", in disk_thread() 518 pjdlog_debug(3, "send: (%p) Moving request to the free queue.", in send_thread()
|
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/omp/ |
H A D | parallel_stable_sort.h |
|
/freebsd/contrib/ntp/html/drivers/ |
H A D | driver9.html | 32 …moving platform such as a car, ship, or aircraft. The receiver is placed in "Dynamic, 3D Nav&…
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/ |
H A D | zpool_import_missing_002_pos.ksh | 121 log_assert "Verify that import could handle moving device." 214 log_pass "Import could handle moving device."
|
/freebsd/sys/contrib/openzfs/module/icp/ |
H A D | illumos-crypto.c | 48 * 1) Moving the syntax to the C90: This was mostly a matter of 59 * 3) Moving to a statically compiled architecture: At some point in
|