Searched refs:helper (Results 1 - 25 of 87) sorted by path

1234

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/ustack/
H A Dannotated_helper.d29 dtrace:helper:ustack:
H A Dhelper_helper.d29 dtrace:helper:ustack:
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/ustack/
H A Dannotated_helper.d29 dtrace:helper:ustack:
H A Dhelper_helper.d29 dtrace:helper:ustack:
/freebsd-11-stable/contrib/apr/
H A Dapr-config.in68 --installbuilddir print APR build helper directory
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dtest_helpers.cpp89 const char* helper = "detail/process_helpers"; local
93 ".." / ".." / "atf-c" / helper;
96 ".." / "atf-c" / helper;
98 return atf::fs::path(atf_c_tests_base) / helper;
/freebsd-11-stable/contrib/atf/atf-sh/
H A Dintegration_test.sh138 atf_test_case helper
143 atf_add_test_case helper
147 "${ATF_SH}" -s ./custom-shell tp helper
/freebsd-11-stable/contrib/blacklist/libexec/
H A DMakefile3 SCRIPTS= blacklistd-helper
/freebsd-11-stable/contrib/netbsd-tests/bin/sh/
H A Dt_evaltested.sh38 cat > helper.sh << EOF
48 output="$($TEST_SH helper.sh)"
H A Dt_exit.sh89 echo '( trap "echo exiting" 0 )' >helper.sh
90 atf_check -s exit:0 -o match:exiting -e empty ${TEST_SH} helper.sh
92 # atf_check -s exit:0 -o match:exiting -e empty /bin/ksh helper.sh
101 echo '( trap "echo exiting" 0; exit; echo NO_NO_NO )' >helper.sh
103 ${TEST_SH} helper.sh
105 # atf_check -s exit:0 -o match:exiting -e empty /bin/ksh helper.sh
H A Dt_expand.sh342 echo 'echo 0="$0" 1="$1" 2="$2"' > helper.sh
343 check "${TEST_SH} helper.sh a b c" '0=helper.sh 1=a 2=b' 0
H A Dt_redir.sh338 cat <<- 'DONE' > helper.sh
370 ${TEST_SH} helper.sh 1 2 3 4 5 6 7 8 9
379 ${TEST_SH} helper.sh 10 15 19 20 25 29
387 ${TEST_SH} helper.sh 32 33 49 50 51 63 64 65 77 88 99
395 ${TEST_SH} helper.sh 100 101 199 200 222 333 444 499
403 ${TEST_SH} helper.sh 1000 1001 1002 1003 1004 1005
418 cat <<- 'DONE' > helper.sh
450 ${TEST_SH} helper.sh 3 4 5 6 7 8 9
456 ${TEST_SH} helper.sh 10 11 13 15 16 19 20 28 29
461 ${TEST_SH} helper
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/posix_spawn/
H A Dt_fileactions.c305 char helper[FILENAME_MAX]; local
325 snprintf(helper, sizeof helper, "%s/h_fileactions",
327 err = posix_spawn(&pid, helper, &fa, NULL, args, NULL);
H A Dt_spawnattr.c115 char helper[FILENAME_MAX]; local
142 sprintf(helper, "%s/h_spawnattr",
144 err = posix_spawn(&pid, helper, NULL, &attr, args, NULL);
/freebsd-11-stable/crypto/openssh/
H A DMakefile.in28 SSH_PKCS11_HELPER=$(libexecdir)/ssh-pkcs11-helper
65 TARGETS=ssh$(EXEEXT) sshd$(EXEEXT) ssh-add$(EXEEXT) ssh-keygen$(EXEEXT) ssh-keyscan${EXEEXT} ssh-keysign${EXEEXT} ssh-pkcs11-helper$(EXEEXT) ssh-agent$(EXEEXT) scp$(EXEEXT) sftp-server$(EXEEXT) sftp$(EXEEXT)
115 MANPAGES = moduli.5.out scp.1.out ssh-add.1.out ssh-agent.1.out ssh-keygen.1.out ssh-keyscan.1.out ssh.1.out sshd.8.out sftp-server.8.out sftp.1.out ssh-keysign.8.out ssh-pkcs11-helper.8.out sshd_config.5.out ssh_config.5.out
116 MANPAGES_IN = moduli.5 scp.1 ssh-add.1 ssh-agent.1 ssh-keygen.1 ssh-keyscan.1 ssh.1 sshd.8 sftp-server.8 sftp.1 ssh-keysign.8 ssh-pkcs11-helper.8 sshd_config.5 ssh_config.5
184 ssh-pkcs11-helper$(EXEEXT): $(LIBCOMPAT) libssh.a ssh-pkcs11-helper.o ssh-pkcs11.o
185 $(LD) -o $@ ssh-pkcs11-helper.o ssh-pkcs11.o $(LDFLAGS) -lssh -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS)
328 $(INSTALL) -m 0755 $(STRIP_OPT) ssh-pkcs11-helper$(EXEEXT) $(DESTDIR)$(SSH_PKCS11_HELPER)$(EXEEXT)
344 $(INSTALL) -m 644 ssh-pkcs11-helper.8.out $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-pkcs11-helper
[all...]
/freebsd-11-stable/crypto/openssh/contrib/cygwin/
H A Dssh-host-config23 CSIH_SCRIPT=/usr/share/csih/cygwin-service-installation-helper.sh
26 # Don't use *any* transient commands before sourcing the csih helper script,
H A Dssh-user-config26 CSIH_SCRIPT=/usr/share/csih/cygwin-service-installation-helper.sh
/freebsd-11-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec346 %attr(0755,root,root) %{_libexecdir}/openssh/ssh-pkcs11-helper
348 %attr(0644,root,root) %{_mandir}/man8/ssh-pkcs11-helper.8*
/freebsd-11-stable/crypto/openssh/contrib/suse/
H A Dopenssh.spec213 %attr(0755,root,root) %{_libdir}/ssh/ssh-pkcs11-helper
226 %attr(0644,root,root) %doc %{_mandir}/man8/ssh-pkcs11-helper.8*
/freebsd-11-stable/libexec/blacklistd-helper/
H A DMakefile5 SCRIPTS= ${BLACKLIST_DIR}/libexec/blacklistd-helper
/freebsd-11-stable/libexec/ulog-helper/
H A DMakefile3 PROG= ulog-helper
/freebsd-11-stable/secure/libexec/
H A DMakefile7 SUBDIR+=sftp-server ssh-keysign ssh-pkcs11-helper
/freebsd-11-stable/secure/libexec/ssh-pkcs11-helper/
H A DMakefile5 PROG= ssh-pkcs11-helper
6 SRCS= ssh-pkcs11.c ssh-pkcs11-helper.c
7 MAN= ssh-pkcs11-helper.8
/freebsd-11-stable/share/examples/kld/khelp/
H A Dh_example.c32 * This example Khelp module uses the helper hook points available in the TCP
55 * Function prototype for our helper hook (man 9 hhook) compatible hook
70 * Fill in the required bits of our module's struct helper (defined in
73 * - Our helper will be storing persistent state for each TCP connection, so we
77 * - Our helper is related to the TCP subsystem, so tell the Khelp framework
79 * connection is created, the Khelp framework takes care of associating helper
82 struct helper example_helper = {
88 * Set which helper hook points our module wants to hook by creating an array of
111 * Very simple helper hook function. Here's a quick run through the arguments:
/freebsd-11-stable/share/mk/
H A Dbsd.test.mk31 # SUBDIR for directories that may contain helper binaries and/or data files.

Completed in 406 milliseconds

1234