Searched defs:execute (Results 1 - 25 of 30) sorted by relevance

12

/illumos-gate/usr/src/lib/efcode/engine/
H A Dinterp.c104 execute(fcode_env_t *env) function
113 CHECK_DEPTH(env, 1, "execute");
/illumos-gate/usr/src/tools/cscope-fast/
H A Dexec.c61 * execute forks and executes a program or shell script, waits for it to
67 execute(char *path, ...) function
84 /* execute the program or shell script */
93 (void) sprintf(msg, "\ncscope: cannot execute %s", path);
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfpopen.c42 /* execute command directly if possible; else use the shell */
44 static void execute(const char* argcmd) function
46 static void execute(argcmd)
138 char* command; /* command to execute */
281 execute(command);
/illumos-gate/usr/src/lib/libproc/common/
H A DPsyscall.c212 * The agent itself is destroyed by forcing it to execute
235 execute(struct ps_prochandle *P, int sysindex) function
425 dprintf("Psyscall(): execute(sysindex = %d)\n", sysindex);
430 if (execute(P, sysindex) != 0 ||
/illumos-gate/usr/src/cmd/csh/
H A Dsh.sem.c53 execute(t, wanttty, pipein, pipeout) function
63 tprintf("TRACE- execute()\n");
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);
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon_y.y61 %type <opt> direction dstip dstport every execute group interface
118 execute { $$ = $1; }
211 execute: label
253 { "execute", IPM_EXECUTE },
589 * It matched so now execute the command
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DPoold.java792 * configuration. It will continue to execute until
797 private void execute() throws Exception method in class:Poold
884 * when execute() terminates.
901 execute();
/illumos-gate/usr/src/cmd/refer/
H A Dglue5.c56 static void execute(void);
109 fprintf(stderr, "before execute instr %.20s\n", instr? instr: "");
115 execute();
124 execute(void) function
140 fprintf(stderr, "in execute ccount %d inct %d\n", ccount, inct);
/illumos-gate/usr/src/cmd/sh/
H A Dxec.c52 execute(argt, xflags, errorflg, pf1, pf2) 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(lstpt
[all...]
/illumos-gate/usr/src/ucbcmd/sed/
H A Dsed1.c105 execute(char *file) function
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb.cc318 * Log the given action and execute it.
394 db::execute(db_action action, db_query *query, function in class:db
405 READLOCK(this, empty_result(DB_LOCK_ERROR), "r db::execute");
408 "ru db::execute");
412 WRITELOCK(this, empty_result(DB_LOCK_ERROR), "w db::execute");
416 "wu db::execute");
427 WARNING("db::execute: unknown request");
/illumos-gate/usr/src/lib/libcmd/common/
H A Dgrep.c346 execute(State_s *state, Sfio_t* input, char* name) function
809 execute(&state, sfstdin, h);
821 execute(&state, f, s);
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_re.c170 if (a1 >= addr1 && a1 <= addr2 && execute(0, a1) == k)
513 if (execute(f, a) == 0)
1070 execute(int gf, line *addr) function
/illumos-gate/usr/src/cmd/mailx/
H A Dlex.c437 if (execute(linebuf, 0))
451 execute(char linebuf[], int contxt) function
505 * See if we should execute the command -- if a conditional
506 * we always execute it, otherwise, check the state of cond.
539 gettext("May not execute \"%s\" while sending\n"),
549 gettext("May not execute \"%s\" while sourcing\n"),
559 "May not execute \"%s\" -- message file is read only\n"),
/illumos-gate/usr/src/cmd/fgrep/
H A Dfgrep.c136 void execute(char *);
284 execute((char *)NULL);
287 execute(*argv);
299 execute(char *file) function
/illumos-gate/usr/src/cmd/grep/
H A Dgrep.c114 static void execute(const char *, int);
224 execute(NULL, 0);
269 execute(path, 0);
292 execute(name, ftw->base);
297 execute(const char *file, int base) function
/illumos-gate/usr/src/cmd/devfsadm/
H A Dport_link.c157 static int execute(const char *s);
873 sac_exitval = execute(cmdline);
897 sac_exitval = execute(cmdline);
925 sac_exitval = execute(cmdline);
943 if (sac_exitval = execute(cmdline)) {
968 sac_exitval = execute(cmdline);
976 if (sac_exitval = execute(cmdline)) {
1019 execute(const char *s) function
1027 * fork a single threaded child proc to execute the
1030 devfsadm_print(PORT_MID, "%s: execute
[all...]
/illumos-gate/usr/src/cmd/fs.d/
H A Dfsck.c349 status = execute(vget.vfs_fsckdev,
362 * execute serially here...
367 status = execute(vget.vfs_fsckdev,
397 status = execute(vget.vfs_fsckdev,
545 status = execute(argv[optind],
554 status = execute(argv[optind], fstype,
562 status = execute(argv[optind], fstype,
637 exitstat = execute(dp->name, MNTTYPE_UFS, Vflg, NULL);
771 execute(char *fsckdev, char *fstype, int Vflg, FILE *fd) function
858 gettext("%s: cannot execute
[all...]
/illumos-gate/usr/src/cmd/tip/
H A Dcmds.c41 void execute(char *);
232 execute(buf);
498 execute(buf);
555 execute(buf);
688 execute(char *s) function
/illumos-gate/usr/src/cmd/oawk/
H A Drun.c52 extern CELL *execute(), *nodetoobj(), *fieldel(), *dopa2(), *gettemp();
84 execute(a);
93 execute(NODE *u) function
130 x = execute(a[0]);
138 x = execute(a[1]);
146 x = execute(a[2]);
176 x = execute(a[1]);
214 x = execute(a[0]);
236 x = execute(a[0]);
242 y = execute(
[all...]
/illumos-gate/usr/src/cmd/awk/
H A Drun.c31 #define execute(p) r_execute(p) macro
83 (void) execute(a);
122 tempfree(x, "execute");
135 x = execute(a[0]);
147 x = execute(a[1]);
156 x = execute(a[2]);
170 Cell **args; /* pointer to array of arguments after execute */
191 fcn = execute(a[0]); /* the function itself */
219 y = execute(x);
254 y = execute((Nod
[all...]
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dproto.h49 FNPROTO(execute); variable
/illumos-gate/usr/src/cmd/more/
H A Dmore.c200 static void execute(char *filename, char *cmd, ...);
1175 execute (filename, VI, "vi", cmdbuf, fnames[fnum], 0);
1308 execute (filename, shell, shell, "-c", shell_line, 0);
1402 execute (char *filename, char *cmd, ...) function
1428 error (gettext("Too many arguments in execute()\n"));
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c557 execute(NODE *wp) function
/illumos-gate/usr/src/cmd/bnu/
H A Duustat.c94 static short execute; variable
153 execute=avgqueue=avgxfer=Calctime=Window=0;
230 execute = 1;

Completed in 106 milliseconds

12