HomeSort by relevance Sort by last modified time
    Searched refs:isallowed (Results 1 - 10 of 10) sorted by null

  /external/syslinux/com32/cmenu/libmenu/
passwords.h 6 char isallowed(const char *username, const char *perm);
passwords.c 45 char isallowed(const char *username, const char *perm) function
  /external/syslinux/bios/com32/cmenu/
test.c 194 (isallowed(username,"editcmd") || isallowed(username,"root"))) {
265 if (isallowed(username,"root") || isallowed(username,perms)) // If allowed
465 ecmd = ( isallowed(username,"root") ? exitcmdroot : exitcmd);
test2.c 194 (isallowed(username,"editcmd") || isallowed(username,"root"))) {
265 if (isallowed(username,"root") || isallowed(username,perms)) // If allowed
522 ecmd = ( isallowed(username,"root") ? exitcmdroot : exitcmd);
  /external/syslinux/efi32/com32/cmenu/
test.c 194 (isallowed(username,"editcmd") || isallowed(username,"root"))) {
265 if (isallowed(username,"root") || isallowed(username,perms)) // If allowed
465 ecmd = ( isallowed(username,"root") ? exitcmdroot : exitcmd);
test2.c 194 (isallowed(username,"editcmd") || isallowed(username,"root"))) {
265 if (isallowed(username,"root") || isallowed(username,perms)) // If allowed
522 ecmd = ( isallowed(username,"root") ? exitcmdroot : exitcmd);
  /external/syslinux/efi64/com32/cmenu/
test.c 194 (isallowed(username,"editcmd") || isallowed(username,"root"))) {
265 if (isallowed(username,"root") || isallowed(username,perms)) // If allowed
465 ecmd = ( isallowed(username,"root") ? exitcmdroot : exitcmd);
test2.c 194 (isallowed(username,"editcmd") || isallowed(username,"root"))) {
265 if (isallowed(username,"root") || isallowed(username,perms)) // If allowed
522 ecmd = ( isallowed(username,"root") ? exitcmdroot : exitcmd);
  /external/syslinux/com32/cmenu/
complex.c 80 (isallowed(username, "editcmd") || isallowed(username, "root"))) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
webchecker.py 478 return self.isallowed(root, url)
481 def isallowed(self, root, url): member in class:Checker

Completed in 78 milliseconds