Searched refs:label (Results 1 - 25 of 266) sorted by path

1234567891011

/osnet-11/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c80 char *label = NULL; local
93 /* label */
96 label = rtrim_copy(label_orig, 0);
98 /* Check if label is utf8 format */
99 if ((label != NULL) && (label[0] != '\0') &&
100 (u8_validate(label, strlen(label), (char **)NULL,
102 libhal_changeset_set_property_string (cs, "volume.label", label);
[all...]
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-storage-mount.c302 bailout_if_in_fstab (LibHalContext *hal_ctx, const char *device, const char *label, const char *uuid) argument
308 printf (" label '%s' uuid '%s'\n", label ? label : "" , uuid ? uuid : "");
321 if (label != NULL && g_str_has_prefix (entry, "LABEL=")) {
322 if (strcmp (entry + 6, label) == 0) {
329 /* OK, so what's if someone attaches an external disk with the label '/' and
336 * to your laptop. Bingo, you now have two disks with the label '/'. One must
358 printf ("Wanting to mount %s that has label %s, but /etc/fstab says LABEL=%s is to be mounted at mount point '%s'. However %s (that also has label
492 const char *label; local
640 const char *label; local
[all...]
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dmapping.c30 #include <tsol/label.h>
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dmkntfs.c196 char *label; /* -L, volume label */ member in struct:mkntfs_options
218 " -L, --label STRING Set the volume label\n"
352 { "label", required_argument, NULL, 'L' },
417 if (!opts2->label) {
418 opts2->label = argv[optind-1];
420 ntfs_log_error("You may only specify the label "
4559 if (opts.label) {
4560 g_vol->vol_name = strdup(opts.label);
[all...]
H A Dntfslabel.c8 * This utility will display/change the label on an NTFS partition.
58 char *label; /* Set the label to this */ member in struct:options
74 ntfs_log_info("\n%s v%s (libntfs %s) - Display, or set, the label for an "
93 ntfs_log_info("\nUsage: %s [options] device [label]\n"
139 else if (!err && !opts.label)
140 opts.label = argv[optind-1];
210 * print_label - display the current label of a mounted ntfs partition.
211 * @dev: device to read the label from
215 * Print the label o
276 change_label(ntfs_volume *vol, unsigned long mnt_flags, char *label, BOOL force) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dcc_runtime.h73 #define PP_ENTERTRY(jmpbuf,label) \
80 case 3: JMPENV_POP_ENV(jmpbuf); SPAGAIN; goto label;\
H A Dcop.h18 char * cop_label; /* label for this construct */
241 char * label; member in struct:block_loop
283 cx->blk_loop.label = PL_curcop->cop_label; \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DB.pm1055 =item label
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DBblock.pm79 if ($op->label) {
158 # Any COP (pp_nextstate) with a non-NULL label
H A DBytecode.pm628 asm "cop_label", pvix $cop->label if $cop->label; # XXX AD
H A DC.pm542 $op->private, cstring($op->label), $op->cop_seq,
H A DCC.pm369 my $label = shift;
373 $cxstack[$cxix]->{label} ne $label)) {
463 sub label { subroutine
465 # XXX Preserve original label name for "real" labels?
471 push_runtime(sprintf(" %s:", label($op)));
534 runtime(sprintf("if (!$bool) {XPUSHs(&PL_sv_no); goto %s;}", label($next)));
537 runtime(sprintf("if (!%s) goto %s;", top_bool(), label($next)),
553 $bool, label($next)));
556 runtime(sprintf("if (%s) goto %s;", top_bool(), label(
[all...]
H A DConcise.pm32 ["(?(#label =>\n)?)(*( )*)#class (#addr) #name (?([#targ])?) "
33 . "#svclass~(?((#svaddr))?)~#svval~(?(label \"#coplabel\")?)\n",
623 my $label = $op->label;
624 $h{coplabel} = $label;
625 $label = $label ? "$label: " : "";
632 $h{arg} = "($label$stash $cseq $loc$arybase)";
669 $h{label}
[all...]
H A DDebug.pm76 printf <<'EOT', $op->label, $op->stashpv, $op->file, $op->cop_seq, $op->arybase, $op->line, ${$op->warnings}, cstring($cop_io);
H A DDeparse.pm1363 push @text, $op->label . ": " if $op->label;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
H A Ddebug.t55 leave enter nextstate label leaveloop enterloop null and defined null
61 leave enter nextstate label leaveloop enterloop null and defined null
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm239 ins label legend noframes noscript object optgroup Q
2156 my($label,$value,$script,$tabindex,@other) = rearrange([NAME,[VALUE,LABEL],
2159 $label=$self->_maybe_escapeHTML($label);
2166 $name = qq/ name="$label"/ if $label;
2167 $value = $value || $label;
2183 # $value -> (optional) Value of the button when selected (also doubles as label).
2184 # $label -> (optional) Label printed on the button(also doubles as the value).
2192 my($label,
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/examples/
H A Dcustomize.cgi88 submit(-label=>'Set preferences'),
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/
H A Dautoescape.t107 <optgroup label="optgroup_name" onclick="alert("===> menu group option")">
141 qq{<label><input type="checkbox" name="group_name" value="eenie" checked="checked" onclick="alert("===> checkbox group")" />eenie</label><br /> <label><input type="checkbox" name="group_name" value="meenie" onclick="alert("===> checkbox group")" />meenie</label><br /> <label><input type="checkbox" name="group_name" value="minie" onclick="alert("===> checkbox group")" />minie</label><br /> <label><input type="checkbox" name="group_name" value="moe" checked="checked" onclick="alert("===> checkbox group")" />moe</label><br />},
152 -label
[all...]
H A Dcheckbox_group.t20 qq(<label><input type="checkbox" name="game" value="checkers" />checkers</label> <label><input type="checkbox" name="game" value="chess" />chess</label> <label><input type="checkbox" name="game" value="cribbage" checked="checked" />cribbage</label>),
H A Dform.t64 qq(<label><input type="checkbox" name="weather" value="nice" tabindex="7" />weather</label>),
69 -label => 'forecast'),
70 qq(<label><input type="checkbox" name="weather" value="nice" tabindex="8" />forecast</label>),
75 -label => 'forecast',
78 qq(<label><input type="checkbox" name="weather" value="nice" tabindex="9" checked="checked" />forecast</label>),
83 -label => 'forecast'),
84 qq(<label><inpu
[all...]
H A Dno_tabindex.t60 qq(<label><input type="checkbox" name="weather" value="nice" />weather</label>),
65 -label => 'forecast'),
66 qq(<label><input type="checkbox" name="weather" value="nice" />forecast</label>),
71 -label => 'forecast',
74 qq(<label><input type="checkbox" name="weather" value="nice" checked="checked" />forecast</label>),
79 -label => 'forecast'),
80 qq(<label><inpu
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Unix.pm658 RCS_LABEL command to label your sources rcs -Nv$(VERSION_SYM): -q
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DLaTeX.pm423 $self->{UniqueLabels} = 1 # Use label unique for each pod
443 # hence the ability to set the label externally
444 # The label could then be Pod::Parser_DESCRIPTION or somesuch
446 $self->{Label} = undef # label to be used as prefix
583 This is the label that is prefixed to all C<latex> label and index
585 sections (NAME, DESCRIPTION etc) and a C<latex> label will be multiply
587 C<latex> file. To overcome this, this label is prefixed to a label
588 whenever a label i
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DMore.pm789 the label C<SKIP>, or Test::More can't work its magic.

Completed in 233 milliseconds

1234567891011