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

12

/illumos-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;
/illumos-gate/usr/src/lib/libbsm/
H A Dauditxml398 my $comma = ',';
401 $comma = '' if $i++ == $j;
403 $start = " = $start$comma";
405 $start = "$comma\t";
863 # "EOL" is where a comma should go unless end of list
/illumos-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
/illumos-gate/usr/src/cmd/praudit/
H A Dprint_audit.txt107 default delimiter, which is the comma. The maximum size of a
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfstat.c1722 char *s, *comma; local
1733 if ((comma = strchr(s, ',')) != NULL) {
1734 if (!strcasecmp(comma + 1, "any")) {
1736 } else if (!sscanf(comma + 1, "%d", port) ||
1743 *comma = '\0';
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dproto.h191 FNPROTO(comma); variable
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h618 extern char *yankword(char *name, char *word, int sz, int comma);
/illumos-gate/usr/src/tools/scripts/
H A Dcstyle.pl70 allow a comma-seperated list of optional constructs:
588 err("comma or semicolon followed by non-blank");
592 err("comma or semicolon preceded by blank");
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c4302 char *comma = strchr(value, ','); local
4303 if (comma != NULL) {
4304 *comma++ = '\0';
4319 value = comma;
4335 char *comma = strchr(value, ','); local
4342 if (comma != NULL) {
4343 *comma++ = '\0';
4359 value = comma;
/illumos-gate/usr/src/cmd/mailx/
H A Dcollect.c1258 int comma = docomma(news); local
1260 while (news = yankword(news, name, sizeof (name), comma)) {
/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh617 printf "$(gettext "Enter a comma-separated list of DNS domain names"): "
1842 printf "$(gettext "Enter a comma-separated list of slave KDC host names"): "
1877 printf "$(gettext "Enter a comma-separated list of domain/hosts
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c2589 cp = p; /* save location of comma */
2608 *cp = ','; /* restore the comma */
2684 * Construct a comma separated string of the options set in the given
2706 int optlen, comma = 0; local
2709 comma = 1;
2711 if (strlen(buf) + comma + optlen + 1 > len)
2713 if (comma)
/illumos-gate/usr/src/lib/efcode/engine/
H A Dforth.c836 comma(fcode_env_t *env) function
842 set_here(env, HERE + sizeof (fstack_t), "comma");
2631 ANSI(0x0d3, 0, ",", comma);
/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dinityp2l.sh260 with a comma, the value of the nisLDAPconfigDN attribute
294 the value ends with a comma, the value of the context for
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c4376 {"comma", "less", ',', '<', 0x33},
4552 " quote, doublequote, backquote, tilde, shift, backslash, bar, comma,"
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex579 % @comma{} to avoid , parsing problems.
580 \let\comma = ,
1098 % @comma{} is so commas can be inserted into text without messing up
1101 \let\comma = ,
1874 % @uref (abbreviation for `urlref') takes an optional (comma-separated)
3223 \definedummyword{comma}%
3362 \def\comma{,}%
5855 % might or might not have spaces before the first comma, like:
5861 % also remove a trailing comma, in case of something like this:
6023 % But we always want a comma an
[all...]

Completed in 985 milliseconds

12