Home
last modified time | relevance | path

Searched refs:comma (Results 1 – 9 of 9) sorted by relevance

/coreutils/src/
Dpinky.c243 char *const comma = strchr (pw->pw_gecos, ','); in print_entry() local
246 if (comma) in print_entry()
247 *comma = '\0'; in print_entry()
328 char *const comma = strchr (pw->pw_gecos, ','); in print_long_entry() local
331 if (comma) in print_long_entry()
332 *comma = '\0'; in print_long_entry()
Dcp.c907 char *comma = strchr (s, ','); in decode_preserve_arg() local
911 if (comma) in decode_preserve_arg()
912 *comma++ = 0; in decode_preserve_arg()
960 s = comma; in decode_preserve_arg()
Ddf.c438 char *comma = strchr (s, ','); in decode_output_arg() local
441 if (comma) in decode_output_arg()
442 *comma++ = 0; in decode_output_arg()
494 s = comma; in decode_output_arg()
/coreutils/m4/
Dinclude-exclude-prog.m430 # "do-install" requests. The names in the latter list should be comma-
39 [install the programs in PROG_LIST (comma-separated,
50 (comma-separated, default: $2)])],
/coreutils/scripts/git-hooks/
Dcommit-msg71 # Tokens may be space- or comma-separated.
/coreutils/
Dconfigure.ac126 (comma-separated, default none))])],
DNEWS1714 pass the option --enable-single-binary-exceptions=PROG_LIST with the comma
/coreutils/doc/
Dperm.texi560 separating them with a comma; for example, @samp{=0,u+r} clears all
Dcoreutils.texi1558 comma as a decimal point.
8419 separated by @samp{, } (a comma and a space),
9076 If specified, the @var{attribute_list} must be a comma-separated list
9564 (No spaces around any comma(s).)
9708 argument(s). (No spaces around any comma(s).)
9713 argument(s). (No spaces around any comma(s).)
12272 FIELD_LIST is a comma-separated list of columns to be included in @command{df}'s
13391 For example, in a locale whose decimal point character is a comma,
16836 a comma separates seconds from subseconds.
17863 Multiple signals can be comma-separated. An empty @var{sig} argument is a no-op.
[all …]