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

/freebsd-12-stable/tools/tools/ath/athkey/
H A Dathkey.c52 getdata(const char *arg, u_int8_t *data, size_t maxlen) function
190 setkey.dk_keyval.kv_len = getdata(argv[2],
194 (void) getdata(argv[3], setkey.dk_mac,
/freebsd-12-stable/contrib/mandoc/
H A Dtbl_data.c35 static void getdata(struct tbl_node *, struct tbl_span *,
42 getdata(struct tbl_node *tbl, struct tbl_span *dp, function
191 getdata(tbl, tbl->last_span, ln, p, &pos);
299 getdata(tbl, sp, ln, p, &pos);
/freebsd-12-stable/crypto/heimdal/kdc/
H A Dmit_dump.c101 getdata(char **p, unsigned char *buf, size_t len) function
320 getdata(&p, buf, tl_length); /* data itself */
334 getdata(&p, buf, tl_length); /* data itself */
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/db/
H A Dh_db.c68 static void getdata(DB *, DBT *, DBT *);
295 getdata(dbp, &key, &keydata);
404 getdata(DB *dbp, DBT *kp, DBT *dp) function
410 err(1, "line %zu: getdata failed", lineno);
413 errx(1, "line %zu: getdata failed, no such key", lineno);
/freebsd-12-stable/lib/libc/db/test/
H A Ddbtest.c65 void getdata(DB *, DBT *, DBT *);
286 getdata(dbp, &key, &keydata);
388 getdata(dbp, kp, dp) function
396 err("line %lu: getdata: %s", lineno, strerror(errno));
399 err("line %lu: getdata failed, no such key", lineno);
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cab.c3057 goto getdata;
3063 goto getdata;
3074 goto getdata;
3086 goto getdata;
3113 getdata:

Completed in 217 milliseconds