/unit/auto/cc/ |
H A D | deps | 6 $echo "-xMMD -xMF $NXT_BUILD_DIR/$nxt_dep.tmp" 11 $echo -n "$NXT_BUILD_DIR/$nxt_dep.tmp > $NXT_BUILD_DIR/$nxt_dep" 12 $echo " && rm -f $NXT_BUILD_DIR/$nxt_dep.tmp"
|
/unit/src/java/ |
H A D | nxt_jni_HeaderNamesEnumeration.c | 116 char *name, tmp; in nxt_java_HeaderNamesEnumeration_nextElement() local 140 tmp = name[f->name_length]; in nxt_java_HeaderNamesEnumeration_nextElement() 142 if (tmp != '\0') { in nxt_java_HeaderNamesEnumeration_nextElement() 148 if (tmp != '\0') { in nxt_java_HeaderNamesEnumeration_nextElement() 149 name[f->name_length] = tmp; in nxt_java_HeaderNamesEnumeration_nextElement()
|
H A D | nxt_jni.c | 159 char tmp; in nxt_java_newString() local 162 tmp = str[len]; in nxt_java_newString() 164 if (tmp != '\0') { in nxt_java_newString() 170 if (tmp != '\0') { in nxt_java_newString() 171 str[len] = tmp; in nxt_java_newString()
|
H A D | nxt_jni_Request.c | 492 char *local, *colon, tmp; in nxt_java_Request_getLocalPort() local 504 tmp = local[r->local_length]; in nxt_java_Request_getLocalPort() 510 local[r->local_length] = tmp; in nxt_java_Request_getLocalPort() 562 char *remote, *colon, tmp; in nxt_java_Request_getRemotePort() local 574 tmp = remote[r->remote_length]; in nxt_java_Request_getRemotePort() 580 remote[r->remote_length] = tmp; in nxt_java_Request_getRemotePort() 628 char *host, *colon, tmp; in nxt_java_Request_getServerPort() local 645 tmp = host[f->value_length]; in nxt_java_Request_getServerPort() 651 host[f->value_length] = tmp; in nxt_java_Request_getServerPort()
|
/unit/pkg/npm/ |
H A D | Makefile | 17 unit-http/package.json > unit-http/package.json.tmp 18 mv unit-http/package.json.tmp unit-http/package.json
|
/unit/pkg/docker/ |
H A D | Dockerfile.node16 | 21 --tmp=/var/tmp \ 49 COPY --from=BUILDER /usr/lib/*-linux-gnu/libunit.a /tmp/ 53 && if [ -f "/tmp/libunit.a" ]; then \ 54 mv /tmp/libunit.a /usr/lib/$(dpkg-architecture -q DEB_HOST_MULTIARCH)/libunit.a; \ 55 rm -f /tmp/libunit.a; \
|
H A D | Dockerfile.go1.18 | 21 --tmp=/var/tmp \ 49 COPY --from=BUILDER /usr/lib/*-linux-gnu/libunit.a /tmp/ 53 && if [ -f "/tmp/libunit.a" ]; then \ 54 mv /tmp/libunit.a /usr/lib/$(dpkg-architecture -q DEB_HOST_MULTIARCH)/libunit.a; \ 55 rm -f /tmp/libunit.a; \
|
H A D | template.Dockerfile | 21 --tmp=/var/tmp \ 51 && if [ -f "/tmp/libunit.a" ]; then \ 52 mv /tmp/libunit.a /usr/lib/$(dpkg-architecture -q DEB_HOST_MULTIARCH)/libunit.a; \ 53 rm -f /tmp/libunit.a; \
|
H A D | Dockerfile.perl5.34 | 21 --tmp=/var/tmp \ 51 && if [ -f "/tmp/libunit.a" ]; then \ 52 mv /tmp/libunit.a /usr/lib/$(dpkg-architecture -q DEB_HOST_MULTIARCH)/libunit.a; \ 53 rm -f /tmp/libunit.a; \
|
H A D | Dockerfile.minimal | 21 --tmp=/var/tmp \ 51 && if [ -f "/tmp/libunit.a" ]; then \ 52 mv /tmp/libunit.a /usr/lib/$(dpkg-architecture -q DEB_HOST_MULTIARCH)/libunit.a; \ 53 rm -f /tmp/libunit.a; \
|
H A D | Dockerfile.php8.1 | 21 --tmp=/var/tmp \ 51 && if [ -f "/tmp/libunit.a" ]; then \ 52 mv /tmp/libunit.a /usr/lib/$(dpkg-architecture -q DEB_HOST_MULTIARCH)/libunit.a; \ 53 rm -f /tmp/libunit.a; \
|
H A D | Dockerfile.python3.10 | 21 --tmp=/var/tmp \ 51 && if [ -f "/tmp/libunit.a" ]; then \ 52 mv /tmp/libunit.a /usr/lib/$(dpkg-architecture -q DEB_HOST_MULTIARCH)/libunit.a; \ 53 rm -f /tmp/libunit.a; \
|
H A D | Dockerfile.jsc11 | 21 --tmp=/var/tmp \ 51 && if [ -f "/tmp/libunit.a" ]; then \ 52 mv /tmp/libunit.a /usr/lib/$(dpkg-architecture -q DEB_HOST_MULTIARCH)/libunit.a; \ 53 rm -f /tmp/libunit.a; \
|
H A D | Dockerfile.ruby3.1 | 21 --tmp=/var/tmp \ 51 && if [ -f "/tmp/libunit.a" ]; then \ 52 mv /tmp/libunit.a /usr/lib/$(dpkg-architecture -q DEB_HOST_MULTIARCH)/libunit.a; \ 53 rm -f /tmp/libunit.a; \
|
/unit/pkg/deb/debian.module/ |
H A D | unit.example-go-config | 5 "executable": "/tmp/go-app"
|
/unit/pkg/rpm/rpmbuild/SOURCES/ |
H A D | unit.example-go-config | 5 "executable": "/tmp/go-app"
|
H A D | unit.example.config | 19 "executable": "/tmp/go-app"
|
/unit/auto/ |
H A D | shmem | 58 nxt_feature="shm_open() in /tmp directory" 66 static char name[] = \"/tmp/unit.configure\"; 81 NXT_SHM_PREFIX="/tmp/"
|
H A D | summary | 17 tmp directory: ............. "$NXT_TMP"
|
H A D | help | 24 --tmp=DIRECTORY set tmp directory name, default: "$NXT_TMP"
|
/unit/src/ |
H A D | nxt_php_sapi.c | 519 u_char *tmp, *p; in nxt_php_set_target() local 532 tmp = nxt_malloc(str.length + 1); in nxt_php_set_target() 533 if (nxt_slow_path(tmp == NULL)) { in nxt_php_set_target() 537 p = tmp; in nxt_php_set_target() 542 p = nxt_realpath(tmp); in nxt_php_set_target() 548 nxt_free(tmp); in nxt_php_set_target() 563 if (nxt_slow_path(tmp == NULL)) { in nxt_php_set_target() 567 p = tmp; in nxt_php_set_target() 575 p = nxt_realpath(tmp); in nxt_php_set_target() 581 nxt_free(tmp); in nxt_php_set_target() [all …]
|
H A D | nxt_http_route.c | 1059 tmp.start = p; in nxt_http_route_pattern_create() 1060 tmp.length = end - p; in nxt_http_route_pattern_create() 1075 tmp.start = test.start; in nxt_http_route_pattern_create() 1076 tmp.length = 0; in nxt_http_route_pattern_create() 1078 p = tmp.start; in nxt_http_route_pattern_create() 1084 tmp.length++; in nxt_http_route_pattern_create() 1088 if (tmp.length == 0) { in nxt_http_route_pattern_create() 1089 tmp.start = p; in nxt_http_route_pattern_create() 1102 tmp.start = p; in nxt_http_route_pattern_create() 1103 tmp.length = 0; in nxt_http_route_pattern_create() [all …]
|
H A D | nxt_listen_socket.c | 44 nxt_file_name_t *name, *tmp; in nxt_listen_socket_create() local 179 tmp = (nxt_file_name_t *) sa->u.sockaddr_un.sun_path; in nxt_listen_socket_create() 182 if (nxt_file_rename(tmp, name) != NXT_OK) { in nxt_listen_socket_create()
|
/unit/pkg/rpm/ |
H A D | Makefile | 133 --tmp=/var/tmp \ 242 > $@.tmp ; \ 247 >> $@.tmp 248 mv $@.tmp $@
|
/unit/pkg/deb/debian/ |
H A D | unit.example.config | 19 "executable": "/tmp/go-app"
|