Searched refs:DELIMITERS (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/t/ |
H A D | delimiters.t | 20 DELIMITERS => [ '<<', '>>' ]) 28 $text = $template1->fill_in(DELIMITERS => [ '<<', '>>' ]); 37 DELIMITERS => [ '[', ']' ]) 45 $text = $template1->fill_in(DELIMITERS => [ '[', ']' ]); 76 DELIMITERS => [ '{', '}' ]);
|
H A D | exported.t | 39 DELIMITERS => [ '[%', '%]' ], 45 DELIMITERS => [ '[%', '%]' ],
|
H A D | nested-tags.t | 22 DELIMITERS => [ '{{', '}}' ]);
|
/freebsd/usr.bin/morse/ |
H A D | morse.c | 56 #define DELIMITERS " \t" macro 421 p = strtok(*argv, DELIMITERS); in main() 428 p = strtok(NULL, DELIMITERS); in main()
|
/freebsd/crypto/openssl/util/perl/OpenSSL/ |
H A D | Template.pm | 49 my $self = $class->SUPER::new(DELIMITERS => [ '{-', '-}'],
|
/freebsd/contrib/sendmail/praliases/ |
H A D | praliases.c | 55 # define DELIMITERS " ,/" macro 178 p = strpbrk(p, DELIMITERS);
|
/freebsd/crypto/openssl/test/ |
H A D | generate_ssl_tests.pl | 128 DELIMITERS => [ "{-", "-}" ]);
|