Home
last modified time | relevance | path

Searched refs:CURCLASS_FLAGS_SET (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/libexec/ftpd/
H A Dconf.c121 CURCLASS_FLAGS_SET(checkportcmd); in init_curclass()
124 CURCLASS_FLAGS_SET(modify); in init_curclass()
125 CURCLASS_FLAGS_SET(passive); in init_curclass()
128 CURCLASS_FLAGS_SET(upload); in init_curclass()
195 CURCLASS_FLAGS_SET(Field); \ in parse_conf()
H A Dextern.h263 #define CURCLASS_FLAGS_SET(x) (curclass.flags |= (FLAG_ ## x)) macro