Searched refs:why (Results 1 - 25 of 286) sorted by relevance

1234567891011>>

/netbsd-current/external/cddl/osnet/dist/common/zfs/
H A Dzfs_namecheck.c35 * Each routine therefore takes a 'namecheck_err_t' which describes exactly why
68 zfs_component_namecheck(const char *path, namecheck_err_t *why, char *what) argument
73 if (why)
74 *why = NAME_ERR_TOOLONG;
79 if (why)
80 *why = NAME_ERR_EMPTY_COMPONENT;
86 if (why) {
87 *why = NAME_ERR_INVALCHAR;
103 permset_namecheck(const char *path, namecheck_err_t *why, char *what) argument
106 if (why)
136 dataset_namecheck(const char *path, namecheck_err_t *why, char *what) argument
249 mountpoint_namecheck(const char *path, namecheck_err_t *why) argument
293 pool_namecheck(const char *pool, namecheck_err_t *why, char *what) argument
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Ddeliver_flock.c11 /* int deliver_flock(fd, lock_style, why)
14 /* VSTRING *why;
26 /* .IP why
69 int deliver_flock(int fd, int lock_style, VSTRING *why) argument
81 if (why)
82 vstring_sprintf(why, "unable to lock for exclusive access: %m");
H A Ddot_lockfile.c11 /* int dot_lockfile(path, why)
13 /* VSTRING *why;
30 /* .IP why
31 /* A null pointer, or storage for the reason why a lock file could
82 int dot_lockfile(const char *path, VSTRING *why) argument
126 if (status && why)
127 vstring_sprintf(why, "unable to create lock file %s: %m", lock_file);
162 VSTRING *why = vstring_alloc(100); local
168 if (dot_lockfile(argv[1], why) < 0)
169 msg_fatal("%s", vstring_str(why));
[all...]
H A Dreject_deliver_request.c74 DSN_BUF *why; local
84 why = vdsb_simple(dsb_create(), code, format, ap);
86 (void) DSN_FROM_DSN_BUF(why);
87 if (strchr("45", vstring_str(why->status)[0]) == 0)
95 status = (vstring_str(why->status)[0] != '4' ?
100 service, &why->dsn);
105 dsb_free(why);
H A Dmbox_open.c19 /* def_dsn, why)
28 /* DSN_BUF *why;
40 /* The \fBpath, flags, mode, st, user, group, why\fR arguments
110 DSN_BUF *why)
143 if (dot_lockfile(path, why->reason) == 0) {
146 dsb_status(why, mbox_dsn(EAGAIN, def_dsn));
149 msg_warn("%s", vstring_str(why->reason));
151 dsb_status(why, mbox_dsn(errno, def_dsn));
166 chown_uid, chown_gid, why->reason)) == 0) {
167 dsb_status(why, mbox_ds
107 mbox_open(const char *path, int flags, mode_t mode, struct stat * st, uid_t chown_uid, gid_t chown_gid, int lock_style, const char *def_dsn, DSN_BUF *why) argument
[all...]
H A Dtrace.c117 VSTRING *why = vstring_alloc(100); local
126 vstring_sprintf(why, "delivery via %s: ", relay);
127 vstring_strcat(why, my_dsn.reason);
128 my_dsn.reason = vstring_str(why);
145 vstring_free(why);
H A Ddot_lockfile_as.c11 /* int dot_lockfile_as(path, why, euid, egid)
13 /* VSTRING *why;
56 int dot_lockfile_as(const char *path, VSTRING *why, uid_t euid, gid_t egid) argument
70 result = dot_lockfile(path, why);
/netbsd-current/games/trek/
H A Dlose.c74 lose(int why) argument
78 printf("\n%s\n", Losemsg[why - 1]);
79 switch (why) {
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dproc-why.c61 proc_prettyfprint_why (FILE *file, unsigned long why, unsigned long what, argument
66 if (why == 0)
70 if (why == pr_why_table[i].value)
76 switch (why) {
97 fprintf (file, "Unknown why %ld, what %ld\n", why, what);
109 proc_prettyprint_why (unsigned long why, unsigned long what, int verbose) argument
111 proc_prettyfprint_why (stdout, why, what, verbose);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dproc-why.c61 proc_prettyfprint_why (FILE *file, unsigned long why, unsigned long what, argument
66 if (why == 0)
70 if (why == pr_why_table[i].value)
76 switch (why) {
97 fprintf (file, "Unknown why %ld, what %ld\n", why, what);
109 proc_prettyprint_why (unsigned long why, unsigned long what, int verbose) argument
111 proc_prettyfprint_why (stdout, why, what, verbose);
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dopen_lock.c11 /* VSTREAM *open_lock(path, flags, mode, why)
15 /* VSTRING *why;
24 /* .IP why
60 VSTREAM *open_lock(const char *path, int flags, mode_t mode, VSTRING *why) argument
69 if ((fp = safe_open(path, flags, mode, (struct stat *) 0, -1, -1, why)) == 0)
73 vstring_sprintf(why, "unable to set exclusive lock: %m");
H A Dsafe_open.c11 /* VSTREAM *safe_open(path, flags, mode, st, user, group, why)
18 /* VSTRING *why;
40 /* .IP why
95 struct stat * fstat_st, VSTRING *why)
107 vstring_sprintf(why, "cannot open file: %m");
122 vstring_sprintf(why, "file has %d hard links",
126 vstring_sprintf(why, "file is a directory");
152 vstring_sprintf(why, "file status changed unexpectedly: %m");
168 vstring_sprintf(why, "file is a symbolic link");
177 vstring_sprintf(why, "fil
94 safe_open_exist(const char *path, int flags, struct stat * fstat_st, VSTRING *why) argument
197 safe_open_create(const char *path, int flags, mode_t mode, struct stat * st, uid_t user, gid_t group, VSTRING *why) argument
245 safe_open(const char *path, int flags, mode_t mode, struct stat * st, uid_t user, gid_t group, VSTRING *why) argument
[all...]
H A Dcidr_match.c11 /* VSTRING *cidr_match_parse(info, pattern, match, why)
14 /* VSTRING *why;
20 /* VSTRING *cidr_match_parse_if(info, pattern, match, why)
23 /* VSTRING *why;
41 /* value of the why argument, or a newly allocated VSTRING
189 VSTRING *why)
207 vstring_sprintf(why ? why : (why = vstring_alloc(20)),
209 return (why);
188 cidr_match_parse(CIDR_MATCH *ip, char *pattern, int match, VSTRING *why) argument
300 cidr_match_parse_if(CIDR_MATCH *ip, char *pattern, int match, VSTRING *why) argument
[all...]
H A Ddict_cidr.c120 int nesting, VSTRING *why)
142 vstring_sprintf(why, "no address pattern");
146 if (cidr_match_parse_if(&cidr_info, p, match, why) != 0)
159 vstring_sprintf(why, "garbage after ENDIF");
163 vstring_sprintf(why, "ENDIF without IF");
201 vstring_sprintf(why, "no address pattern");
208 if (cidr_match_parse(&cidr_info, pattern, match, why) != 0)
212 vstring_sprintf(why, "no lookup result");
226 vstring_strcpy(why, err);
260 VSTRING *why local
119 dict_cidr_parse_rule(DICT *dict, char *p, int lineno, int nesting, VSTRING *why) argument
[all...]
H A Dlogwriter.c81 VSTRING *why = vstring_alloc(100); local
88 NO_STATP, NO_CHOWN, NO_CHGRP, why);
90 msg_fatal("open logfile '%s': %s", path, vstring_str(why));
92 vstring_free(why);
/netbsd-current/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_trouble.c79 /* record why the host is being skipped; soft error, final server:
89 /* record why the host is being skipped; soft error, final server:
105 /* record why the recipient is being skipped; soft error, final server:
115 /* with the reason why the host is being skipped; final server:
132 /* Human-readable description of why mail is not deliverable.
219 DSN_BUF *why = state->why; local
223 int soft_error = (STR(why->status)[0] == '4');
224 int soft_bounce_error = (STR(why->status)[0] == '5' && var_soft_bounce);
230 * why w
316 DSN_BUF *why = state->why; local
375 DSN_BUF *why = state->why; local
436 DSN_BUF *why = state->why; local
[all...]
H A Dsmtp_addr.c11 /* DNS_RR *smtp_domain_addr(name, mxrr, misc_flags, why, found_myself)
15 /* DSN_BUF *why;
18 /* DNS_RR *smtp_host_addr(name, misc_flags, why)
21 /* DSN_BUF *why;
23 /* DNS_RR *smtp_service_addr(name, service, mxrr, misc_flags, why,
29 /* DSN_BUF *why;
161 DSN_BUF *why)
204 why->reason, DNS_REQ_FLAG_NONE,
214 dsb_status(why, "4.4.3");
217 dsb_status(why, SMTP_HAS_SOFT_DS
159 smtp_addr_one(DNS_RR *addr_list, const char *host, int res_opt, unsigned pref, unsigned port, DSN_BUF *why) argument
293 smtp_addr_list(DNS_RR *mx_names, DSN_BUF *why) argument
521 smtp_domain_addr(const char *name, DNS_RR **mxrr, int misc_flags, DSN_BUF *why, int *found_myself) argument
686 smtp_host_addr(const char *host, int misc_flags, DSN_BUF *why) argument
738 smtp_service_addr(const char *name, const char *service, DNS_RR **mxrr, int misc_flags, DSN_BUF *why, int *found_myself) argument
[all...]
H A Dsmtp_sasl_proto.c125 DSN_BUF *why = state->why; local
146 dsb_simple(why, "4.7.0", "SASL authentication failed: "
165 if (smtp_sasl_authenticate(session, why) <= 0) {
/netbsd-current/external/ibm-public/postfix/dist/src/local/
H A Dfile.c89 DSN_BUF *why = state.msg_attr.why; local
115 dsb_simple(why, "5.7.1", "mail to file is restricted");
124 dsb_simple(why, "2.0.0", "delivers to file: %s", path);
166 "5.2.0", why);
170 dsb_simple(why, "5.7.1", "file is executable");
175 "\n", why);
187 vstring_sprintf_prepend(why->reason,
192 dsb_simple(why, "2.0.0", "delivered to file: %s", path);
H A Dmaildir.c88 DSN_BUF *why = state.msg_attr.why; local
110 dsb_simple(why, "2.0.0", "delivers to maildir");
194 dsb_simple(why, mbox_dsn(errno, "5.2.0"),
214 why)) == 0) {
219 dsb_simple(why, mbox_dsn(errno, "5.2.0"),
238 STR(why->reason));
241 vstring_sprintf_prepend(why->reason, "maildir delivery failed: ");
243 (STR(why->status)[0] == '4' ?
247 dsb_simple(why, "2.
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/dns/
H A Ddns_rr_to_pa.c89 VSTRING *why; local
95 why = vstring_alloc(1);
102 if (dns_lookup(argv[1], type, 0, &rr, (VSTRING *) 0, why) != DNS_OK)
103 msg_fatal("%s: %s", argv[1], vstring_str(why));
111 vstring_free(why);
H A Ddns_sec.c88 VSTRING *why; local
121 why = vstring_alloc(100);
122 dns_status = dns_lookup(qname, qtype, rflags, &rrlist, (VSTRING *) 0, why);
141 var_dnssec_probe, vstring_str(why));
145 vstring_free(why);
/netbsd-current/external/ibm-public/postfix/dist/src/virtual/
H A Dmailbox.c85 DSN_BUF *why = state.msg_attr.why; local
103 dsb_simple(why, "2.0.0", "delivers to mailbox");
127 virtual_mbox_lock_mask, "4.2.0", why);
133 dsb_simple(why, "5.3.5", "mail system configuration error");
136 dsb_simple(why, "4.2.0",
145 copy_flags, "\n", why);
157 vstring_sprintf_prepend(why->reason, "delivery failed to mailbox %s: ",
160 (STR(why->status)[0] == '4' ?
165 dsb_simple(why, "2.
180 DSN_BUF *why = state.msg_attr.why; local
[all...]
H A Dunknown.c63 dsb_simple(state.msg_attr.why, "5.1.1",
H A Dmaildir.c83 DSN_BUF *why = state.msg_attr.why; local
105 dsb_simple(why, "2.0.0", "delivers to maildir");
188 dsb_simple(why, mbox_dsn(errno, "4.2.0"),
208 why)) == 0) {
213 dsb_simple(why, mbox_dsn(errno, "4.2.0"),
234 STR(why->reason));
237 vstring_sprintf_prepend(why->reason, "maildir delivery failed: ");
239 (STR(why->status)[0] == '4' ?
244 dsb_simple(why, "2.
[all...]

Completed in 194 milliseconds

1234567891011>>