Home
last modified time | relevance | path

Searched refs:db_strlcpy (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/ddb/
H A Ddb_extern.h43 size_t db_strlcpy(char *, const char *, size_t);
H A Ddb_examine.c63 db_strlcpy(db_examine_format, modif, sizeof(db_examine_format)); in db_examine_cmd()
297 db_strlcpy(char *dst, const char *src, size_t siz) in db_strlcpy() function
H A Ddb_command.c259 db_strlcpy(modif, db_tok_string, sizeof(modif)); in db_command()