HomeSort by: relevance | last modified time | path
    Searched defs:verb (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/autoconf/dist/lib/Autom4te/
ChannelDefs.pm 35 verb ($MESSAGE, [%OPTIONS]);
57 @EXPORT = qw (&prog_error &error &fatal &verb
121 =item C<verb>
123 Messages output in C<--verbose> mode. Use C<&verb> to send such messages.
157 register_channel 'verb', type => 'debug', silent => 1, ordered => 0;
227 =item C<verb ($MESSAGE, [%OPTIONS])>
233 sub verb ($;%) subroutine
236 msg 'verb', '', $msg, %opts;
  /src/external/bsd/unbound/dist/smallapp/
unbound-host.c 81 static int verb = 0; variable
283 if(verb > 0)
304 if(verb > 0)
315 if(verb > 0)
324 if(verb > 0) {
473 verb++;
unbound-anchor.c 191 static int verb = 0; variable
275 if(str && str2 && verb) printf("%s: %s\n", str, str2);
276 if(verb) printf("error: could not create unbound resolver context\n");
290 if(verb) printf("out of memory\n");
295 if(r && verb) printf("ctx targetfetchpolicy: %s\n", ub_strerror(r));
328 if(verb == 0 || verb == 1) return;
329 if(verb == 2) {
345 if(verb == 0 || verb == 1) return
    [all...]
  /src/external/bsd/unbound/dist/testcode/
lock_verify.c 104 static int verb = 0; variable
208 if(verb) printf("read create %u %u %s %d\n",
242 if(verb) printf("read lock %u %u %u %u %s %d\n",
340 if(verb > 1) fprintf(stderr, "[%d] visit lock %u %u %s %d\n", level,
378 if(verb)
petal.c 69 static int verb = 0; variable
159 if(verb) printf("line too long\n");
167 if(verb) printf("could not SSL_read\n");
174 if(verb) printf("error: stray linefeeds\n");
222 if(verb>=2) printf("read: %s\n", buf);
258 if(verb>=1) printf("failed to set_ecdh_auto, not enabling ECDHE\n");
263 if(verb>=1) printf("could not find p256, not enabling ECDHE\n");
266 if(verb>=1) printf("Error in SSL_CTX_set_tmp_ecdh, not enabling ECDHE\n");
503 if(verb >= 3)
563 if(verb) {
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
diagnostic-path.h 76 enum verb enum in class:diagnostic_event
123 meaning (enum verb verb, enum noun noun)
124 : m_verb (verb), m_noun (noun), m_property (PROPERTY_unknown)
127 meaning (enum verb verb, enum property property)
128 : m_verb (verb), m_noun (NOUN_unknown), m_property (property)
134 static const char *maybe_get_verb_str (enum verb);
138 enum verb m_verb;
  /src/games/hack/
hack.invent.c 844 const char *verb = Blind ? "feel" : "see"; local
859 pline("You %s no objects here.", verb);
882 pline("You %s here %s.", verb, gbuf);
887 pline("You %s here %s.", verb, doname(otmp0));
  /src/external/bsd/bzip2/dist/
blocksort.c 218 Int32 verb )
231 if (verb >= 4)
265 if (verb >= 4)
310 if (verb >= 4)
322 if (verb >= 4)
758 Int32 verb,
769 if (verb >= 4) VPrintf0 ( " main sort initialise ...\n" );
802 if (verb >= 4) VPrintf0 ( " bucket sorting ...\n" );
895 if (verb >= 4)
1010 if (verb >= 4
1039 Int32 verb = s->verbosity; local
    [all...]
  /src/external/bsd/libbind/dist/isc/
ctl_srvr.c 68 #define lastverb_p(verb) (verb->name == NULL || verb->func == NULL)
98 const struct ctl_verb * verb; member in struct:ctl_sess
192 (*logger)(ctl_error, "%s: no connection verb found", me);
383 sess->verb = &fakehelpverb;
463 sess->verb = ctx->connverb;
604 INSIST(sess->verb != NULL);
605 (*sess->verb->func)(sess->ctx, sess, sess->verb,
685 const struct ctl_verb *verb; local
    [all...]
  /src/games/adventure/
init.c 70 int verb, obj, spk; variable
96 int actspeak[35]; /* rtext msg for verb <n> */
  /src/sys/dev/hdaudio/
hdaudio.c 218 uint32_t verb; local
223 verb = (addr << 28) | (nid << 20) | (control << 8) | param;
234 corb[wp] = verb;

Completed in 38 milliseconds