Home
last modified time | relevance | path

Searched refs:execlp (Results 1 – 25 of 2520) sorted by relevance

12345678910>>...101

/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-execlp.sh22 rm -rf test-execlp-subdir
23 mkdir test-execlp-subdir
25 (cd test-execlp-subdir && PATH="..:$PATH" ${CHECKER} ../test-execlp-main${EXEEXT}) > test-execlp.tmp
27 test $result = 49 || { rm -rf test-execlp-subdir; exit 1; }
28 LC_ALL=C tr -d '\r' < test-execlp.tmp > test-execlp.out || { rm -rf test-execlp-subdir; exit 1; }
30 cat > test-execlp.ok <<\EOF
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/test/profile/Posix/
H A Dinstrprof-gcov-execlp.test4 RUN: %clang --coverage -o %t %S/../Inputs/instrprof-gcov-execlp.c
5 RUN: test -f instrprof-gcov-execlp.gcno
7 RUN: rm -f instrprof-gcov-execlp.gcda
9 RUN: llvm-cov gcov -b -c instrprof-gcov-execlp.gcda
10 …nes --strict-whitespace --input-file instrprof-gcov-execlp.c.gcov %S/../Inputs/instrprof-gcov-exec…
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/test/profile/Posix/
H A Dinstrprof-gcov-execlp.test4 RUN: %clang --coverage -o %t %S/../Inputs/instrprof-gcov-execlp.c
5 RUN: test -f instrprof-gcov-execlp.gcno
7 RUN: rm -f instrprof-gcov-execlp.gcda
9 RUN: llvm-cov gcov -b -c instrprof-gcov-execlp.gcda
10 …nes --strict-whitespace --input-file instrprof-gcov-execlp.c.gcov %S/../Inputs/instrprof-gcov-exec…
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/modules/
H A Dexeclp2 execlp() function: Execute a program, replacing the current process.
5 lib/execlp.c
6 m4/execlp.m4
16 AC_LIBOBJ([execlp])
18 gl_UNISTD_MODULE_INDICATOR([execlp])
H A Dexeclp-tests2 tests/test-execlp.sh
3 tests/test-execlp-main.c
10 TESTS += test-execlp.sh
11 check_PROGRAMS += test-execlp-main test-exec-child
/dports/net/py-avahi/avahi-0.8/avahi-ui/
H A Dbssh.c194 execlp("xvncviewer", "xvncviewer", p, NULL); in main()
195 execlp("vncviewer", "vncviewer", p, NULL); in main()
221 execlp("ssh", "ssh", "-p", p, "-l", u, h, NULL); in main()
223execlp("x-terminal-emulator", "x-terminal-emulator", "-T", n, "-e", "ssh", "-p", p, "-l", u, h, NU… in main()
224execlp("gnome-terminal", "gnome-terminal", "-t", n, "-x", "ssh", "-p", p, "-l", u, h, NULL); in main()
225 execlp("xterm", "xterm", "-T", n, "-e", "ssh", "-p", p, "-l", u, h, NULL); in main()
231 execlp("ssh", "ssh", "-p", p, h, NULL); in main()
233execlp("x-terminal-emulator", "x-terminal-emulator", "-T", n, "-e", "ssh", "-p", p, h, NULL); in main()
234execlp("gnome-terminal", "gnome-terminal", "-t", n, "-x", "ssh", "-p", p, h, NULL); in main()
235 execlp("xterm", "xterm", "-T", n, "-e", "ssh", "-p", p, h, NULL); in main()
/dports/net/avahi-qt5/avahi-0.8/avahi-ui/
H A Dbssh.c194 execlp("xvncviewer", "xvncviewer", p, NULL); in main()
195 execlp("vncviewer", "vncviewer", p, NULL); in main()
221 execlp("ssh", "ssh", "-p", p, "-l", u, h, NULL); in main()
223execlp("x-terminal-emulator", "x-terminal-emulator", "-T", n, "-e", "ssh", "-p", p, "-l", u, h, NU… in main()
224execlp("gnome-terminal", "gnome-terminal", "-t", n, "-x", "ssh", "-p", p, "-l", u, h, NULL); in main()
225 execlp("xterm", "xterm", "-T", n, "-e", "ssh", "-p", p, "-l", u, h, NULL); in main()
231 execlp("ssh", "ssh", "-p", p, h, NULL); in main()
233execlp("x-terminal-emulator", "x-terminal-emulator", "-T", n, "-e", "ssh", "-p", p, h, NULL); in main()
234execlp("gnome-terminal", "gnome-terminal", "-t", n, "-x", "ssh", "-p", p, h, NULL); in main()
235 execlp("xterm", "xterm", "-T", n, "-e", "ssh", "-p", p, h, NULL); in main()
/dports/net/avahi-gtk/avahi-0.8/avahi-ui/
H A Dbssh.c194 execlp("xvncviewer", "xvncviewer", p, NULL); in main()
195 execlp("vncviewer", "vncviewer", p, NULL); in main()
221 execlp("ssh", "ssh", "-p", p, "-l", u, h, NULL); in main()
223execlp("x-terminal-emulator", "x-terminal-emulator", "-T", n, "-e", "ssh", "-p", p, "-l", u, h, NU… in main()
224execlp("gnome-terminal", "gnome-terminal", "-t", n, "-x", "ssh", "-p", p, "-l", u, h, NULL); in main()
225 execlp("xterm", "xterm", "-T", n, "-e", "ssh", "-p", p, "-l", u, h, NULL); in main()
231 execlp("ssh", "ssh", "-p", p, h, NULL); in main()
233execlp("x-terminal-emulator", "x-terminal-emulator", "-T", n, "-e", "ssh", "-p", p, h, NULL); in main()
234execlp("gnome-terminal", "gnome-terminal", "-t", n, "-x", "ssh", "-p", p, h, NULL); in main()
235 execlp("xterm", "xterm", "-T", n, "-e", "ssh", "-p", p, h, NULL); in main()
/dports/net/avahi-libdns/avahi-0.8/avahi-ui/
H A Dbssh.c194 execlp("xvncviewer", "xvncviewer", p, NULL); in main()
195 execlp("vncviewer", "vncviewer", p, NULL); in main()
221 execlp("ssh", "ssh", "-p", p, "-l", u, h, NULL); in main()
223execlp("x-terminal-emulator", "x-terminal-emulator", "-T", n, "-e", "ssh", "-p", p, "-l", u, h, NU… in main()
224execlp("gnome-terminal", "gnome-terminal", "-t", n, "-x", "ssh", "-p", p, "-l", u, h, NULL); in main()
225 execlp("xterm", "xterm", "-T", n, "-e", "ssh", "-p", p, "-l", u, h, NULL); in main()
231 execlp("ssh", "ssh", "-p", p, h, NULL); in main()
233execlp("x-terminal-emulator", "x-terminal-emulator", "-T", n, "-e", "ssh", "-p", p, h, NULL); in main()
234execlp("gnome-terminal", "gnome-terminal", "-t", n, "-x", "ssh", "-p", p, h, NULL); in main()
235 execlp("xterm", "xterm", "-T", n, "-e", "ssh", "-p", p, h, NULL); in main()
/dports/net/avahi-header/avahi-0.8/avahi-ui/
H A Dbssh.c194 execlp("xvncviewer", "xvncviewer", p, NULL); in main()
195 execlp("vncviewer", "vncviewer", p, NULL); in main()
221 execlp("ssh", "ssh", "-p", p, "-l", u, h, NULL); in main()
223execlp("x-terminal-emulator", "x-terminal-emulator", "-T", n, "-e", "ssh", "-p", p, "-l", u, h, NU… in main()
224execlp("gnome-terminal", "gnome-terminal", "-t", n, "-x", "ssh", "-p", p, "-l", u, h, NULL); in main()
225 execlp("xterm", "xterm", "-T", n, "-e", "ssh", "-p", p, "-l", u, h, NULL); in main()
231 execlp("ssh", "ssh", "-p", p, h, NULL); in main()
233execlp("x-terminal-emulator", "x-terminal-emulator", "-T", n, "-e", "ssh", "-p", p, h, NULL); in main()
234execlp("gnome-terminal", "gnome-terminal", "-t", n, "-x", "ssh", "-p", p, h, NULL); in main()
235 execlp("xterm", "xterm", "-T", n, "-e", "ssh", "-p", p, h, NULL); in main()
/dports/net/avahi-sharp/avahi-0.8/avahi-ui/
H A Dbssh.c194 execlp("xvncviewer", "xvncviewer", p, NULL); in main()
195 execlp("vncviewer", "vncviewer", p, NULL); in main()
221 execlp("ssh", "ssh", "-p", p, "-l", u, h, NULL); in main()
223execlp("x-terminal-emulator", "x-terminal-emulator", "-T", n, "-e", "ssh", "-p", p, "-l", u, h, NU… in main()
224execlp("gnome-terminal", "gnome-terminal", "-t", n, "-x", "ssh", "-p", p, "-l", u, h, NULL); in main()
225 execlp("xterm", "xterm", "-T", n, "-e", "ssh", "-p", p, "-l", u, h, NULL); in main()
231 execlp("ssh", "ssh", "-p", p, h, NULL); in main()
233execlp("x-terminal-emulator", "x-terminal-emulator", "-T", n, "-e", "ssh", "-p", p, h, NULL); in main()
234execlp("gnome-terminal", "gnome-terminal", "-t", n, "-x", "ssh", "-p", p, h, NULL); in main()
235 execlp("xterm", "xterm", "-T", n, "-e", "ssh", "-p", p, h, NULL); in main()
/dports/net/avahi-autoipd/avahi-0.8/avahi-ui/
H A Dbssh.c194 execlp("xvncviewer", "xvncviewer", p, NULL); in main()
195 execlp("vncviewer", "vncviewer", p, NULL); in main()
221 execlp("ssh", "ssh", "-p", p, "-l", u, h, NULL); in main()
223execlp("x-terminal-emulator", "x-terminal-emulator", "-T", n, "-e", "ssh", "-p", p, "-l", u, h, NU… in main()
224execlp("gnome-terminal", "gnome-terminal", "-t", n, "-x", "ssh", "-p", p, "-l", u, h, NULL); in main()
225 execlp("xterm", "xterm", "-T", n, "-e", "ssh", "-p", p, "-l", u, h, NULL); in main()
231 execlp("ssh", "ssh", "-p", p, h, NULL); in main()
233execlp("x-terminal-emulator", "x-terminal-emulator", "-T", n, "-e", "ssh", "-p", p, h, NULL); in main()
234execlp("gnome-terminal", "gnome-terminal", "-t", n, "-x", "ssh", "-p", p, h, NULL); in main()
235 execlp("xterm", "xterm", "-T", n, "-e", "ssh", "-p", p, h, NULL); in main()
/dports/net/avahi-app/avahi-0.8/avahi-ui/
H A Dbssh.c194 execlp("xvncviewer", "xvncviewer", p, NULL); in main()
195 execlp("vncviewer", "vncviewer", p, NULL); in main()
221 execlp("ssh", "ssh", "-p", p, "-l", u, h, NULL); in main()
223execlp("x-terminal-emulator", "x-terminal-emulator", "-T", n, "-e", "ssh", "-p", p, "-l", u, h, NU… in main()
224execlp("gnome-terminal", "gnome-terminal", "-t", n, "-x", "ssh", "-p", p, "-l", u, h, NULL); in main()
225 execlp("xterm", "xterm", "-T", n, "-e", "ssh", "-p", p, "-l", u, h, NULL); in main()
231 execlp("ssh", "ssh", "-p", p, h, NULL); in main()
233execlp("x-terminal-emulator", "x-terminal-emulator", "-T", n, "-e", "ssh", "-p", p, h, NULL); in main()
234execlp("gnome-terminal", "gnome-terminal", "-t", n, "-x", "ssh", "-p", p, h, NULL); in main()
235 execlp("xterm", "xterm", "-T", n, "-e", "ssh", "-p", p, h, NULL); in main()
/dports/net/avahi-gtk3/avahi-0.8/avahi-ui/
H A Dbssh.c194 execlp("xvncviewer", "xvncviewer", p, NULL); in main()
195 execlp("vncviewer", "vncviewer", p, NULL); in main()
221 execlp("ssh", "ssh", "-p", p, "-l", u, h, NULL); in main()
223execlp("x-terminal-emulator", "x-terminal-emulator", "-T", n, "-e", "ssh", "-p", p, "-l", u, h, NU… in main()
224execlp("gnome-terminal", "gnome-terminal", "-t", n, "-x", "ssh", "-p", p, "-l", u, h, NULL); in main()
225 execlp("xterm", "xterm", "-T", n, "-e", "ssh", "-p", p, "-l", u, h, NULL); in main()
231 execlp("ssh", "ssh", "-p", p, h, NULL); in main()
233execlp("x-terminal-emulator", "x-terminal-emulator", "-T", n, "-e", "ssh", "-p", p, h, NULL); in main()
234execlp("gnome-terminal", "gnome-terminal", "-t", n, "-x", "ssh", "-p", p, h, NULL); in main()
235 execlp("xterm", "xterm", "-T", n, "-e", "ssh", "-p", p, h, NULL); in main()
/dports/security/lastpass-cli/lastpass-cli-1.3.3/
H A Dclipboard.c67 execlp(shell, shell, "-c", command, NULL); in exec_command()
94 execlp("xclip", "xclip", "-selection", "clipboard", "-in", NULL); in clipboard_open()
95 execlp("xsel", "xsel", "--clipboard", "--input", NULL); in clipboard_open()
96 execlp("pbcopy", "pbcopy", NULL); in clipboard_open()
97 execlp("putclip", "putclip", "--dos", NULL); in clipboard_open()
/dports/audio/beets/beets-1.4.9/test/
H A Dtest_config_command.py100 with patch('os.execlp') as execlp:
102 execlp.assert_called_once_with(
108 with patch('os.execlp') as execlp:
110 execlp.assert_called_once_with(
115 with patch('os.execlp') as execlp:
116 execlp.side_effect = OSError('here is problem')
129 with patch('os.execlp') as execlp:
131 execlp.assert_called_once_with(
/dports/mail/mlmmj/mlmmj-1.3.0/src/
H A Dlistcontrol.c241 execlp(mlmmjsub, mlmmjsub, in listcontrol()
290 execlp(mlmmjsub, mlmmjsub, in listcontrol()
339 execlp(mlmmjsub, mlmmjsub, in listcontrol()
370 execlp(mlmmjsub, mlmmjsub, in listcontrol()
399 execlp(mlmmjsub, mlmmjsub, in listcontrol()
427 execlp(mlmmjsub, mlmmjsub, in listcontrol()
455 execlp(mlmmjsub, mlmmjsub, in listcontrol()
484 execlp(mlmmjsub, mlmmjsub, in listcontrol()
704 execlp(mlmmjsend, mlmmjsend, in listcontrol()
757 execlp(mlmmjsub, mlmmjsub, in listcontrol()
[all …]
/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dexeclp.texi1 @node execlp
2 @section @code{execlp}
3 @findex execlp
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/execlp.html}
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dexeclp.texi1 @node execlp
2 @section @code{execlp}
3 @findex execlp
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/execlp.html}
7 Gnulib module: execlp
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/test/profile/Inputs/
H A Dinstrprof-gcov-execlp.c.gcov1 //CHECK: -: 0:Source:{{.*}}Inputs{{[/\\]}}instrprof-gcov-execlp.c
2 //CHECK-NEXT: -: 0:Graph:instrprof-gcov-execlp.gcno
3 //CHECK-NEXT: -: 0:Data:instrprof-gcov-execlp.gcda
18 //CHECK-NEXT: 1: 10: execlp("ls", "-l", "-h", (char*)0);
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/format/
H A Dsentinel-1.c9 extern int execlp (const char *, const char *, ...);
66 execlp ("ls", "ls", "-aFC"); /* { dg-warning "missing sentinel" "sentinel" } */ in bar()
67 execlp ("ls", "ls", "-aFC", 0); /* { dg-warning "missing sentinel" "sentinel" } */ in bar()
68 execlp ("ls", "ls", "-aFC", NULL); in bar()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/format/
H A Dsentinel-1.c9 extern int execlp (const char *, const char *, ...);
66 execlp ("ls", "ls", "-aFC"); /* { dg-warning "missing sentinel" "sentinel" } */ in bar()
67 execlp ("ls", "ls", "-aFC", 0); /* { dg-warning "missing sentinel" "sentinel" } */ in bar()
68 execlp ("ls", "ls", "-aFC", NULL); in bar()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/format/
H A Dsentinel-1.c9 extern int execlp (const char *, const char *, ...);
66 execlp ("ls", "ls", "-aFC"); /* { dg-warning "missing sentinel" "sentinel" } */ in bar()
67 execlp ("ls", "ls", "-aFC", 0); /* { dg-warning "missing sentinel" "sentinel" } */ in bar()
68 execlp ("ls", "ls", "-aFC", NULL); in bar()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/format/
H A Dsentinel-1.c9 extern int execlp (const char *, const char *, ...);
66 execlp ("ls", "ls", "-aFC"); /* { dg-warning "missing sentinel" "sentinel" } */ in bar()
67 execlp ("ls", "ls", "-aFC", 0); /* { dg-warning "missing sentinel" "sentinel" } */ in bar()
68 execlp ("ls", "ls", "-aFC", NULL); in bar()
/dports/devel/9base/9base-6/lib9/
H A Dpost9p.c38 execlp("9pserve", "9pserve", "-u", addr, (char*)0); in post9pservice()
71 execlp("mount9p", "mount9p", "-", mtpt, (char*)0); in post9pservice()
74 execlp("9pfuse", "9pfuse", "-D", "-", mtpt, (char*)0); in post9pservice()
76 execlp("9pfuse", "9pfuse", "-", mtpt, (char*)0); in post9pservice()

12345678910>>...101