Searched refs:string_save (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/bsnmp/snmpd/ |
H A D | action.c | 262 return (string_save(value, ctx, -1, &systemg.descr)); in op_system_group() 270 return (string_save(value, ctx, -1, &systemg.contact)); in op_system_group() 273 return (string_save(value, ctx, -1, &systemg.name)); in op_system_group() 276 return (string_save(value, ctx, -1, &systemg.location)); in op_system_group() 804 return (string_save(value, ctx, -1, &c->string)); in op_community()
|
H A D | export.c | 57 string_save(struct snmp_value *value, struct snmp_context *ctx, in string_save() function
|
H A D | snmpmod.h | 645 int string_save(struct snmp_value *, struct snmp_context *, ssize_t, u_char **);
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/ |
H A D | hostres_begemot.c | 113 return (string_save(value, ctx, -1, &pkg_dir)); in op_begemot()
|
/freebsd/usr.sbin/bsnmpd/bsnmpd/ |
H A D | Makefile | 89 MLINKS+= snmpmod.3 string_save.3
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_hast/ |
H A D | hast_snmp.c | 387 return (string_save(value, context, -1, in op_hastConfig()
|
/freebsd/contrib/bsnmp/snmp_ntp/ |
H A D | snmp_ntp.c | 1532 if ((ret = string_save(value, ctx, -1, &ntp_host)) in op_begemot_ntp() 1542 if ((ret = string_save(value, ctx, -1, &ntp_port)) in op_begemot_ntp()
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_netgraph/ |
H A D | snmp_netgraph.c | 1022 if ((ret = string_save(value, ctx, -1, &snmp_nodename)) in op_ng_config()
|
/freebsd/tools/build/mk/ |
H A D | OptionalObsoleteFiles.inc | 674 OLD_FILES+=usr/share/man/man3/string_save.3.gz
|