Home
last modified time | relevance | path

Searched defs:O_LST (Results 1 – 2 of 2) sorted by relevance

/dports/comms/qico/qico-15673bf/src/
H A Dqcconst.h35 #define O_LST (1<<(O_BASE+12)) /* 0000 0010 0000 0000 0000 0000 0000 */ macro
/dports/dns/unbound/unbound-1.14.0/util/
H A Dconfig_file.c922 #define O_LST(opt, name, lst) if(strcmp(opt, name)==0) { \ macro