Home
last modified time | relevance | path

Searched refs:execute (Results 1 – 25 of 213) sorted by relevance

123456789

/onnv-gate/usr/src/cmd/oawk/
H A Drun.c52 extern CELL *execute(), *nodetoobj(), *fieldel(), *dopa2(), *gettemp();
84 execute(a); in run()
93 execute(NODE *u) in execute() function
130 x = execute(a[0]); in program()
138 x = execute(a[1]); in program()
146 x = execute(a[2]); in program()
176 x = execute(a[1]); in array()
214 x = execute(a[0]); in matchop()
236 x = execute(a[0]); in boolop()
242 y = execute(a[1]); in boolop()
[all …]
/onnv-gate/usr/src/cmd/awk/
H A Drun.c31 #define execute(p) r_execute(p) macro
83 (void) execute(a); in run()
135 x = execute(a[0]); in program()
147 x = execute(a[1]); in program()
156 x = execute(a[2]); in program()
191 fcn = execute(a[0]); /* the function itself */ in call()
219 y = execute(x); in call()
254 y = execute((Node *)(fcn->sval)); /* execute body */ in call()
327 y = execute(a[0]); in jump()
335 y = execute(a[0]); in jump()
[all …]
/onnv-gate/usr/src/cmd/sh/
H A Dxec.c52 execute(argt, xflags, errorflg, pf1, pf2) in execute() function
203 execute(f->fndval, xflags,
357 execute(forkptr(t)->forktre, xflags | XEC_EXECED, errorflg);
373 execute(parptr(t)->partre, xflags, errorflg);
381 if (execute(lstptr(t)->lstlef, xflags & XEC_NOSTOP, errorflg, pf1, pv) == 0)
382 execute(lstptr(t)->lstrit, xflags, errorflg, pv, pf2);
389 execute(lstptr(t)->lstlef, xflags&XEC_NOSTOP, errorflg);
391 execute(lstptr(t)->lstrit, xflags, (errorflg | (eflag & errflg)));
398 xval = execute(lstptr(t)->lstlef, XEC_NOSTOP, 0);
400 execute(lstptr(t)->lstrit, xflags|XEC_NOSTOP, errorflg);
[all …]
/onnv-gate/usr/src/cmd/hal/addons/network-devices/
H A Dsvc-network-discovery46 execute() {
62 execute /usr/bin/dbus-send --system --print-reply \
71 execute /usr/bin/dbus-send --system --print-reply \
84 execute /usr/bin/dbus-send --system --print-reply \
/onnv-gate/usr/src/lib/efcode/fcode_test/
H A Dfind.fth27 : etest ['] 1 dup dup execute swap execute + swap execute + ;
33 " $find.1" 0 1 " drop" $find if execute then 0= .passed?
/onnv-gate/usr/src/cmd/csh/
H A Dsh.sem.c53 execute(t, wanttty, pipein, pipeout) in execute() function
321 execute(t->t_dspr, wanttty);
327 execute(t->t_dcar, wanttty, pipein, pv);
332 execute(t->t_dcdr, wanttty, pv, pipeout);
338 execute(t->t_dcar, wanttty);
348 execute(t->t_dcdr, wanttty);
356 execute(t->t_dcar, wanttty);
362 execute(t->t_dcdr, wanttty);
/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/dhcpbatch/
H A DDhcpCommand.java112 public int execute() { in execute() method in DhcpCommand
128 returnCode = pntadm.execute(); in execute()
135 returnCode = dhtadm.execute(); in execute()
H A DDhcpBatch.java114 public int execute() { in execute() method in DhcpBatch
180 command.execute(); in execute()
258 dhcpbatch.execute(); in main()
/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/dhcpconfig/
H A DConfigureService.java81 public int execute() throws IllegalArgumentException { in execute() method in ConfigureService
116 return action.execute(); in execute()
130 public int execute(); in execute() method
154 public final int execute() { in execute() method in ConfigureService.ActionImpl
H A DServerParameter.java79 public int execute() throws IllegalArgumentException { in execute() method in ServerParameter
142 if (action.execute() != DhcpCfg.SUCCESS) { in execute()
189 public int execute(); in execute() method
295 public final int execute() { in execute() method in ServerParameter.ActionImpl
519 if (subAction.execute() == DhcpCfg.FAILURE) { in doExecute()
H A DDhcpCfg.java125 public int execute() { in execute() method in DhcpCfg
154 returnCode = function.execute(); in execute()
237 returnCode = dhcpconfig.execute(); in main()
/onnv-gate/usr/src/cmd/vi/port/
H A Dex_addr.c284 if (inputline && execute(0, dot)) {
289 if (!execute(1))
301 if (!execute(1))
329 if (execute(0, addr)) {
/onnv-gate/usr/src/lib/libast/common/features/
H A Dsfio7 tst tmp_rmfail note{ open files cannot be removed }end execute{
64 more void_int note{ voidptr is larger than int }end execute{
72 more long_int note{ long is larger than int }end execute{
80 tst vax_asm note{ register layout ok for vax string operations }end execute{
118 tst xopen_stdio note{ Stdio fseek/fflush are X/Open-compliant }end execute{
H A Dlib7 hdr wchar note{ <wchar.h> and isw*() really work }end execute{
74 tst lib_poll_fd_1 note{ fd is first arg to poll() }end execute{
94 tst lib_poll_fd_2 note{ fd is second arg to poll() }end execute{
117 tst lib_poll_notimer note{ poll with no fds ignores timeout }end execute{
155 tst pipe_rw note{ full duplex pipes }end execute{
184 tst lib_vfork unistd.h stdlib.h vfork.h note{ vfork exists and it works }end execute{
212 tst real_vfork note{ vfork child shares data with parent }end execute{
296 tst lib_spawn_mode unistd.h stdlib.h note{ first spawn arg is mode and it works }end execute{
322 tst stream_peek note{ ioctl(I_PEEK) works }end execute{
342 tst socket_peek note{ recv(MSG_PEEK) works }end execute{
[all …]
/onnv-gate/usr/src/lib/libcmd/common/features/
H A Dsymlink1 lib lchmod note{ lchmod implemented }end execute{
12 lib lchown note{ lchown implemented }end execute{
/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/pntadm/
H A DPntAdmBatch.java70 public int execute() in execute() method in PntAdmBatch
75 return (batch.execute()); in execute()
H A DPntAdm.java118 public int execute() { in execute() method in PntAdm
174 returnCode = function.execute(); in execute()
254 returnCode = pntadm.execute(); in main()
/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/dhtadm/
H A DDhtAdmBatch.java71 public int execute() in execute() method in DhtAdmBatch
76 return (batch.execute()); in execute()
H A DDhtAdm.java119 public int execute() { in execute() method in DhtAdm
159 returnCode = function.execute(); in execute()
251 returnCode = dhtadm.execute(); in main()
/onnv-gate/usr/src/cmd/grep/
H A Dgrep.c99 static void execute(char *);
189 execute(NULL); in main()
192 execute(*++argv); in main()
198 execute(char *file) in execute() function
/onnv-gate/usr/src/tools/cscope-fast/
H A Dedit.c120 (void) execute(editor, editor, plusnum, file, "/dev/null", in edit()
123 (void) execute(editor, editor, plusnum, file, (char *)NULL); in edit()
/onnv-gate/usr/src/lib/libshell/common/tests/
H A DREADME.tests16 -a execute test module one time as normal script code
22 -c execute test module as compiled shell script
23 -s execute test module as normal shell script
/onnv-gate/usr/src/cmd/devfsadm/
H A Dport_link.c158 static int execute(const char *s);
950 sac_exitval = execute(cmdline); in add_pm_entry()
974 sac_exitval = execute(cmdline); in remove_pm_entry()
1002 sac_exitval = execute(cmdline); in delete_port_monitor()
1020 if (sac_exitval = execute(cmdline)) { in delete_port_monitor()
1045 sac_exitval = execute(cmdline); in add_port_monitor()
1053 if (sac_exitval = execute(cmdline)) { in add_port_monitor()
1096 execute(const char *s) in execute() function
/onnv-gate/usr/src/cmd/fs.d/
H A Dfsck.c349 status = execute(vget.vfs_fsckdev, in main()
367 status = execute(vget.vfs_fsckdev, in main()
397 status = execute(vget.vfs_fsckdev, in main()
545 status = execute(argv[optind], in main()
554 status = execute(argv[optind], fstype, in main()
562 status = execute(argv[optind], fstype, in main()
637 exitstat = execute(dp->name, MNTTYPE_UFS, Vflg, NULL); in startdisk()
771 execute(char *fsckdev, char *fstype, int Vflg, FILE *fd) in execute() function
/onnv-gate/usr/src/cmd/ssh/doc/
H A DWARNING.RNG50 disproportionate time to execute.
55 long it took to execute, its exit status and whether and how much data
60 to execute, the actual timeout used can be adjusted with the
62 re-execute programs which have not been found, have had a non-zero

123456789