OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_cupsSNMPDefaultCommunity
(Results
1 - 3
of
3
) sorted by null
/external/libcups/cups/
snmp-private.h
112
extern const char *
_cupsSNMPDefaultCommunity
(void) _CUPS_API_1_4;
testsnmp.c
49
fputs("
_cupsSNMPDefaultCommunity
: ", stdout);
51
if ((community =
_cupsSNMPDefaultCommunity
()) == NULL)
snmp.c
109
* '
_cupsSNMPDefaultCommunity
()' - Get the default SNMP community name.
116
_cupsSNMPDefaultCommunity
(void)
125
DEBUG_puts("4
_cupsSNMPDefaultCommunity
()");
146
DEBUG_printf(("5
_cupsSNMPDefaultCommunity
: Returning \"%s\"",
[
all
...]
Completed in 47 milliseconds