Searched refs:dash (Results 1 - 18 of 18) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/common/
H A Dcpu_mdesc.h66 char *dash; /* FRU dash */ member in struct:md_fru
H A Dcpu.c256 /* part number + dash number */
258 (frup->dash ? strlen(frup->dash) : 0) + 1;
262 frup->dash ? frup->dash : MD_STR_BLANK);
H A Dcpu_mdesc.c323 frup->dash = topo_mod_strdup(mod, str);
414 topo_mod_strfree(mod, frup->dash);
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetvfsent.c48 if (strcmp(vp->xx, dash) == 0)\
53 if (strcmp(vp->xx, dash) == 0)\
64 static const char dash[] = "-"; variable
H A Dgetmntent.c53 if (strcmp(mp->xx, dash) == 0)\
66 static const char dash[] = "-"; variable
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/platform-mem/common/
H A Dmem_mdesc.c264 char *unum, *serial, *part, *dash; local
293 "dash_number", &dash) < 0)
294 dash = "";
296 ss = strlen(part) + strlen(dash) + 1;
299 sp = strncat(sp, dash, strlen(dash) + 1);
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/
H A Dpi_subr.c567 * number is made up of the part number attribute concatenated with the dash
579 char *dash = NULL; local
585 result = md_get_prop_str(mdp, mde_node, MD_STR_DASH_NUMBER, &dash);
587 dash = NULL;
589 bufsize = 1 + (part ? strlen(part) : 0) + (dash ? strlen(dash) : 0);
594 /* Construct the part number from the part and dash values */
598 (dash ? dash : ""));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A DCanonical.pl135 dash => 'Dash',
/osnet-11/usr/src/grub/grub2/util/
H A Dgetroot.c1340 char *uuid, *dash; local
1344 dash = grub_strchr (uuid + sizeof ("CRYPT-LUKS1-") - 1, '-');
1345 if (dash)
1346 *dash = 0;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DLong.pm456 # Double dash is option list terminator.
1327 double dash "--". Support for bundling of command line options, as was
1343 preceded by a single dash C<->, and consist of a single letter.
1391 uniqueness, case does not matter, and a single dash is sufficient,
1460 insert a double dash C<--> on the command line:
1578 to stop processing options, as if it encountered a double dash C<-->.
1839 options B<must> always start with a double dash C<--> to avoid
1876 =head2 The lonesome dash
1878 Normally, a lone dash C<-> on the command line will not be considered
1880 configured) and the dash wil
[all...]
/osnet-11/usr/src/lib/libnsl/ipsec/
H A Dalgs.c73 static const char *dash = "-"; variable
106 token = strtok_r(NULL, dash, &lasts);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNNTP.pm1058 where the beginning and end of the range are separated by a minus (or dash)
1059 character, or as any combination of lists and ranges. The dash can
1084 bracket or a minus sign/dash.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2man.PL57 # Insert -- into @ARGV before any single dash argument to hide it from
319 section, so don't put anything in it except this line. A single dash, and
320 only a single dash, should separate the list of programs or functions from
323 replaces the dash with a few tabs.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DChecker.pm272 with the script/module name, followed by a dash `-' and a very short
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm4421 Each argument name is preceded by a dash. Neither case nor order
4424 dash. If a dash is present in the first argument, CGI.pm assumes
H A DCPAN.pm6664 of the line is optional. The comment part is delimited by a dash just
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex1809 % and arrange explicitly to hyphenate at a dash.
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex2465 % and arrange explicitly to hyphenate at a dash.

Completed in 111 milliseconds