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

/netbsd-current/external/bsd/file/dist/src/
H A Dfuncs.c261 #define FILE_SEPARATOR "\n- " macro
266 return file_printf(ms, FILE_SEPARATOR);
278 if (l < sizeof(FILE_SEPARATOR))
281 l -= sizeof(FILE_SEPARATOR) - 1;
282 if (strcmp(ms->o.buf + l, FILE_SEPARATOR) != 0)
/netbsd-current/crypto/dist/ipsec-tools/misc/
H A 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 ) {

Completed in 118 milliseconds