Searched refs:opie_flags (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/opie/libopie/
H A Dlookup.c29 return (opie->opie_flags & __OPIE_FLAGS_RW) ? 0 : 2;
H A Dwriterec.c54 if (!(opie->opie_flags & __OPIE_FLAGS_READ)) {
57 opie->opie_flags = opie2.opie_flags;
H A Dpasswd.c41 opie.opie_flags = old->opie_flags;
H A Dreadrec.c110 opie->opie_flags &= ~__OPIE_FLAGS_RW;
116 opie->opie_flags |= __OPIE_FLAGS_RW;
130 opie->opie_flags |= __OPIE_FLAGS_READ;
/freebsd-11-stable/contrib/opie/
H A Dopie.h26 opie_ prefix on struct opie members. Added opie_flags field
46 int opie_flags; member in struct:opie

Completed in 467 milliseconds