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

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_subr.c388 char *port_pref, *dash; local
402 port_pref = dash = NULL;
475 dash = val;
517 dash = strchr(port1p, (int)'-');
518 if (dash != NULL) {
519 port2p = dash + 1;
520 *dash = '\0';
557 if (dash != NULL)
558 *dash = '-';
592 dash
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lp/lib/lp/
H A Dalerts.c165 *dash; local
168 while ((dash = strchr(cp, '-'))) {
170 *dash = 0;
172 *(cp = dash) = '-';
/opensolaris-onvv-gate/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/
H A Dcpu_mdesc.h69 char *dash; /* FRU dash */ member in struct:md_fru
H A Dcpu.c304 /* part number + dash number */
306 (frup->dash ? strlen(frup->dash) : 0) + 1;
310 frup->dash ? frup->dash : MD_STR_BLANK);
H A Dcpu_mdesc.c324 frup->dash = topo_mod_strdup(mod, str);
415 topo_mod_strfree(mod, frup->dash);
/opensolaris-onvv-gate/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
/opensolaris-onvv-gate/usr/src/lib/fm/topo/modules/sun4v/platform-mem/
H A Dmem_mdesc.c265 char *unum, *serial, *part, *dash; local
294 "dash_number", &dash) < 0)
295 dash = "";
297 ss = strlen(part) + strlen(dash) + 1;
300 sp = strncat(sp, dash, strlen(dash) + 1);
/opensolaris-onvv-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_subr.c541 * number is made up of the part number attribute concatenated with the dash
553 char *dash = NULL; local
559 result = md_get_prop_str(mdp, mde_node, MD_STR_DASH_NUMBER, &dash);
561 dash = NULL;
563 bufsize = 1 + (part ? strlen(part) : 0) + (dash ? strlen(dash) : 0);
568 /* Construct the part number from the part and dash values */
572 (dash ? dash : ""));
/opensolaris-onvv-gate/usr/src/lib/libbc/libc/sys/common/
H A D_open.c47 if (strcmp(xx, dash) == 0) \
54 static char dash[] = "-"; variable
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A DCanonical.pl135 dash => 'Dash',
/opensolaris-onvv-gate/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...]
/opensolaris-onvv-gate/usr/src/lib/libnsl/ipsec/
H A Dalgs.c74 static const char *dash = "-"; variable
107 token = strtok_r(NULL, dash, &lasts);
/opensolaris-onvv-gate/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.
/opensolaris-onvv-gate/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.
/opensolaris-onvv-gate/usr/src/uts/common/io/aac/
H A Daac_regs.h263 uint8_t dash; member in struct:FsaRev::__anon5183::__anon5184
336 /* Firmware Revision (Vmaj.min-dash.) */
339 /* Firmware's boot code Revision (Vmaj.min-dash.) */
H A Daac.c2484 AAC_GET_FIELD8(acc, fsarev1, fsarev0, external.comp.dash);
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c2063 char *dash; local
2082 if ((dash = strchr(propname, '-')) == NULL ||
2087 domain = dash + 1;
/opensolaris-onvv-gate/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
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm4197 Each argument name is preceded by a dash. Neither case nor order
4200 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
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex1809 % and arrange explicitly to hyphenate at a dash.

Completed in 365 milliseconds