HomeSort by: relevance | last modified time | path
    Searched refs:why (Results 1 - 25 of 260) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/external/cddl/osnet/dist/common/zfs/
zfs_namecheck.c 35 * 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)
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)
106 if (why)
    [all...]
  /src/external/ibm-public/postfix/dist/src/global/
deliver_flock.c 11 /* int deliver_flock(fd, lock_style, why)
14 /* VSTRING *why;
26 /* .IP why
69 int deliver_flock(int fd, int lock_style, VSTRING *why)
81 if (why)
82 vstring_sprintf(why, "unable to lock for exclusive access: %m");
dot_lockfile.c 11 /* 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)
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...]
reject_deliver_request.c 77 DSN_BUF *why; local
87 why = vdsb_simple(dsb_create(), code, format, ap);
89 (void) DSN_FROM_DSN_BUF(why);
90 if (strchr("45", vstring_str(why->status)[0]) == 0)
98 status = (vstring_str(why->status)[0] != '4' ?
103 service, NO_TLS_STATS, &why->dsn);
108 dsb_free(why);
nbdb_redirect.c 73 static VSTRING *why = 0; variable
81 VSTRING *why; local
92 why = vstring_alloc(100);
94 DELAY, why)) {
101 msg_warn("Non-Berkeley-DB migration error: %s", STR(why));
104 "Non-Berkeley-DB migration error: %s", STR(why));
114 vstring_free(why);
122 * status for each request, and that logs why.
149 if (why == 0)
150 why = vstring_alloc(100)
    [all...]
mbox_open.c 19 /* 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_dsn(errno, def_dsn))
    [all...]
nbdb_clnt.c 17 /* VSTRING *why)
43 /* .IP why
81 const char *path, int timeout, int delay, VSTRING *why)
94 vstring_sprintf(why, "connection to %s service: %m", service_path);
107 vstring_sprintf(why, "error receiving %s service initial response",
118 vstring_sprintf(why, "error sending request to %s service: %m",
125 RECV_ATTR_STR(MAIL_ATTR_WHY, why),
127 vstring_sprintf(why, "error receiving response from %s service: %m",
138 VSTRING *why)
161 status = try_one(STR(service_path), type, path, timeout, delay, why);
    [all...]
dot_lockfile_as.c 11 /* 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)
70 result = dot_lockfile(path, why);
  /src/games/trek/
lose.c 74 lose(int why)
78 printf("\n%s\n", Losemsg[why - 1]);
79 switch (why) {
  /src/external/ibm-public/postfix/dist/src/nbdb_reindexd/
nbdb_index_as.c 17 /* VSTRING *why)
40 /* .IP why
88 const char *source_path, uid_t uid, gid_t gid, VSTRING *why)
103 vstring_sprintf(why, "open /dev/null O_RDWR: %m");
113 vstring_sprintf(why, "create %s output pipe: %m", command);
152 VSTRING_RESET(why);
153 VSTRING_SPACE(why, VSTREAM_BUFSIZE);
157 (count = read(cmd_out[0], STR(why),
158 NBDB_MIN(count, vstring_avail(why)))) <= 0) {
159 vstring_sprintf(why, "(%s failure reason unavailable: %m)"
    [all...]
nbdb_safe.c 22 /* VSTRING *why)
42 /* .IP why
101 VSTRING *why)
120 vstring_sprintf(why, "table %s has an unexpected pathname; to "
130 vstring_sprintf(why, "table %s has an unexpected pathname; to "
145 vstring_sprintf(why, "legacy indexed file '%s' is owned by "
153 vstring_sprintf(why, "legacy indexed file '%s' is owned by "
nbdb_process.c 14 /* VSTRING *why)
28 /* .IP why
79 VSTRING *why)
104 vstring_sprintf(why, "the %s service is disabled", var_servname);
113 (const DICT_OPEN_INFO **) 0, why)) == 0) {
122 vstring_sprintf(why, "non-Berkeley-DB type '%s' has no known suffix",
146 vstring_sprintf(why, "look up status for legacy indexed file '%s': %m",
157 vstring_sprintf(why, "look up status for source file '%s': %m",
170 vstring_sprintf(why, "look up status for parent directory '%s': %m",
185 leg_idx_st.st_gid, why)) == 0
    [all...]
nbdb_reindexd.c 202 static VSTRING *why; local
208 why = vstring_alloc(100);
210 VSTRING_RESET(why);
211 VSTRING_TERMINATE(why);
226 if ((status = nbdb_process(STR(leg_type), path, why)) != 0)
228 STR(leg_type), path, STR(why));
243 status = nbdb_process(STR(leg_type), STR(source_path), why);
246 STR(leg_type), STR(source_path), STR(why));
249 SEND_ATTR_STR(MAIL_ATTR_WHY, STR(why)),
  /src/external/gpl3/gdb.old/dist/gdb/
proc-why.c 60 proc_prettyfprint_why (FILE *file, unsigned long why, unsigned long what,
65 if (why == 0)
69 if (why == pr_why_table[i].value)
75 switch (why) {
96 fprintf (file, "Unknown why %ld, what %ld\n", why, what);
108 proc_prettyprint_why (unsigned long why, unsigned long what, int verbose)
110 proc_prettyfprint_why (stdout, why, what, verbose);
  /src/external/gpl3/gdb/dist/gdb/
proc-why.c 60 proc_prettyfprint_why (FILE *file, unsigned long why, unsigned long what,
65 if (why == 0)
69 if (why == pr_why_table[i].value)
75 switch (why) {
96 fprintf (file, "Unknown why %ld, what %ld\n", why, what);
108 proc_prettyprint_why (unsigned long why, unsigned long what, int verbose)
110 proc_prettyfprint_why (stdout, why, what, verbose);
  /src/external/ibm-public/postfix/dist/src/util/
open_lock.c 11 /* 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)
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");
safe_open.c 11 /* 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, "file status changed unexpectedly")
    [all...]
cidr_match.c 11 /* 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);
    [all...]
dict_cidr.c 120 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);
263 VSTRING *why = 0 local
    [all...]
  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_trouble.c 79 /* record why the host is being skipped; soft error, final server:
89 /* record why the host is being skipped; soft error, final server:
102 /* record why the recipient is being skipped; soft error, final server:
112 /* with the reason why the host is being skipped; final server:
140 /* Human-readable description of why mail is not deliverable.
227 DSN_BUF *why = state->why; local
231 int soft_error = (STR(why->status)[0] == '4');
232 int soft_bounce_error = (STR(why->status)[0] == '5' && var_soft_bounce);
252 * why we're skipping this host
341 DSN_BUF *why = state->why; local
400 DSN_BUF *why = state->why; local
462 DSN_BUF *why = state->why; local
    [all...]
smtp_addr.c 11 /* 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_DSN(why) ? "4.4.3" : "5.4.3")
    [all...]
  /src/external/ibm-public/postfix/dist/src/local/
file.c 89 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);
  /src/external/ibm-public/postfix/dist/src/dns/
dns_rr_to_pa.c 89 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);
dns_sec.c 88 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);
  /src/external/ibm-public/postfix/dist/src/virtual/
mailbox.c 85 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.0.0", "delivered to mailbox")
180 DSN_BUF *why = state.msg_attr.why; local
    [all...]

Completed in 90 milliseconds

1 2 3 4 5 6 7 8 91011