Searched refs:comma (Results 26 - 50 of 59) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_proc.c420 /* loop thru comma seperated list-o-opts */
421 char *comma = NULL, *c = NULL, *l = NULL; local
423 if (st && (comma = strchr(st, ','))) {
438 st = comma;
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/mpt_sas/
H A Dmpt_sas.c386 for (loop = 0, comma = 0;
392 (comma ? ", " : ""),
394 comma++;
/opensolaris-onvv-gate/usr/src/lib/nsswitch/nis/common/
H A Dgetnetgrent.c436 /* Don't allow comma */
455 * the separator after it (comma or
626 * is in the comma-separated, newline-terminated "list"
628 static const char comma = ','; /* Don't let 'cfix' near this */ variable
641 while (*list == comma || isspace(*list))
643 for (p = list; *p != 0 && *p != comma &&
/opensolaris-onvv-gate/usr/src/lib/libbsm/
H A Dauditxml395 my $comma = ',';
398 $comma = '' if $i++ == $j;
400 $start = " = $start$comma";
402 $start = "$comma\t";
859 # "EOL" is where a comma should go unless end of list
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecalgs.c52 static const char *comma = ","; variable
545 while ((holder = strtok((holder == NULL) ? args : NULL, comma)) !=
615 comma)) != NULL) {
625 comma)) != NULL) {
1152 * number or a comma separated string
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/
H A DO.pm92 consists of a comma-separated list of words (no white-space).
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/re/
H A Dre.pm66 comma-separated list of C<termcap> properties to use for highlighting
/opensolaris-onvv-gate/usr/src/cmd/praudit/
H A Dprint_audit.txt107 default delimiter, which is the comma. The maximum size of a
/opensolaris-onvv-gate/usr/src/cmd/ipf/tools/
H A Dipfstat.c1690 char *s, *comma; local
1701 if ((comma = strchr(s, ',')) != NULL) {
1702 if (!strcasecmp(comma + 1, "any")) {
1704 } else if (!sscanf(comma + 1, "%d", port) ||
1711 *comma = '\0';
/opensolaris-onvv-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h610 extern char *yankword(char *name, char *word, int sz, int comma);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DXref.pm43 The C<line numbers> are a comma separated list of line numbers (some
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dpwent.pm264 traditionally holds 4 comma-separated fields containing the user's
/opensolaris-onvv-gate/usr/src/lib/efcode/include/fcode/
H A Dproto.h191 FNPROTO(comma); variable
/opensolaris-onvv-gate/usr/src/tools/scripts/
H A Dcstyle.pl67 allow a comma-seperated list of optional constructs:
536 err("comma or semicolon followed by non-blank");
540 err("comma or semicolon preceded by blank");
/opensolaris-onvv-gate/usr/src/cmd/mailx/
H A Dcollect.c1258 int comma = docomma(news); local
1260 while (news = yankword(news, name, sizeof (name), comma)) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DXSLoader_pm.PL173 and add comma (C<,>) before the arguments ($VERSION above).
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DANSIColor.pm291 automatically be reset if there is no comma after the constant. In other
346 =item No comma allowed after filehandle
388 but the syntax of Perl doesn't allow this. You need a comma after the
/opensolaris-onvv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DClientLib_en.properties149 csl_syntax_error = Syntax error in comma separated list ``{0}''''
/opensolaris-onvv-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c4318 char *comma = strchr(value, ','); local
4319 if (comma != NULL) {
4320 *comma++ = '\0';
4335 value = comma;
4351 char *comma = strchr(value, ','); local
4358 if (comma != NULL) {
4359 *comma++ = '\0';
4375 value = comma;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dconstant.pm324 (or simply use a comma in place of the big arrow) instead of
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2man.PL313 Mandatory section; should be a comma-separated list of programs or functions
358 comma and a space on the same C<=item> line, or optionally listed as their
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dc2ph.PL95 -slist give comma-separated list a structures to dump
437 -slist give comma-separated list a structures to dump
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh615 printf "$(gettext "Enter a comma-separated list of DNS domain names"): "
1830 printf "$(gettext "Enter a comma-separated list of slave KDC host names"): "
1865 printf "$(gettext "Enter a comma-separated list of domain/hosts
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DConstant.pm888 type. In turn it defaults to I<IV>. I<TYPES> should be given either as a comma
1100 I<TYPES> should be given either as a comma separated list of types that the
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFunctions.pm36 The catagory can be a comma separated list.

Completed in 288 milliseconds

123