Searched refs:dup_str (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/lib/libtacplus/
H A Dtaclib.c58 static void *dup_str(struct tac_handle *, const struct srvr_str *,
358 dup_str(struct tac_handle *h, const struct srvr_str *ss, size_t *len) function
1015 return dup_str(h, &h->srvr_data, len);
1021 return dup_str(h, &h->srvr_msg, NULL);
1276 return dup_str(h, &(h->srvr_avs[index]), NULL);
1332 * dup_str() will handle srvr.len == 0 correctly.
1337 return dup_str(h, &srvr, NULL);

Completed in 46 milliseconds