HomeSort by: relevance | last modified time | path
    Searched defs:is_file (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/unbound/dist/smallapp/
unbound-checkconf.c 526 is_file(const char* fname) function
586 if(!is_file(*ss)) {
961 if(!is_file(cfg->control_key_file))
964 if(!is_file(cfg->control_cert_file))
  /src/external/gpl2/groff/dist/contrib/groffer/
groffer2.sh 1592 # is_file (<name>)
1599 is_file() function
1601 func_check is_file '=' 1 "$@";
1623 if is_file "$1" && test -s "$1"
1697 if is_file "$1"
2695 if obj mss_f is_file
2742 if obj mss_f is_file
2787 if obj mss_f is_file
3466 if is_file "$1"
3491 if is_file "$1
    [all...]
  /src/external/mpl/bind/dist/lib/isc/
lex.c 37 bool is_file; member in struct:inputsource
185 new_source(isc_lex_t *lex, bool is_file, bool need_close, void *input,
191 source->is_file = is_file;
277 if (source->is_file) {
415 if (source->is_file) {
422 if (source->is_file) {
926 if (source->is_file) {
1134 return source->is_file;
  /src/external/mpl/dhcp/bind/dist/lib/isc/
lex.c 36 bool is_file; member in struct:inputsource
186 new_source(isc_lex_t *lex, bool is_file, bool need_close, void *input,
192 source->is_file = is_file;
278 if (source->is_file) {
416 if (source->is_file) {
423 if (source->is_file) {
926 if (source->is_file) {
1134 return (source->is_file);
  /src/external/gpl2/groff/dist/src/roff/troff/
input.cpp 227 virtual int is_file() { return 0; } function in class:input_iterator
287 int is_file();
318 int file_iterator::is_file() function in class:file_iterator
691 if ((*pp)->is_file()) {

Completed in 46 milliseconds