Home
last modified time | relevance | path

Searched refs:service_user (Results 1 – 25 of 91) sorted by relevance

1234

/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/net/
H A Dnsswitch.h61 typedef struct service_user struct
64 struct service_user *next; argument
73 } service_user; argument
84 service_user *service;
107 const char *defconfig, service_user **ni);
153 service_user **nip, service_user **startp,
154 service_user **last_nip, int stayon,
158 service_user **nip, service_user **startp,
159 service_user **last_nip, int res);
163 service_user **nip, service_user **startp,
[all …]
H A Dgetnssent_r.c28 void **fctp, service_user **nip, service_user **startp, int all) in setup()
34 *startp = no_more ? (service_user *) -1l : *nip; in setup()
36 else if (*startp == (service_user *) -1l) in setup()
52 service_user **nip, service_user **startp, in __nss_setent()
53 service_user **last_nip, int stayopen, int *stayopen_tmp, in __nss_setent()
96 service_user **nip, service_user **startp, in __nss_endent()
97 service_user **last_nip, int res) in __nss_endent()
133 service_user **nip, service_user **startp, in __nss_getent_r()
134 service_user **last_nip, int *stayopen_tmp, int res, in __nss_getent_r()
H A Dether_hton.c33 extern int __nss_ethers_lookup (service_user **nip, const char *name,
40 static service_user *startp; in ether_hostton()
42 service_user *nip; in ether_hostton()
56 startp = (service_user *) -1; in ether_hostton()
66 no_more = (nip = startp) == (service_user *) -1; in ether_hostton()
H A Dether_ntoh.c34 extern int __nss_ethers_lookup (service_user **nip, const char *name,
41 static service_user *startp; in ether_ntohost()
43 service_user *nip; in ether_ntohost()
57 startp = (service_user *) -1; in ether_ntohost()
67 no_more = (nip = startp) == (service_user *) -1; in ether_ntohost()
H A Dnsswitch.c50 static service_user *nss_parse_service_list (const char *line)
67 service_user **dbp;
92 const char *defconfig, service_user **ni) in __nss_database_lookup()
216 service_user *new_db; in libc_hidden_def()
273 __nss_lookup_function (service_user *ni, const char *fct_name) in __nss_lookup_function()
503 static service_user *
507 service_user *result = NULL, **nextp = &result; in nss_parse_service_list()
511 service_user *new_service; in nss_parse_service_list()
528 new_service = (service_user *) malloc (sizeof (service_user) in nss_parse_service_list()
742 service_user *service = entry->service; in libc_freeres_fn()
[all …]
H A DXXX-lookup.c56 service_user *DATABASE_NAME_SYMBOL attribute_hidden;
58 extern int DB_LOOKUP_FCT (service_user **ni, const char *fct_name,
64 DB_LOOKUP_FCT (service_user **ni, const char *fct_name, void **fctp) in libc_hidden_proto()
H A DgetXXbyYY_r.c113 extern int DB_LOOKUP_FCT (service_user **nip, const char *name, void **fctp)
122 static service_user *startp; in libc_hidden_proto()
124 service_user *nip; in libc_hidden_proto()
173 startp = (service_user *) -1l; in libc_hidden_proto()
198 no_more = (nip = startp) == (service_user *) -1l; in libc_hidden_proto()
H A DgetXXent_r.c100 static service_user *nip;
102 static service_user *last_nip;
104 static service_user *startp;
117 extern int DB_LOOKUP_FCT (service_user **nip, const char *name, void **fctp)
H A Dgetnetgrent_r.c38 extern int __nss_netgroup_lookup (service_user **nip, const char *name,
46 setup (void **fctp, const char *func_name, int all, service_user **nipp) in setup()
49 static service_user *startp; in setup()
57 startp = no_more ? (service_user *) -1 : *nipp; in setup()
59 else if (startp == (service_user *) -1) in setup()
169 service_user *old_nip; in libc_hidden_proto()
/dports/mail/dovecot/dovecot-2.3.17/src/lmtp/
H A Dlmtp-local.c34 struct mail_storage_service_user *service_user; member
115 mail_storage_service_user_unref(&llrcpt->service_user); in lmtp_local_rcpt_destroy()
124 mail_storage_service_user_get_set(llrcpt->service_user)[2]; in lmtp_local_rcpt_reply_overquota()
183 llrcpt->service_user, in lmtp_local_rcpt_check_quota()
297 struct mail_storage_service_user *service_user; in lmtp_local_rcpt() local
332 &service_user, &error); in lmtp_local_rcpt()
353 llrcpt->service_user = service_user; in lmtp_local_rcpt()
433 struct mail_storage_service_user *service_user = llrcpt->service_user; in lmtp_local_deliver() local
448 input = mail_storage_service_user_get_input(service_user); in lmtp_local_deliver()
489 sets = mail_storage_service_user_get_set(service_user); in lmtp_local_deliver()
[all …]
/dports/misc/py-cinder/cinder-12.0.10/cinder/
H A Dservice_auth.py25 service_user = cfg.OptGroup( variable
42 CONF.register_group(service_user)
43 CONF.register_opts(service_user_opts, group=service_user)
61 if CONF.service_user.send_service_user_token:
/dports/dns/dnsdist/dnsdist-1.6.1/m4/
H A Dpdns_with_service_user.m45 [AC_SUBST([service_user], [$withval])],
6 [AC_SUBST([service_user], [$1])]
15 AS_IF([test -z "$service_user"], [AC_MSG_ERROR([No service user has been defined!])], [ : ])
16 AC_MSG_RESULT([$service_user])
/dports/dns/powerdns/pdns-4.5.2/m4/
H A Dpdns_with_service_user.m45 [AC_SUBST([service_user], [$withval])],
6 [AC_SUBST([service_user], [$1])]
15 AS_IF([test -z "$service_user"], [AC_MSG_ERROR([No service user has been defined!])], [ : ])
16 AC_MSG_RESULT([$service_user])
/dports/databases/mariadb103-client/mariadb-10.3.34/Docs/
H A Dglibc-2.2.5.patch48 service_user *new_service;
60 new_service = (service_user *) malloc (sizeof (service_user)
84 new_service = (service_user *) malloc (sizeof (service_user)
/dports/databases/mariadb103-server/mariadb-10.3.34/Docs/
H A Dglibc-2.2.5.patch48 service_user *new_service;
60 new_service = (service_user *) malloc (sizeof (service_user)
84 new_service = (service_user *) malloc (sizeof (service_user)
/dports/databases/mysql55-client/mysql-5.5.62/Docs/
H A Dglibc-2.2.5.patch48 service_user *new_service;
60 new_service = (service_user *) malloc (sizeof (service_user)
84 new_service = (service_user *) malloc (sizeof (service_user)
/dports/mail/dovecot/dovecot-2.3.17/src/lda/
H A Dmain.c283 struct mail_storage_service_user *service_user, in lda_deliver() argument
296 smtp_set = mail_storage_service_user_get_set(service_user)[1]; in lda_deliver()
297 lda_set = mail_storage_service_user_get_set(service_user)[2]; in lda_deliver()
369 struct mail_storage_service_user *service_user; in main() local
553 &service_input, &service_user, in main()
575 ret = lda_deliver(&dinput, service_user, user, path, in main()
587 mail_storage_service_user_unref(&service_user); in main()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/workers/users/
H A Ddeactivate_dormant_users_worker_spec.rb67service_user = create(:user, user_type: :service_user, state: :blocked, last_activity_on: User::MI…
72 expect(service_user.reload.state).to eq('blocked')
/dports/mail/dovecot/dovecot-2.3.17/src/pop3/
H A Dpop3-client.h48 struct mail_storage_service_user *service_user; member
125 struct mail_storage_service_user *service_user,
/dports/sysutils/munin-common/munin-2.0.67/node/lib/Munin/Node/
H A DService.pm152 my $service_user = defined $user ? $user : $self->{defuser};
154 my $u = Munin::Node::OS->get_uid($service_user);
155 croak "User '$service_user' required for '$service' does not exist."
/dports/sysutils/munin-node/munin-2.0.67/node/lib/Munin/Node/
H A DService.pm152 my $service_user = defined $user ? $user : $self->{defuser};
154 my $u = Munin::Node::OS->get_uid($service_user);
155 croak "User '$service_user' required for '$service' does not exist."
/dports/sysutils/munin-master/munin-2.0.67/node/lib/Munin/Node/
H A DService.pm152 my $service_user = defined $user ? $user : $self->{defuser};
154 my $u = Munin::Node::OS->get_uid($service_user);
155 croak "User '$service_user' required for '$service' does not exist."
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/
H A Dtest-mail-storage-common.c107 &ctx->service_user, &ctx->user, in test_mail_storage_init_user()
117 mail_storage_service_user_unref(&ctx->service_user); in test_mail_storage_deinit_user()
/dports/mail/dovecot/dovecot-2.3.17/src/submission/
H A Dsubmission-client.c179 struct mail_storage_service_user *service_user, in client_create() argument
201 client->service_user = service_user; in client_create()
328 mail_storage_service_user_unref(&client->service_user); in client_default_destroy()
504 mail_storage_service_io_activate_user(client->service_user); in clients_destroy_all()
H A Dsubmission-client.h94 struct mail_storage_service_user *service_user; member
137 struct mail_storage_service_user *service_user,

1234