Searched refs:attribs (Results 1 - 14 of 14) sorted by relevance

/osnet-11/usr/src/lib/libfedfs/common/
H A Dlist_fsns.c52 char *attribs[2]; local
74 attribs[0] = "fedfsFsnUuid";
75 attribs[1] = NULL;
84 NULL, attribs, 0, &result) != LDAP_SUCCESS) {
H A Dlist_nces.c222 char *attribs[5]; local
255 attribs[0] = "namingContexts";
256 attribs[1] = NULL;
260 filter, attribs, 0, &result) != LDAP_SUCCESS) {
325 attribs[0] = "fedfsNcePrefix";
326 attribs[1] = NULL;
330 filter, attribs, 0, &result) != LDAP_SUCCESS) {
H A Dnsdb_lookup.c269 char *attribs[6], filter[80]; local
344 attribs[0] = "fedfsFslHost";
345 attribs[1] = "fedfsNfsPath";
346 attribs[2] = "fedfsSmbShare";
347 attribs[3] = "fedfsFslUuid";
348 attribs[4] = "fedfsAnnotation";
349 attribs[5] = NULL;
363 filter, attribs, 0, &result) != LDAP_SUCCESS) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_OS2.pm52 my($self,%attribs) = @_;
54 my($funcs) = $attribs{DL_FUNCS} || $self->{DL_FUNCS} || {};
55 my($vars) = $attribs{DL_VARS} || $self->{DL_VARS} || [];
56 my($funclist) = $attribs{FUNCLIST} || $self->{FUNCLIST} || [];
57 my($imports) = $attribs{IMPORTS} || $self->{IMPORTS} || {};
H A DMM_Win32.pm51 my($self,%attribs) = @_;
53 my($funcs) = $attribs{DL_FUNCS} || $self->{DL_FUNCS} || {};
54 my($vars) = $attribs{DL_VARS} || $self->{DL_VARS} || [];
55 my($funclist) = $attribs{FUNCLIST} || $self->{FUNCLIST} || [];
56 my($imports) = $attribs{IMPORTS} || $self->{IMPORTS} || {};
307 my($self, %attribs) = @_;
312 my($otherldflags) = $attribs{OTHERLDFLAGS} || ($BORLAND ? 'c0d32.obj': '');
313 my($inst_dynamic_dep) = $attribs{INST_DYNAMIC_DEP} || "";
H A DMM_NW5.pm200 my($self, %attribs) = @_;
205 my($otherldflags) = $attribs{OTHERLDFLAGS} || ($BORLAND ? 'c0d32.obj': '');
206 my($inst_dynamic_dep) = $attribs{INST_DYNAMIC_DEP} || "";
H A DMM_MacOS.pm699 my($self,%attribs) = @_;
703 my($funcs) = $attribs{DL_FUNCS} || $self->{DL_FUNCS} || {};
704 my($vars) = $attribs{DL_VARS} || $self->{DL_VARS} || [];
753 my($self, %attribs) = @_;
763 push(@otherfiles, patternify($attribs{FILES})) if $attribs{FILES};
769 "\t$attribs{POSTOP}\n") if $attribs{POSTOP};
816 my($self, %attribs) = @_;
824 push(@otherfiles, patternify($attribs{FILE
[all...]
H A DMM_VMS.pm913 my($self,%attribs) = @_;
917 my($funcs) = $attribs{DL_FUNCS} || $self->{DL_FUNCS} || {};
918 my($vars) = $attribs{DL_VARS} || $self->{DL_VARS} || [];
919 my($funclist) = $attribs{FUNCLIST} || $self->{FUNCLIST} || [];
993 my($self, %attribs) = @_;
998 my($otherldflags) = $attribs{OTHERLDFLAGS} || "";
999 my($inst_dynamic_dep) = $attribs{INST_DYNAMIC_DEP} || "";
1026 my($self, %attribs) = @_;
1213 my($self, %attribs) = @_;
1224 # Unlink realclean, $attribs{FILE
[all...]
H A DMM_Unix.pm277 my($self, %attribs) = @_;
294 push(@otherfiles, $attribs{FILES}) if $attribs{FILES};
319 "\t$attribs{POSTOP}\n") if $attribs{POSTOP};
552 my($self,%attribs) = @_;
554 while (($key,$val) = each %attribs){
708 my($self, %attribs) = @_;
718 my $value = $attribs{$key} || $self->{$key};
993 my($self,%attribs)
[all...]
H A DMM_Any.pm524 my($self, %attribs) = @_;
526 my $maxlen = $attribs{MAXLEN} ? '$$AutoSplit::Maxlen=$attribs{MAXLEN};'
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/t/
H A Dstrap.t71 my @attribs = qw(max skip_all todo);
115 ok( eq_set( [map $strap->{$_}, grep defined $strap->{$_}, @attribs],
116 [map $expect->{$_}, grep defined $expect->{$_}, @attribs] ),
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DReadLine.pm95 If C<Features> method reports a feature C<attribs> as present, the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm2534 my $attribs = $self->_set_attributes($_, $attributes);
2541 qq(<input type="$box_type" name="$name" value="$_" $checkit$other$tab$attribs$disable/>$label)).${break};
2543 push(@elements,qq/<input type="$box_type" name="$name" value="$_" $checkit$other$tab$attribs$disable>${label}${break}/);
2603 my $attribs = $self->_set_attributes($_, $attributes);
2609 $result .= "<option${attribs} ${selectit}value=\"$value\">$label</option>\n";
2662 my $attribs = $self->_set_attributes($_, $attributes);
2667 $result .= $labeled ? $novals ? "<option$attribs label=\"$value\">$label</option>\n"
2668 : "<option$attribs label=\"$value\" value=\"$value\">$label</option>\n"
2669 : $novals ? "<option$attribs>$label</option>\n"
2670 : "<option$attribs valu
[all...]
H A DCPAN.pm108 my $attribs = $term->Attribs;
109 $attribs->{attempted_completion_function} = sub {

Completed in 1792 milliseconds