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

  /src/libexec/ftpd/
cmds.c 602 int rok, wok, xok, pdirwok; local
606 rok = ((fe->stat->st_mode & S_IRUSR) != 0);
610 rok = ((fe->stat->st_mode & S_IRGRP) != 0);
614 rok = ((fe->stat->st_mode & S_IROTH) != 0);
702 if (rok && xok && S_ISDIR(fe->stat->st_mode))
714 if (rok && S_ISREG(fe->stat->st_mode))
  /src/external/gpl3/gcc/dist/gcc/fortran/
dump-parse-tree.cc 3898 enum type_return rok; local
3900 rok = get_c_type_name (ts, as, &pre, &type_name, &asterisk, &post, func_ret);
3901 if (rok == T_ERROR)
3917 if (rok == T_WARN && bind_c)
3967 enum type_return rok; local
4004 rok = get_c_type_name (&(s->ts), NULL, &pre, &type_name, &asterisk,
4006 if (rok == T_ERROR)
4031 if (bind_c && rok == T_WARN)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
dump-parse-tree.cc 3720 enum type_return rok; local
3722 rok = get_c_type_name (ts, as, &pre, &type_name, &asterisk, &post, func_ret);
3723 if (rok == T_ERROR)
3739 if (rok == T_WARN && bind_c)
3789 enum type_return rok; local
3826 rok = get_c_type_name (&(s->ts), NULL, &pre, &type_name, &asterisk,
3828 if (rok == T_ERROR)
3853 if (bind_c && rok == T_WARN)

Completed in 26 milliseconds