Home
last modified time | relevance | path

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

/coreutils/src/
Dnl.c98 static char *section_del = DEFAULT_SECTION_DELIMITERS; variable
393 || memcmp (line_buf.buffer, section_del, 2)) in check_section()
563 char *p = section_del; in main()
568 section_del = optarg; /* GNU extension. */ in main()
582 len = strlen (section_del); in main()
586 stpcpy (stpcpy (stpcpy (header_del, section_del), section_del), section_del); in main()