Home
last modified time | relevance | path

Searched refs:comment (Results 1 – 4 of 4) sorted by relevance

/coreutils/src/
Dwho.c236 char const *comment, char const *exitstr) in print_line() argument
284 comment, in print_line()
449 char *comment = xmalloc (prefixlen + idlen + 1); in make_id_equals_comment() local
450 char *p = mempcpy (comment, prefix, prefixlen); in make_id_equals_comment()
453 return comment; in make_id_equals_comment()
460 char *comment = make_id_equals_comment (utmp_ent); in print_deadprocs() local
475 time_string (utmp_ent), "", pidstr, comment, exitstr); in print_deadprocs()
476 free (comment); in print_deadprocs()
482 char *comment = make_id_equals_comment (utmp_ent); in print_login() local
488 time_string (utmp_ent), "", pidstr, comment, ""); in print_login()
[all …]
/coreutils/scripts/git-hooks/
Dcommit-msg98 # Don't filter out blank or comment lines; git does that already,
102 # Filter out leading blank and comment lines.
105 # Filter out blank and comment lines at EOF.
157 # Insert the diagnostic as a comment on the first line of $log_file.
/coreutils/
DTODO41 Address this comment: FIXME: mv's behavior in this case is system-dependent
46 copy.c: Address the FIXME-maybe comment in copy_internal.
DHACKING262 for whatever reason (even if it's just an added comment), then you should
264 before that comment (without adding braces), thinking it is already a
268 /* comment... */ // BAD: multi-line body without braces