Home
last modified time | relevance | path

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

1234567

/illumos-gate/usr/src/cmd/oawk/
H A Drun.c84 execute(a); in run()
93 execute(NODE *u) in execute() function
130 x = execute(a[0]); in program()
176 x = execute(a[1]); in array()
214 x = execute(a[0]); in matchop()
236 x = execute(a[0]); in boolop()
277 x = execute(a[0]); in relop()
278 y = execute(a[1]); in relop()
520 x = execute(a); in format()
1106 y = execute(x); in print()
[all …]
/illumos-gate/usr/src/cmd/sh/
H A Dxec.c53 execute(argt, xflags, errorflg, pf1, pf2) in execute() function
203 execute(f->fndval, xflags,
373 execute(parptr(t)->partre, xflags, errorflg);
398 xval = execute(lstptr(t)->lstlef, XEC_NOSTOP, 0);
427 execute(forptr(t)->fortre, XEC_NOSTOP, errorflg);
446 while (execbrk == 0 && (execute(whptr(t)->whtre,
450 i = execute(whptr(t)->dotre, XEC_NOSTOP, errorflg);
463 if (execute(ifptr(t)->iftre, XEC_NOSTOP, 0) == 0)
464 execute(ifptr(t)->thtre, xflags|XEC_NOSTOP, errorflg);
466 execute(ifptr(t)->eltre, xflags|XEC_NOSTOP, errorflg);
[all …]
/illumos-gate/usr/src/cmd/awk/
H A Drun.c148 (void) execute(a); in run()
202 x = execute(a[0]); in program()
222 x = execute(a[2]); in program()
286 y = execute(x); in call()
711 x = execute(a[0]); in boolop()
745 x = execute(a[0]); in relop()
746 y = execute(a[1]); in relop()
813 x = execute(a[0]); in indirect()
1021 x = execute(a); in format()
1842 y = execute(x); in printstat()
[all …]
/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/
H A Dsmdb.py38 cur.execute("select distinct ptr from function_ptr where function = '%s';" %(func))
360 cur.execute("select * from caller_info where function = '%s' %s;" %(ptr, type_filter))
396 cur.execute("select parameter, value from parameter_name where function = '%s';" %(func))
407 … cur.execute("select count(distinct(call_id)) from caller_info where function = '%s';" %(ptr))
458 cur.execute("select * from return_states where function = '%s';" %(func))
471 cur.execute("select * from return_implies where function = '%s';" %(func))
483 cur.execute("select * from type_size where type like '(struct %s)->%s';" %(struct_type, member))
488 …cur.execute("select * from function_type_size where type like '(struct %s)->%s';" %(struct_type, m…
495 cur.execute("select * from data_info where data like '(struct %s)->%s';" %(struct_type, member))
509 cur.execute("select * from function_ptr where ptr like '%%->%s';" %(member))
[all …]
H A Dcopy_function_pointers.pl20 $select->execute();
39 $select->execute($src);
46 $insert->execute($file, $function, $ptrs{"$src"}{'ptr'});
H A Dremove_mixed_up_pointer_params.pl23 $select->execute();
34 $select_type->execute($file, $caller, $src_param);
46 $remove->execute($file, $caller, $function, $param);
H A Dinsert_manual_states.pl41 $sth->execute($file, $func, $ret);
44 $sth->execute($func, $ret);
53 $insert->execute($file, $func, 0, $return_id, $ret, $static, $type, $param, $key, $value);
H A Dmark_function_ptrs_searchable.pl22 $sth->execute();
35 $update->execute($fn_ptr);
/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/csh/
H A Dsh.sem.c51 execute(t, wanttty, pipein, pipeout) in execute() function
319 execute(t->t_dspr, wanttty);
325 execute(t->t_dcar, wanttty, pipein, pv);
330 execute(t->t_dcdr, wanttty, pv, pipeout);
336 execute(t->t_dcar, wanttty);
346 execute(t->t_dcdr, wanttty);
354 execute(t->t_dcar, wanttty);
360 execute(t->t_dcdr, wanttty);
/illumos-gate/usr/src/cmd/smbsrv/test-crypt/
H A D.gdbrc21 gdb.execute('file' + os.environ['ROOT'] + '/usr/lib/smbsrv/test-decrypt')
22 gdb.execute('set env ' + 'LD_LIBRARY_PATH ' + \
25 gdb.execute('set env ' + 'PATH_PKCS11_CONF ' + \
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dsfio17 tst tmp_rmfail note{ open files cannot be removed }end execute{
74 more void_int note{ voidptr is larger than int }end execute{
82 more long_int note{ long is larger than int }end execute{
90 tst vax_asm note{ register layout ok for vax string operations }end execute{
128 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{
75 tst lib_poll_fd_1 note{ fd is first arg to poll() }end execute{
95 tst lib_poll_fd_2 note{ fd is second arg to poll() }end execute{
118 tst lib_poll_notimer note{ poll with no fds ignores timeout }end execute{
171 tst pipe_rw note{ full duplex pipes }end execute{
228 tst real_vfork note{ vfork child shares data with parent }end execute{
384 tst stream_peek note{ ioctl(I_PEEK) works on pipe() }end execute{
404 tst socket_peek note{ recv(MSG_PEEK) works on socketpair() }end execute{
574 tst lib_utime_now note{ utime works with 0 time vector }end execute{
628 std strcoll note{ standard strcoll works }end execute{
[all …]
H A Dvmalloc19 tst mem_sbrk note{ brk()/sbrk() work as expected }end execute{
118 tst mal_alloca note{ alloca is based on malloc() }end execute{
140 tst stk_down note{ stack grows downward }end execute{
155 tst malloc_hook note{ gnu malloc hooks work }end execute{
/illumos-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)) {
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/features/
H A Dsymlink1 lib lchmod note{ lchmod implemented }end execute{
13 lib lchown note{ lchown implemented }end execute{
/illumos-gate/usr/src/test/test-runner/stf/contrib/include/
H A Dlogapi.shlib51 # $@ - command to execute
63 # $@ - command to execute
73 # $@ - command to execute
87 # $3-$@ - command to execute
149 # $@ - command to execute
160 # $2-$@ - command to execute
172 # $2-$@ - command to execute
240 # $@ command to execute
/illumos-gate/usr/src/tools/cscope-fast/
H A Dedit.c118 (void) execute(editor, editor, plusnum, file, "/dev/null", in edit()
121 (void) execute(editor, editor, plusnum, file, (char *)NULL); in edit()
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A DREADME.tests23 -c execute test module as compiled shell script only
24 -p execute test module as normal shell script in posix/C only
25 -u execute test module as normal shell script in c.UTF-8 only
/illumos-gate/usr/src/cmd/smbsrv/fksmbd/
H A D.gdbrc21 gdb.execute('file' + os.environ['ROOT'] + '/usr/lib/smbsrv/fksmbd')
22 gdb.execute('set env ' + 'LD_LIBRARY_PATH ' + \
/illumos-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
/illumos-gate/usr/src/cmd/devfsadm/
H A Dport_link.c157 static int execute(const char *s);
873 sac_exitval = execute(cmdline); in add_pm_entry()
897 sac_exitval = execute(cmdline); in remove_pm_entry()
925 sac_exitval = execute(cmdline); in delete_port_monitor()
943 if (sac_exitval = execute(cmdline)) { in delete_port_monitor()
968 sac_exitval = execute(cmdline); in add_port_monitor()
976 if (sac_exitval = execute(cmdline)) { in add_port_monitor()
1019 execute(const char *s) in execute() function
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_db.cc397 return (dbase->execute(DB_RESET_NEXT, in db_reset_next_entry()
428 res = dbase->execute(DB_LOOKUP, query, in __db_list_entries()
432 res = dbase->execute(DB_ALL, NULL, NULL, NULL); in __db_list_entries()
566 res = dbase->execute(DB_LOOKUP, query, 0, 0); in dbFindObject()
1597 res = dbase->execute(DB_ADD_NOLOG, NULL, in db_add_entry_x()
1609 res = dbase->execute(DB_ADD_NOSYNC, in db_add_entry_x()
1612 res = dbase->execute(DB_ADD, query, in db_add_entry_x()
1667 res = dbase->execute(DB_REMOVE_NOSYNC, in db_remove_entry_x()
1670 res = dbase->execute(DB_REMOVE, query, in db_remove_entry_x()
1675 res = dbase->execute(DB_REMOVE_NOSYNC, in db_remove_entry_x()
[all …]
/illumos-gate/usr/src/boot/forth/
H A Dbrand.4th51 \ If `brand' is defined, execute it
53 brandX @ brandY @ rot execute
69 brandX @ brandY @ rot execute
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/features/
H A Dpoll8 tst pipe_socketpair note{ use socketpair() for peekable pipe() }end execute{
69 tst socketpair_devfd note{ /dev/fd/N handles socketpair() }end execute{
97 tst socketpair_shutdown_mode note{ fchmod() after socketpair() shutdown() }end execute{

1234567