Searched refs:OPT_INT (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/libsldap/common/ |
H A D | ns_trace.c | 45 #define OPT_INT 1 macro 62 { "debug_api", OPT_INT, &__ldap_debug_api }, 63 { "debug_ldap", OPT_INT, &__ldap_debug_servers }, 86 case OPT_INT: in set_option()
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | nss_common.c | 205 #define OPT_INT 1 macro 222 { "debug_eng_loop", OPT_INT, &__nss_debug_eng_loop }, 231 { "debug_bind", OPT_INT, &__nis_debug_bind }, 232 { "debug_rpc", OPT_INT, &__nis_debug_rpc }, 233 { "debug_calls", OPT_INT, &__nis_debug_calls }, 657 case OPT_INT: in set_option()
|
/titanic_50/usr/src/lib/libsqlite/tool/ |
H A D | lemon.c | 73 enum { OPT_FLAG=1, OPT_INT, OPT_DBL, OPT_STR, enumerator 1705 case OPT_INT: 1731 case OPT_INT: 1814 case OPT_INT: in OptPrint() 1835 case OPT_INT: in OptPrint()
|