Home
last modified time | relevance | path

Searched refs:executable (Results 1 – 17 of 17) sorted by path

/unit/
H A DCONTRIBUTING.md42 information as possible, and a code sample or an executable test case showing
/unit/auto/
H A Dmake293 # unit executable.
/unit/auto/modules/
H A Dgo24 --go=NAME set go executable
H A Djava87 $echo -n "checking for java executable ..."
88 $echo "checking for java executable ..." >> $NXT_AUTOCONF_ERR
94 $echo $0: error: java executable not found.
160 $echo $0: error: java executable not found.
H A Dnodejs23 --node=FILE set node executable
24 --npm=FILE set npm executable
25 --node-gyp=FILE set node-gyp executable
H A Dperl22 --perl=FILE set perl executable, default: perl
H A Druby22 --ruby=FILE set ruby executable, default: ruby
/unit/auto/os/
H A Dconf9 # relative path in SONAME library entry or in RPATH executable entry.
30 # "-Wl,-E" exports symbols of executable file.
53 # "-Wl,-E" exports symbols of executable file.
138 # "-Wl,-E" exports symbols of executable file.
160 # "-Wl,-E" exports symbols of executable file.
182 # "-Wl,-E" exports symbols of executable file.
265 # "-Wl,-E" exports symbols of executable file.
/unit/docs/
H A Dunit-openapi.yaml4607 executable: "app.js"
4714 executable: "app.js"
5528 - executable
5531 executable:
/unit/pkg/deb/debian.module/
H A Dunit.example-go-config5 "executable": "/tmp/go-app"
/unit/pkg/deb/debian/
H A Dunit.example.config19 "executable": "/tmp/go-app"
/unit/pkg/rpm/rpmbuild/SOURCES/
H A Dunit.example-go-config5 "executable": "/tmp/go-app"
H A Dunit.example.config19 "executable": "/tmp/go-app"
/unit/src/
H A Dnxt_application.h46 char *executable; member
H A Dnxt_external.c178 argv[0] = c->executable; in nxt_external_start()
201 (void) execve(c->executable, argv, environ); in nxt_external_start()
203 nxt_alert(task, "execve(%s) failed %E", c->executable, nxt_errno); in nxt_external_start()
H A Dnxt_main_process.c185 offsetof(nxt_common_app_conf_t, u.external.executable),
/unit/test/unit/applications/lang/
H A Dgo.py84 executable = f'{option.temp_dir}/go/{name}'
88 executable = f"/go/{name}"
100 "executable": executable,