Home
last modified time | relevance | path

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

/system/core/toolbox/
Dnewfs_msdos.c233 static void setstr(u_int8_t *, const char *, size_t);
699 setstr(bsx->type, buf, sizeof(bsx->type)); in newfs_msdos_main()
706 setstr(bs->oem, opt_O ? opt_O : "BSD 4.4", in newfs_msdos_main()
1060 static void setstr(u_int8_t *dest, const char *src, size_t len) in setstr() function