Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/file/dist/src/
Dfuncs.c261 #define FILE_SEPARATOR "\n- " macro
266 return file_printf(ms, FILE_SEPARATOR); in file_separator()
278 if (l < sizeof(FILE_SEPARATOR)) in trim_separator()
281 l -= sizeof(FILE_SEPARATOR) - 1; in trim_separator()
282 if (strcmp(ms->o.buf + l, FILE_SEPARATOR) != 0) in trim_separator()
/netbsd/src/crypto/dist/ipsec-tools/misc/
Dcvs2cl.pl1915 use constant FILE_SEPARATOR => '=' x 77;# . "\n"; constant
2027 } elsif ( $_ eq FILE_SEPARATOR and ! defined $self->{rev_revision} ) {
2038 } elsif ( ! ( $_ eq FILE_SEPARATOR or $_ eq REV_SEPARATOR ) ) {
2057 if ( $_ eq FILE_SEPARATOR ) {