Searched refs:execute (Results 1 - 25 of 77) sorted by relevance

1234

/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/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/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 \
/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/tools/cscope-fast/
H A Dedit.c120 (void) execute(editor, editor, plusnum, file, "/dev/null",
123 (void) execute(editor, editor, plusnum, file, (char *)NULL);
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/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/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/lib/efcode/engine/
H A Dalarm.c56 execute(env);
H A Dinstance.c116 execute(env);
H A Dinterp.c104 execute(fcode_env_t *env) function
113 CHECK_DEPTH(env, 1, "execute");
/illumos-gate/usr/src/ucbcmd/sed/
H A Dsed.h157 void execute(char *);
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/nontrivial/
H A Dzfs_acl_chmod_001_neg.ksh60 log_mustnot usr_exec chmod A+ asd owner@:execute:deny $node
H A Dzfs_acl_chmod_rwx_002_pos.ksh36 # chmod A{+|-|=} read_data|write_data|execute for owner@ group@ or
43 # 4. Separately chmod +|-|= read_data|write_data|execute
49 log_assert "chmod A{+|-|=} read_data|write_data|execute for owner@, group@ " \
55 set -A a_access read_data write_data execute
103 # $2 ACE access which is read_data, write_data or execute
203 log_must chmod A0+user:$ZFS_ACL_OTHER1:execute:deny \
243 log_pass "chmod A{+|-|=} read_data|write_data|execute for owner@, group@ " \
H A Dzfs_acl_chmod_rwx_004_pos.ksh55 if [[ $rflag == "allow" && $access == execute ]]; then
58 # When everyone@ were deny, this file can't execute.
59 # So,'cannot execute' means user has the permission to
60 # execute, just the file can't be execute.
62 if [[ $ZFS_ACL_ERR_STR == *"cannot execute"* ]]; then
115 set -A a_access "read_data" "write_data" "execute"
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_c.x91 %/* Log the given action and execute it.
149 % db_result* execute( db_action, db_query *, entry_object *,
H A Dnis_db.cc358 res = dbase->execute(DB_FIRST, query, NULL, NULL);
379 return (dbase->execute(DB_NEXT, NULL, NULL, next_desc));
398 return (dbase->execute(DB_RESET_NEXT,
429 res = dbase->execute(DB_LOOKUP, query,
433 res = dbase->execute(DB_ALL, NULL, NULL, NULL);
567 res = dbase->execute(DB_LOOKUP, query, 0, 0);
1598 res = dbase->execute(DB_ADD_NOLOG, NULL,
1610 res = dbase->execute(DB_ADD_NOSYNC,
1613 res = dbase->execute(DB_ADD, query,
1668 res = dbase->execute(DB_REMOVE_NOSYN
[all...]
/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/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/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/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/fgrep/
H A Dfgrep.c136 void execute(char *);
284 execute((char *)NULL);
287 execute(*argv);
299 execute(char *file) function
/illumos-gate/usr/src/uts/i86pc/ml/
H A Damd64.il174 / execute the bsrw instruction
/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

Completed in 118 milliseconds

1234