Home
last modified time | relevance | path

Searched refs:uc (Results 1 – 7 of 7) sorted by relevance

/unit/src/
H A Dnxt_credential.c10 nxt_credential_t *uc);
28 uc->user, uc->user); in nxt_credential_get()
61 uc->user, uc->uid, uc->base_gid); in nxt_credential_get()
106 if (getgrouplist(uc->user, uc->base_gid, groups, &ngroups) < 0) { in nxt_credential_groups_get()
127 if (nxt_slow_path(getgrouplist(uc->user, uc->base_gid, uc->gids, in nxt_credential_groups_get()
224 if (initgroups(uc->user, uc->base_gid) != 0) { in nxt_credential_groups_get()
228 uc->user, uc->base_gid, nxt_errno); in nxt_credential_groups_get()
236 uc->user, uc->base_gid, nxt_errno); in nxt_credential_groups_get()
314 uc->base_gid, uc->ngroups); in nxt_credential_setgids()
337 && setgroups(uc->ngroups, uc->gids) != 0)) { in nxt_credential_setgids()
[all …]
H A Dnxt_credential.h23 nxt_credential_t *uc, const char *group);
25 nxt_credential_t *uc);
27 nxt_credential_t *uc);
H A Dnxt_fiber.c206 ucontext_t uc; in nxt_fiber_switch_stack() local
210 if (nxt_slow_path(getcontext(&uc) != 0)) { in nxt_fiber_switch_stack()
215 uc.uc_link = NULL; in nxt_fiber_switch_stack()
216 uc.uc_stack.ss_sp = fib->stack; in nxt_fiber_switch_stack()
217 uc.uc_stack.ss_size = fib->stack_size; in nxt_fiber_switch_stack()
225 setcontext(&uc); in nxt_fiber_switch_stack()
272 ucontext_t uc; in nxt_fiber_switch_stack() local
281 uc.uc_link = NULL; in nxt_fiber_switch_stack()
282 uc.uc_stack.ss_sp = fib->stack; in nxt_fiber_switch_stack()
283 uc.uc_stack.ss_size = fib->stack_size; in nxt_fiber_switch_stack()
[all …]
/unit/src/test/
H A Dnxt_utf8_file_name_test.c45 uint32_t uc, lc; in nxt_utf8_file_name_test() local
79 for (uc = 0x41; uc < 0x110000; uc++) { in nxt_utf8_file_name_test()
81 p = nxt_utf8_encode(&uc_name[5], uc); in nxt_utf8_file_name_test()
84 nxt_log_alert(thr->log, "nxt_utf8_encode(%05uxD) failed", uc); in nxt_utf8_file_name_test()
95 uc, lc); in nxt_utf8_file_name_test()
99 if (uc == lc) { in nxt_utf8_file_name_test()
138 p = nxt_sprintf(buf, buf + 32, "%04uXD; C; %04uXD;%n", uc, lc); in nxt_utf8_file_name_test()
/unit/auto/
H A Dunix103 ucontext_t uc;
105 if (getcontext(&uc) == 0) {
106 makecontext(&uc, NULL, 0);
107 setcontext(&uc);
130 ucontext_t uc;
132 if (getcontext(&uc) == 0) {
133 makecontext(&uc, NULL, 0);
134 setcontext(&uc);
/unit/go/
H A Dport.go87 uc, ok := c.(*net.UnixConn)
93 return uc
/unit/pkg/deb/
H A DMakefile263 cd debuild/$(SRCDIR) && debuild --preserve-envvar PATH --preserve-envvar RUSTUP_HOME -us -uc
336 cd debuild-$*/$(SRCDIR) && debuild --preserve-envvar PATH --preserve-envvar RUSTUP_HOME -us -uc