Home
last modified time | relevance | path

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

/freebsd/lib/libtacplus/
H A Dtaclib.c75 static int save_str(struct tac_handle *, struct tac_str *,
595 save_str(struct tac_handle *h, struct tac_str *cs, const void *data, in save_str() function
1174 return save_str(h, &h->rem_addr, addr, addr != NULL ? strlen(addr) : 0); in tac_set_rem_addr()
1180 return save_str(h, &h->data, data, data_len); in tac_set_data()
1186 return save_str(h, &h->user_msg, msg, msg != NULL ? strlen(msg) : 0); in tac_set_msg()
1192 return save_str(h, &h->port, port, port != NULL ? strlen(port) : 0); in tac_set_port()
1209 return save_str(h, &h->user, user, user != NULL ? strlen(user) : 0); in tac_set_user()
1217 return save_str(h, &(h->avs[index]), av, av != NULL ? strlen(av) : 0); in tac_set_av()
1298 save_str(h, &(h->avs[i]), NULL, 0); in tac_clear_avs()
/freebsd/contrib/bsnmp/lib/
H A Dsnmpclient.c2116 save_str(struct snmp_client *sc, const char *const s[2]) in save_str() function
2230 if ((chost = save_str(sc, ipv6)) == NULL) in snmp_parse_server()
2236 if ((chost = save_str(sc, ipv4)) == NULL) in snmp_parse_server()
2241 if ((chost = save_str(sc, host)) == NULL) in snmp_parse_server()
2264 cport = save_str(sc, port); in snmp_parse_server()