Home
last modified time | relevance | path

Searched refs:noexec (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/pjdfstest/tests/
H A Dmisc.sh242 noexec() function
244 if mount_options | grep -q noexec; then
270 noexec() function
361 if has_mount_option noexec; then
/freebsd/tests/sys/capsicum/
H A DMakefile43 .for p in mini-me mini-me.noexec mini-me.setuid
57 BINMODE.mini-me.noexec= ${NOBINMODE}
/freebsd/contrib/sqlite3/
H A DMakefile.in77 INSTALL.noexec = $(INSTALL) -m 0644
216 $(INSTALL.noexec) $(libsqlite3.LIB) "$(install-dir.lib)"
263 $(INSTALL.noexec) $(TOP)/sqlite3.h $(TOP)/sqlite3ext.h "$(install-dir.include)"
267 $(INSTALL.noexec) sqlite3.pc "$(install-dir.pkgconfig)"
271 $(INSTALL.noexec) $(TOP)/sqlite3.1 "$(install-dir.man1)"
/freebsd/contrib/netbsd-tests/lib/librumpclient/
H A Dt_exec.sh32 atf_test_case noexec cleanup
149 atf_add_test_case noexec
/freebsd/contrib/tcsh/
H A Dsh.sem.c125 t->t_dcom[0][0] && (blklen(t->t_dcom) == 1) && !noexec) { in execute()
219 if (noexec) in execute()
297 if (noexec) { in execute()
320 if (noexec) in execute()
337 if (t->t_dtyp == NODE_COMMAND && !bifunc && !noexec && intty && isoutatty) { in execute()
442 if (wanttty >= 0 && !nosigchld && !noexec) { in execute()
H A Dsh.func.c357 i = noexec ? 1 : expr(&v); in doif()
407 if (!noexec) in doelse()
420 if (!noexec) in dogoto()
466 if (!noexec) in doswitch()
479 if (!noexec) in dobreak()
533 if (v == 0 && !noexec) in doforeach()
553 if (!noexec) in doforeach()
572 if (noexec) in dowhile()
578 if (*v && !noexec) in dowhile()
627 if (!noexec) in doend()
[all …]
H A Dsh.dol.c94 if (noexec) in Dfix()
119 if (noexec) in Dfix1()
1063 if (quoted || noexec) { in heredoc()
H A Dsh.h566 EXTERN int noexec IZERO; /* Don't execute, just syntax check */
H A Dsh.c982 noexec = 1; in main()
/freebsd/contrib/sqlite3/tea/
H A DMakefile.in23 INSTALL.noexec = $(INSTALL) -m 0644
365 $(INSTALL.noexec) "@TEAISH_PKGINDEX_TCL@" "$(DESTDIR)$(TCLLIBDIR)"
368 $(INSTALL.noexec) "@TEAISH_PKGINIT_TCL@" "$(DESTDIR)$(TCLLIBDIR)"
374 $(INSTALL.noexec) "@TEAISH_TM_TCL@" "$(install-core.tmdir)/$(tx.tm.tgt)"
/freebsd/contrib/pjdfstest/tests/ftruncate/
H A D11.t11 noexec && quick_exit
/freebsd/contrib/pjdfstest/tests/truncate/
H A D11.t11 noexec && quick_exit
/freebsd/contrib/pjdfstest/tests/open/
H A D20.t11 noexec && quick_exit
/freebsd/tools/test/stress2/misc/
H A Drename18.sh14 mount_nullfs -o rw -o nocache -o noatime -o noexec -o nosuid $root/test_loop/b/file $root/test_loop…
/freebsd/crypto/krb5/src/lib/crypto/builtin/aes/
H A Diaesx64.s792 section .note.GNU-stack noalloc noexec nowrite progbits
795 section .note.GNU-stack noalloc noexec nowrite progbits
798 section .note.GNU-stack noalloc noexec nowrite progbits
H A Diaesx86.s835 section .note.GNU-stack noalloc noexec nowrite progbits
838 section .note.GNU-stack noalloc noexec nowrite progbits
841 section .note.GNU-stack noalloc noexec nowrite progbits
/freebsd/contrib/unbound/doc/
H A DChangelog8325 - Fix makefile for build from noexec source tree.