Searched refs:service (Results 1 - 25 of 170) sorted by relevance

1234567

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dget_port.c40 const char *service,
46 if ((sp = roken_getservbyname (service, proto)) == NULL) {
48 krb5_warnx(context, "%s/%s unknown service, using default port %d",
49 service, proto, default_port);
39 krb5_getportbyname(krb5_context context, const char *service, const char *proto, int default_port) argument
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dinet_trigger.c11 /* int inet_trigger(service, buf, len, timeout)
12 /* char *service;
26 /* .IP service
69 char *service; member in struct:inet_trigger
83 msg_warn("%s: read timeout for service %s", myname, ip->service);
87 msg_warn("%s: close %s: %m", myname, ip->service);
88 myfree(ip->service);
95 int inet_trigger(const char *service, const char *buf, ssize_t len, int timeout) argument
102 msg_info("%s: service
[all...]
H A Dstream_trigger.c11 /* int stream_trigger(service, buf, len, timeout)
12 /* const char *service;
25 /* .IP service
66 char *service; member in struct:stream_trigger
80 msg_warn("%s: read timeout for service %s", myname, sp->service);
84 msg_warn("%s: close %s: %m", myname, sp->service);
85 myfree(sp->service);
91 int stream_trigger(const char *service, const char *buf, ssize_t len, int timeout) argument
98 msg_info("%s: service
[all...]
H A Dunix_trigger.c11 /* int unix_trigger(service, buf, len, timeout)
12 /* const char *service;
25 /* .IP service
67 char *service; member in struct:unix_trigger
81 msg_warn("%s: read timeout for service %s", myname, up->service);
85 msg_warn("%s: close %s: %m", myname, up->service);
86 myfree(up->service);
92 int unix_trigger(const char *service, const char *buf, ssize_t len, int timeout) argument
99 msg_info("%s: service
[all...]
H A Dunix_pass_trigger.c11 /* int unix_pass_trigger(service, buf, len, timeout)
12 /* const char *service;
25 /* .IP service
67 char *service; member in struct:unix_pass_trigger
82 msg_warn("%s: read timeout for service %s", myname, up->service);
87 msg_warn("%s: close %s: %m", myname, up->service);
92 myfree(up->service);
98 int unix_pass_trigger(const char *service, const char *buf, ssize_t len, int timeout) argument
106 msg_info("%s: service
[all...]
H A Dfind_inet.c82 /* find_inet_port - translate numerical or symbolic service name */
84 int find_inet_port(const char *service, const char *protocol) argument
89 if (alldig(service) && (port = atoi(service)) != 0) {
91 msg_fatal("bad port number: %s", service);
94 if ((sp = getservbyname(service, protocol)) == 0)
95 msg_fatal("unknown service: %s/%s", service, protocol);
H A Dfifo_trigger.c11 /* int fifo_trigger(service, buf, len, timeout)
12 /* const char *service;
22 /* .IP service
60 int fifo_trigger(const char *service, const char *buf, ssize_t len, int timeout) argument
71 * Write the request to the service fifo. According to POSIX, the open
79 if ((fp = safe_open(service, O_WRONLY | O_NONBLOCK, 0,
82 msg_info("%s: open %s: %s", myname, service, vstring_str(why));
93 msg_warn("%s: write %s: %m", myname, service);
100 msg_warn("%s: close %s: %m", myname, service);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr_error.c11 /* QMGR_TRANSPORT *qmgr_error_transport(service)
12 /* const char *service;
14 /* QMGR_QUEUE *qmgr_error_queue(service, dsn)
15 /* const char *service;
22 /* specified service. The result is null if the transport is
26 /* service and problem. The result is null if the queue is not
35 /* .IP service
65 /* qmgr_error_transport - look up error transport for specified service */
67 QMGR_TRANSPORT *qmgr_error_transport(const char *service) argument
74 if ((transport = qmgr_transport_find(service))
87 qmgr_error_queue(const char *service, DSN *dsn) argument
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_error.c11 /* QMGR_TRANSPORT *qmgr_error_transport(service)
12 /* const char *service;
14 /* QMGR_QUEUE *qmgr_error_queue(service, dsn)
15 /* const char *service;
22 /* specified service. The result is null if the transport is
26 /* service and problem. The result is null if the queue is not
35 /* .IP service
65 /* qmgr_error_transport - look up error transport for specified service */
67 QMGR_TRANSPORT *qmgr_error_transport(const char *service) argument
74 if ((transport = qmgr_transport_find(service))
87 qmgr_error_queue(const char *service, DSN *dsn) argument
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/rsh/
H A Dgetport.c45 getport(const char *service, const char *protocol) argument
49 struct servent *sp = getservbyname(service, protocol);
55 sp->s_name = __UNCONST(service);
57 port = strtol(service, &ep, 0);
58 if ((service[0] != '\0' && *ep != '\0') ||
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Danvil_clnt.c16 /* int anvil_clnt_connect(anvil_clnt, service, addr,
19 /* const char *service;
24 /* int anvil_clnt_mail(anvil_clnt, service, addr, msgs)
26 /* const char *service;
30 /* int anvil_clnt_rcpt(anvil_clnt, service, addr, rcpts)
32 /* const char *service;
36 /* int anvil_clnt_newtls(anvil_clnt, service, addr, newtls)
38 /* const char *service;
42 /* int anvil_clnt_newtls_stat(anvil_clnt, service, addr, newtls)
44 /* const char *service;
184 anvil_clnt_lookup(ANVIL_CLNT *anvil_clnt, const char *service, const char *addr, int *count, int *rate, int *msgs, int *rcpts, int *newtls) argument
213 anvil_clnt_connect(ANVIL_CLNT *anvil_clnt, const char *service, const char *addr, int *count, int *rate) argument
238 anvil_clnt_mail(ANVIL_CLNT *anvil_clnt, const char *service, const char *addr, int *msgs) argument
262 anvil_clnt_rcpt(ANVIL_CLNT *anvil_clnt, const char *service, const char *addr, int *rcpts) argument
286 anvil_clnt_newtls(ANVIL_CLNT *anvil_clnt, const char *service, const char *addr, int *newtls) argument
310 anvil_clnt_newtls_stat(ANVIL_CLNT *anvil_clnt, const char *service, const char *addr, int *newtls) argument
334 anvil_clnt_disconnect(ANVIL_CLNT *anvil_clnt, const char *service, const char *addr) argument
385 char *service; local
[all...]
H A Dclnt_stream.c11 /* CLNT_STREAM *clnt_stream_create(class, service, timeout, ttl)
13 /* const char *service;
36 /* clnt_stream_access() returns an open stream to the service specified
46 /* The service class, private or public.
47 /* .IP service
48 /* The service endpoint name. The name is limited to local IPC
99 char *service; /* server name */ member in struct:CLNT_STREAM
140 /* clnt_stream_open - connect to service */
161 clnt_stream->service);
171 /* clnt_stream_close - disconnect from service */
230 clnt_stream_create(const char *class, const char *service, int timeout, int ttl) argument
[all...]
H A Ddict_proxy.c76 const char *service; /* service name */ member in struct:__anon2397
131 msg_warn("%s: service %s: %m", myname, VSTREAM_PATH(stream));
142 dict_proxy->service, dict->name, key);
144 msg_fatal("%s service is not configured for table \"%s\"",
145 dict_proxy->service, dict->name);
157 dict_proxy->service, dict->name, key, status);
201 msg_warn("%s: service %s: %m", myname, VSTREAM_PATH(stream));
211 dict_proxy->service, dict->name, key);
214 dict_proxy->service, dic
312 const char *service; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/libexec/
H A DMakefile8 digest-service \
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/bounce/
H A Dbounce_trace_service.c36 /* bounce(3) basic bounce service client interface
79 int bounce_trace_service(int flags, char *service, char *queue_name, argument
113 if (mail_queue_remove(service, queue_id) && errno != ENOENT)
114 msg_fatal("remove %s %s: %m", service, queue_id);
125 * XXX DSN The trace service produces information from the trace logfile
138 bounce_info = bounce_mail_init(service, queue_name, queue_id,
204 if (bounce_status == 0 && mail_queue_remove(service, queue_id)
206 msg_fatal("remove %s %s: %m", service, queue_id);
H A Dbounce_append_service.c11 /* int bounce_append_service(flags, service, queue_id, rcpt, dsn),
13 /* char *service;
25 /* bounce(3) basic bounce service client interface
71 int bounce_append_service(int unused_flags, char *service, char *queue_id, argument
79 * This code is paranoid for a good reason. Once the bounce service takes
85 log = mail_queue_open(service, queue_id,
88 msg_fatal("open file %s %s: %m", service, queue_id);
95 msg_fatal("lock file %s %s: %m", service, queue_id);
115 msg_fatal("seek file %s %s: %m", service, queue_id);
158 msg_fatal("truncate file %s %s: %m", service, queue_i
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/libexec/digest-service/
H A DMakefile8 PROG= digest-service
9 SRCS= digest-service.c
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/rdata/generic/
H A Dnaptr_35.h35 char *service; member in struct:dns_rdata_naptr
/netbsd-6-1-5-RELEASE/external/bsd/openpam/dist/lib/
H A Dpam_start.c62 pam_start(const char *service, argument
83 if ((r = pam_set_item(ph, PAM_SERVICE, service)) != PAM_SUCCESS)
95 if ((r = openpam_configure(ph, service)) != PAM_SUCCESS)
99 openpam_log(PAM_LOG_DEBUG, "pam_start(\"%s\") succeeded", service);
120 * The =service argument specifies the name of the policy to apply, and is
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/postkick/
H A Dpostkick.c7 /* kick a Postfix service
11 /* \fIclass service request\fR
34 /* A string. The list of valid requests is service-specific.
106 msg_fatal("usage: %s [-c config_dir] [-v] class service request", myname);
114 char *service; local
170 service = argv[optind + 1];
181 * Kick the service.
183 if (mail_trigger(class, service, request, strlen(request)) < 0) {
184 msg_warn("Cannot contact class %s service %s - perhaps the mail system is down",
185 class, service);
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/tlsproxy/
H A Dtlsproxy.h30 char *service; /* argv[0] */ member in struct:__anon2489
H A Dtlsproxy_state.c11 /* TLSP_STATE *tlsp_state_create(service, plaintext_stream)
12 /* const char *service;
26 /* .IP service
27 /* The service name for the TLS library. This argument is copied.
95 TLSP_STATE *tlsp_state_create(const char *service, argument
101 state->service = mystrdup(service);
117 myfree(state->service);
/netbsd-6-1-5-RELEASE/lib/libpam/modules/pam_afslog/
H A Dpam_afslog.c59 const void *service = NULL; local
63 pam_get_item(pamh, PAM_SERVICE, &service);
64 if (service == NULL)
65 service = "pam_afslog";
87 (const char *)service,
/netbsd-6-1-5-RELEASE/usr.sbin/btdevctl/
H A Dbtdevctl.c67 const char *service, *mode; local
72 service = NULL;
127 case 's': /* service */
128 service = uppercase(optarg);
148 || service == NULL)
154 dev = db_get(&laddr, &raddr, service);
157 printf("Performing SDP query for service '%s'..\n", service);
159 dev = cfg_query(&laddr, &raddr, service);
177 if (set == true && !db_set(dev, &laddr, &raddr, service))
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dauth2.c196 char *service = packet_get_cstring(&len); local
202 if (strcmp(service, "ssh-userauth") == 0) {
209 /* XXX all other service requests are denied */
213 packet_put_cstring(service);
217 debug("bad service request %s", service);
218 packet_disconnect("bad service request %s", service);
220 xfree(service);
229 char *user, *service, *metho local
[all...]

Completed in 153 milliseconds

1234567