Searched refs:fperms (Results 1 – 1 of 1) sorted by relevance
1365 char *fperms = NULL; in make_perms() local1391 fperms = strtok (NULL, "!\t"); in make_perms()1392 fperms_len = strlen (fperms); in make_perms()1394 if (strncmp (fperms, "x", 1) == 0) in make_perms()1413 fperms = xstrdup ("p"); in make_perms()1417 fperms = xmalloc (fperms_len); in make_perms()1418 fperms[0] = '\0'; in make_perms()1424 if (fperms[j] == 'p') in make_perms()1430 else if (fperms[j] == 'a' && perms[0] == '+') in make_perms()1436 else if (fperms[j] != 'a' && perms[0] == '-') in make_perms()[all …]