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

123

/opensolaris-onvv-gate/usr/src/uts/common/fs/
H A Dvfs.c2564 cp = p; /* save location of comma */
2583 *cp = ','; /* restore the comma */
2659 * Construct a comma separated string of the options set in the given
2681 int optlen, comma = 0; local
2684 comma = 1;
2686 if (strlen(buf) + comma + optlen + 1 > len)
2688 if (comma)
/opensolaris-onvv-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
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c4667 {"comma", "less", ',', '<', 0x33},
4843 " quote, doublequote, backquote, tilde, shift, backslash, bar, comma,"
/opensolaris-onvv-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);
/opensolaris-onvv-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...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DBalanced.pm2082 Finally, here is yet another way to do comma-separated value parsing:
2092 I<"Try and extract a ' or " delimited string, otherwise extract anything up to a comma...">.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_VMS.pm505 comma-separated.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Getopt/
H A DLong.pm1516 Often it is useful to allow comma-separated lists of values as well as
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDeparse.pm4154 the '-MO=Deparse', separated by a comma but not any white space.

Completed in 304 milliseconds

123