Searched refs:verb (Results 1 - 25 of 262) sorted by relevance

1234567891011

/netbsd-current/external/bsd/unbound/dist/smallapp/
H A Dunbound-anchor.c189 static int verb = 0; variable
273 if(str && str2 && verb) printf("%s: %s\n", str, str2);
274 if(verb) printf("error: could not create unbound resolver context\n");
288 if(verb) printf("out of memory\n");
293 if(r && verb) printf("ctx targetfetchpolicy: %s\n", ub_strerror(r));
326 if(verb == 0 || verb == 1) return;
327 if(verb == 2) {
343 if(verb == 0 || verb
[all...]
H A Dunbound-host.c79 static int verb = 0; variable
281 if(verb > 0)
302 if(verb > 0)
313 if(verb > 0)
322 if(verb > 0) {
471 verb++;
/netbsd-current/external/gpl3/autoconf/dist/bin/
H A Dautoreconf.in346 verb "$configure_ac: not using Autoconf";
373 verb "$configure_ac: not using Gettext";
377 verb "$configure_ac: not running autopoint: --install not given";
426 verb "$configure_ac: not using aclocal";
463 verb "$configure_ac: tracing";
502 verb "$configure_ac: adding subdirectory $_ to autoreconf";
507 verb "$configure_ac: subdirectory $_ not present";
530 verb "$configure_ac: creating directory $aux_dir";
542 verb "$configure_ac: not using Libtool";
555 verb "
[all...]
H A Dautom4te.in524 verb "creating $output";
537 verb "forbidden tokens: $forbidden";
538 verb "forbidden token : $_ => $forbidden{$_}"
540 verb "allowed tokens: $allowed";
717 verb "formatting traces for `$output': " . join (', ', sort keys %trace);
1003 verb "the trace request object is:\n" . $req->marshall;
H A Dautoscan.in156 verb "srcdir = $srcdir";
591 verb "running: $autoconf $trace_option $configure_ac";
H A Dautoheader.in174 verb "$me: running $autoconf to trace from $ARGV[0]";
/netbsd-current/external/bsd/libbind/dist/isc/
H A Dctl_srvr.c68 #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
762 ctl_morehelp(struct ctl_sctx *ctx, struct ctl_sess *sess, const struct ctl_verb *verb, const char *text, u_int respflags, const void *respctx, void *uctx) argument
[all...]
/netbsd-current/external/bsd/unbound/dist/testcode/
H A Dpetal.c69 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...]
H A Dlock_verify.c104 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)
/netbsd-current/games/adventure/
H A Dmain.c157 l2012: verb = 0; /* 2012 */
183 if (verb == say && *wd2 != 0)
184 verb = 0;
185 if (verb == say)
290 l4000: verb = k;
291 spk = actspeak[verb];
292 if (*wd2 != 0 && verb != say)
294 if (verb == say)
301 switch (verb) {
460 switch (verb) {
[all...]
H A Dhdr.h70 extern int verb, obj, spk;
111 int tverb; /* the verb that takes you there */
119 extern int actspeak[35]; /* rtext msg for verb <n> */
H A Dsubr.c401 k = tkk->tverb; /* k back to verb */
488 if (verb == find || verb == invent)
709 if (verb == lock)
731 if (verb == lock) {
768 if (verb == lock)
798 if (here(bird) && verb != throw)
835 verb = 0;
H A Dio.c404 t->tverb = rnum(); /* get verb from the file */
422 printf("verb %d takes you to ", t->tverb);
475 /* default verb messages */
480 if ((verb = rnum()) < 0)
482 actspeak[verb] = rnum();
H A Dsave.c507 {&verb, sizeof(verb)},
619 &verb,
H A Dinit.c70 int verb, obj, spk; variable
96 int actspeak[35]; /* rtext msg for verb <n> */
/netbsd-current/external/gpl3/autoconf/dist/lib/Autom4te/
H A DChannelDefs.pm35 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;
H A DFileUtils.pm227 verb "up_to_date ($file): outdated: $dep";
232 verb "up_to_date ($file): up to date";
301 verb "running: $command";
323 verb "running: @command";
342 verb "running: @command";
361 verb "reading $file";
/netbsd-current/external/cddl/osnet/dist/lib/pyzfs/common/
H A Dallow.py290 verb = _("remove")
299 verb = _("set")
305 help=_("%s permission locally") % verb)
307 help=_("%s permission for descendents") % verb)
309 help=_("%s permission for user") % verb)
311 help=_("%s permission for group") % verb)
313 help=_("%s permission for everyone") % verb)
315 help=_("%s create time permissions") % verb)
/netbsd-current/external/bsd/bzip2/dist/
H A Dblocksort.c218 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 >
753 mainSort( UInt32* ptr, UChar* block, UInt16* quadrant, UInt32* ftab, Int32 nblock, Int32 verb, Int32* budget ) argument
1039 Int32 verb = s->verbosity; local
[all...]
/netbsd-current/games/hack/
H A Dhack.objnam.c406 aobjnam(struct obj *otmp, const char *verb) argument
419 if (verb) {
420 /* verb is given in plural (i.e., without trailing s) */
423 strlcat(bp, verb, bpmax);
424 else if (!strcmp(verb, "are"))
427 strlcat(bp, verb, bpmax);
H A Dhack.invent.c844 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));
/netbsd-current/external/gpl2/lvm2/dist/test/
H A Dtest-lib.sh56 -v|--v|--ve|--ver|--verb|--verbo|--verbos|--verbose)
/netbsd-current/external/gpl3/gdb/dist/readline/readline/doc/
H A Dtexi2dvi62 verb=false # true for verbose mode
373 # verbose WORD1 WORD2... - Echo concatenated WORDs to stderr, if $verb.
376 if $verb; then
1826 -V | --verb*) verb=true;;
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/doc/
H A Dtexi2dvi68 verb=false # true for verbose mode
419 if $verb; then
1695 -V | --verb*) verb=true;;
/netbsd-current/sys/dev/hdaudio/
H A Dhdaudio.c218 uint32_t verb; local
223 verb = (addr << 28) | (nid << 20) | (control << 8) | param;
234 corb[wp] = verb;

Completed in 235 milliseconds

1234567891011