Searched refs:comma (Results 1 – 9 of 9) sorted by relevance
/coreutils/src/ ! |
D | pinky.c | 243 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()
|
D | cp.c | 907 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()
|
D | df.c | 438 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/ ! |
D | include-exclude-prog.m4 | 30 # "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/ ! |
D | commit-msg | 71 # Tokens may be space- or comma-separated.
|
/coreutils/ ! |
D | configure.ac | 126 (comma-separated, default none))])],
|
D | NEWS | 1714 pass the option --enable-single-binary-exceptions=PROG_LIST with the comma
|
/coreutils/doc/ ! |
D | perm.texi | 560 separating them with a comma; for example, @samp{=0,u+r} clears all
|
D | coreutils.texi | 1558 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 …]
|