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

  /src/external/ibm-public/postfix/dist/src/util/
safe_open.c 158 struct stat parent_st; local
161 parent_ok = (stat(parent_path, &parent_st) == 0 /* not lstat */
162 && parent_st.st_uid == 0
163 && (parent_st.st_mode & (S_IWGRP | S_IWOTH)) == 0);
  /src/external/apache2/llvm/dist/libcxx/src/filesystem/
operations.cpp 1012 const file_status parent_st = status(parent, m_ec); local
1013 if (not status_known(parent_st))
1015 if (not exists(parent_st)) {
1022 } else if (not is_directory(parent_st))
  /src/external/gpl3/gcc/dist/gcc/fortran/
resolve.cc 2015 gfc_symtree *parent_st; local
2155 if (gfc_find_sym_tree (sym->name, sym->ns->parent, 1, &parent_st))
2161 if (parent_st == NULL)
2164 sym = parent_st->n.sym;
2165 e->symtree = parent_st; /* Point to the right thing. */
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
resolve.cc 1977 gfc_symtree *parent_st; local
2117 if (gfc_find_sym_tree (sym->name, sym->ns->parent, 1, &parent_st))
2123 if (parent_st == NULL)
2126 sym = parent_st->n.sym;
2127 e->symtree = parent_st; /* Point to the right thing. */

Completed in 46 milliseconds