Home
last modified time | relevance | path

Searched full:execute (Results 1 – 25 of 1762) sorted by relevance

12345678910>>...71

/freebsd/sys/contrib/openzfs/tests/test-runner/include/
H A Dlogapi.shlib53 # Execute and print command with status where success equals non-zero result
55 # $@ - command to execute
64 # Execute a positive test and exit $STF_FAIL is test fails
66 # $@ - command to execute
73 # Execute a positive test (expecting no stderr) and exit $STF_FAIL
75 # $@ - command to execute
82 # Execute a positive test but retry the command on failure if the output
88 # $3-$@ - command to execute
141 # Execute a positive test and exit $STF_FAIL is test fails after being
144 # $@ - command to execute
[all …]
/freebsd/tests/sys/cddl/zfs/include/
H A Dlogapi.kshlib61 # Execute a positive test and exit $STF_FAIL is test fails
63 # $@ - command to execute
71 # Execute a command that must exit $1
73 # $@ - command to execute
83 # Execute a negative test and exit $STF_FAIL if test passes
85 # $@ - command to execute
93 # Execute a command that should only be logged if it fails.
95 # $@ - command to execute
104 # Execute and print command with status where success equals non-zero result
107 # $2-$@ - command to execute
[all …]
/freebsd/usr.bin/find/
H A Doperator.c87 if (node->execute == f_openparen) in yankexpr()
98 if (next->execute == f_closeparen) { in yankexpr()
102 node->execute = f_expr; in yankexpr()
139 if (expr->execute == f_closeparen) in paren_squish()
173 if (next->execute == f_expr) in not_squish()
181 if (next->execute == f_not) { in not_squish()
185 while (node != NULL && node->execute == f_not) { in not_squish()
191 if (node->execute == f_or) in not_squish()
197 if (node->execute == f_expr) in not_squish()
235 if (next->execute == f_expr) in or_squish()
[all …]
/freebsd/sys/contrib/openzfs/man/man1/
H A Dtest-runner.119 .Nd find, execute, and log the results of tests
175 Execute the pre script as
182 Execute the post script as
201 Execute the test or test group as
213 Execute no tests, but print a description of each test that would have been run.
235 Execute the failsafe script as
242 Execute tests or test groups as
249 Execute the pre script as
252 Execute the post script as
/freebsd/tests/sys/cddl/zfs/tests/acl/nontrivial/
H A Dzfs_acl_chmod_inherit_004_pos.ksh71 set -A aces "owner@:read_data/write_data/add_subdirectory/append_data/execute:dir_inherit/inherit_o…
72 "owner@:read_data/write_data/add_subdirectory/append_data/execute::allow" \
73 "group@:add_subdirectory/append_data/execute:dir_inherit/inherit_only:allow" \
74 "group@:add_subdirectory/append_data/execute::allow" \
75 "everyone@:add_subdirectory/append_data/execute:dir_inherit/inherit_only:allow" \
76 "everyone@:add_subdirectory/append_data/execute::allow" \
77 …"owner@:read_data/write_data/add_subdirectory/append_data/execute:file_inherit/inherit_only:allow"…
78 "group@:read_data/add_subdirectory/append_data/execute:file_inherit/inherit_only:allow" \
79 "everyone@:read_data/add_subdirectory/append_data/execute:file_inherit/inherit_only:allow"
H A Dzfs_acl_chmod_rwx_004_pos.ksh64 if [[ $rflag == "allow" && $access == execute ]]; then
67 # When everyone@ were deny, this file can't execute.
68 # So,'cannot execute' means user has the permission to
69 # execute, just the file can't be execute.
71 if [[ $ZFS_ACL_ERR_STR == *"cannot execute" ]]; then
83 set -A a_access "read_data" "write_data" "execute"
125 set -A a_access "read_data" "write_data" "execute"
H A Dzfs_acl_chmod_rwx_003_pos.ksh36 # Verify that the read_data/write_data/execute permission for
44 # read/write/execute file or directory succeed or fail.
63 # In order to test execute permission, read_data was need firstly.
64 set -A a_access "read_data" "write_data" "read_data/execute"
67 log_assert "Verify that the read_data/write_data/execute permission for" \
80 [[ $user == root && $acl_spec != *"execute"* ]]
146 log_pass "Verify that the read_data/write_data/execute permission for" \
H A Dzfs_acl_chmod_rwx_002_pos.ksh36 # chmod A{+|-|=} read_data|write_data|execute for owner@ group@ or everyone@
43 # 4. Separately chmod +|-|= read_data|write_data|execute
58 log_assert "chmod A{+|-|=} read_data|write_data|execute for owner@, group@ " \
64 set -A a_access read_data write_data execute
112 # $2 ACE access which is read_data, write_data or execute
213 log_must $CHMOD A0+user:$ZFS_ACL_OTHER1:execute:deny \
255 log_pass "chmod A{+|-|=} read_data|write_data|execute for owner@, group@ " \
/freebsd/contrib/one-true-awk/
H A Drun.c141 execute(a); in run()
145 Cell *execute(Node *u) /* execute a node of the parse tree */ in execute() function
182 Cell *program(Node **a, int n) /* execute an awk program */ in program()
189 x = execute(a[0]); in program()
198 x = execute(a[1]); in program()
207 x = execute(a[2]); in program()
219 Cell **args; /* pointer to array of arguments after execute */
239 fcn = execute(a[0]); /* the function itself */ in call()
259 y = execute(x); in call()
289 y = execute((Node *)(fcn->sval)); /* execute body */ in call()
[all …]
/freebsd/usr.sbin/acpi/acpidb/
H A Dacpidb.841 It can parse and execute various
69 Execute command from history buffer
71 Execute last command again
100 Spawn threads to execute method(s)
113 .It Ic Execute Ar Namepath Op Arguments
114 Execute control method
/freebsd/contrib/netbsd-tests/lib/libc/common/
H A Dexec_prot.h48 * Returns execute protection level.
52 /* execute protection level */
55 NO_XP, /* no execute protection */
56 PERPAGE_XP, /* per-page execute protection */
57 PARTIAL_XP /* partial execute protection. Depending on where the
/freebsd/contrib/kyua/utils/process/
H A Dsystem.cpp42 /// Indirection to execute the dup2(2) system call.
46 /// Indirection to execute the fork(2) system call.
50 /// Indirection to execute the open(2) system call.
54 /// Indirection to execute the pipe(2) system call.
58 /// Indirection to execute the waitpid(2) system call.
/freebsd/share/doc/psd/01.cacm/
H A Dp414 interprets them as requests to execute
147 execute all the commands simultaneously and to arrange
298 to execute the commands
320 .UL execute .
327 .UL execute
345 to execute the command.
360 .UL execute,
425 .UL execute )
450 .UL execute
503 to execute the formatting program and other utilities.
H A Dp3120 execute\|(\|file, arg\*s\d1\u\*n, arg\*s\d2\u\*n, .\|.\|. , arg\*s\dn\u\*n\|)\|
122 which requests the system to read in and execute the program
131 .UL execute
141 its execute-permission bit was not set, does a return
143 .UL execute
/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dhccontrol.c170 /* Execute commands */
204 goto execute; in do_hci_command()
208 goto execute; in do_hci_command()
212 goto execute; in do_hci_command()
216 goto execute; in do_hci_command()
220 goto execute; in do_hci_command()
224 goto execute; in do_hci_command()
232 execute: in do_hci_command()
246 fprintf(stdout, "Could not execute command \"%s\". %s\n", in do_hci_command()
/freebsd/stand/lua/
H A Dloader.lua.869 Execute the loader builtin command
72 This will first try to execute
75 If that fails, it will attempt to execute it as a cli command,
79 If that fails, it will attempt to execute it as a builtin command
111 Execute the loader builtin command
/freebsd/bin/chmod/
H A Dchmod.1175 For example, the absolute mode that permits read, write and execute by
176 the owner, read and execute by group members, read and execute by
212 The execute/search bits.
214 The execute/search bits if the file is a directory or any of the
215 execute/search bits are set in the original (unmodified) mode.
309 retain any execute permissions that are currently set.
/freebsd/lib/libc/gen/
H A Dexec.340 .Nd execute a file
175 whether the file exists and has suitable execute permissions.
190 according to whether at least one file with suitable execute permissions
197 these functions will execute the shell with the path of
231 when errors occur while attempting to execute the file is not quite historic
256 for files with unsuitable execute permissions.
/freebsd/stand/forth/
H A Dbrand.4th52 \ If `brand' is defined, execute it
54 brandX @ brandY @ rot execute
68 \ Execute `brand' if defined now
70 brandX @ brandY @ rot execute
H A Dbeastie.4th57 \ If `logo' is defined, execute it
59 logoX @ logoY @ rot execute
77 \ Execute `logo' if defined now
79 logoX @ logoY @ rot execute
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendAction.h51 /// Prepare to execute the action on the given CompilerInstance.
206 /// Prepare the action to execute on the given compiler instance.
229 /// be aborted and neither Execute() nor EndSourceFile() should be called.
233 llvm::Error Execute();
273 CmdlineBeforeMainAction, ///< Execute the action before the main action if
275 CmdlineAfterMainAction, ///< Execute the action after the main action if on
278 AddBeforeMainAction, ///< Execute the action before the main action
279 AddAfterMainAction ///< Execute the action after the main action
/freebsd/sys/dev/ppbus/
H A Dppb_msq.c133 * Execute any microsequence opcode - expensive
151 /* execute the microseq */ in ppb_MS_exec()
158 * Execute a microseq loop
167 MS_CALL(0), /* execute prolog */ in ppb_MS_loop()
171 MS_CALL(0), /* execute body */ in ppb_MS_loop()
174 MS_CALL(0), /* execute epilog */ in ppb_MS_loop()
184 /* execute the loop */ in ppb_MS_loop()
/freebsd/share/examples/ipfilter/rules/
H A Dipmon.conf6 do { execute("/usr/bin/mail -s 'logtag 10000' root"); };
9 do { execute("echo 'XXXXXXXX tag 2000 packet XXXXXXXX'"); };
18 do { execute("/usr/bin/mail -s 'from 10.1 to 192.168.1' root"); };
/freebsd/contrib/atf/doc/
H A Datf-test-program.147 In the first synopsis form, the test program will execute the provided
60 To execute test cases in a controller manner, you need a runtime engine
64 You should only execute test cases by hand for debugging purposes.
71 to know how to execute the test cases of a given test program.
/freebsd/lib/libthr/thread/
H A Dthr_clean.c71 __thr_cleanup_pop_imp(int execute) in __thr_cleanup_pop_imp() argument
78 if (execute) in __thr_cleanup_pop_imp()
104 _thr_cleanup_pop(int execute) in _thr_cleanup_pop() argument
106 __pthread_cleanup_pop_imp(execute); in _thr_cleanup_pop()

12345678910>>...71