Home
last modified time | relevance | path

Searched refs:print_context_label (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/diff/src/
H A Dcontext.c49 print_context_label (char const *mark, in print_context_label() function
78 print_context_label ("---", &inf[0], file_label[0]); in print_context_header()
79 print_context_label ("+++", &inf[1], file_label[1]); in print_context_header()
83 print_context_label ("***", &inf[0], file_label[0]); in print_context_header()
84 print_context_label ("---", &inf[1], file_label[1]); in print_context_header()
/freebsd/contrib/diff/
H A DChangeLog1552 (print_context_label): Use nstrftime and time_format to format times.
2277 * context.c (print_context_label): Check whether ctime yields 0.
2567 * context.c (print_context_label):
3356 * context.c (print_context_label): Labels were interchanged badly.
3420 * context.c (print_context_label): New function.