HomeSort by relevance Sort by last modified time
    Searched refs:verb (Results 1 - 12 of 12) sorted by null

  /onnv/onnv-gate/usr/src/tools/scripts/
onbld_elfmod.pm 98 # verb, followed by a single regular expression:
100 # VERB regex
102 # For each such verb, the global level of the main:: namespace must
182 # expression string. If we recognize an exception verb, add
185 my $verb = $1;
188 $verb =~ tr/A-Z/a-z/;
189 $verb = "EXRE_$verb";
190 if ($except_names{$verb}) {
191 if (defined($except_re{$verb})) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-crypto/pktool/
pktool.c 45 * The verbcmd construct allows genericizing information about a verb so
50 char *verb; member in struct:verbcmd_s
57 /* External declarations for supported verb actions. */
71 /* Forward declarations for "built-in" verb actions. */
509 cmds[TOKEN_IDX].verb = TOKEN_VERB;
513 cmds[SETPIN_IDX].verb = SETPIN_VERB;
517 cmds[LIST_IDX].verb = LIST_VERB;
521 cmds[DELETE_IDX].verb = DELETE_VERB;
525 cmds[IMPORT_IDX].verb = IMPORT_VERB;
529 cmds[EXPORT_IDX].verb = EXPORT_VERB
    [all...]
  /onnv/onnv-gate/usr/src/lib/libresolv2/common/isc/
ctl_srvr.c 66 #define lastverb_p(verb) (verb->name == NULL || verb->func == NULL)
96 const struct ctl_verb * verb; member in struct:ctl_sess
190 (*logger)(ctl_error, "%s: no connection verb found", me);
381 sess->verb = &fakehelpverb;
461 sess->verb = ctx->connverb;
602 INSIST(sess->verb != NULL);
603 (*sess->verb->func)(sess->ctx, sess, sess->verb,
683 const struct ctl_verb *verb; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-crypto/kmfcfg/
kmfcfg.c 40 * The verbcmd construct allows genericizing information about a verb so
45 char *verb; member in struct:verbcmd_s
207 if (strcmp(cmds[i].verb, argv[0]) == 0) {
253 "error 0x%02x\n"), cmds[found].verb, ret);
  /onnv/onnv-gate/usr/src/lib/pyzfs/common/
allow.py 288 verb = _("remove")
297 verb = _("set")
303 help=_("%s permission locally") % verb)
305 help=_("%s permission for descendents") % verb)
307 help=_("%s permission for user") % verb)
309 help=_("%s permission for group") % verb)
311 help=_("%s permission for everyone") % verb)
313 help=_("%s create time permissions") % verb)
  /onnv/onnv-gate/usr/src/common/bzip2/
blocksort.c 216 Int32 verb )
229 if (verb >= 4)
263 if (verb >= 4)
308 if (verb >= 4)
320 if (verb >= 4)
756 Int32 verb,
767 if (verb >= 4) VPrintf0 ( " main sort initialise ...\n" );
800 if (verb >= 4) VPrintf0 ( " bucket sorting ...\n" );
893 if (verb >= 4)
1008 if (verb >= 4
1037 Int32 verb = s->verbosity; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/ldd/common/
ldd.c 136 verb[] = "LD_VERBOSE= ", variable
308 verb[sizeof (verb) - 2] = (vflag) ? '1' : '\0';
713 (putenv(path) != 0) || (putenv(verb) != 0) ||
  /onnv/onnv-gate/usr/src/cmd/ptools/ppriv/
ppriv.c 56 static boolean_t verb = B_FALSE; variable
104 verb = B_TRUE;
601 if (verb) {
  /onnv/onnv-gate/usr/src/uts/common/io/audio/drv/audiohd/
audiohd.c 6190 uint32_t verb; local
6232 uint32_t verb; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
Balanced.pm     [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
MakeMaker.pm 453 # PERL or FULLPERL will be a command verb or even a
665 ++$Verbose if m/^verb/;
    [all...]
  /onnv/onnv-gate/usr/src/grub/grub-0.97/
configure 582 -v | -verbose | --verbose | --verbos | --verbo | --verb)
    [all...]

Completed in 1200 milliseconds