Home
last modified time | relevance | path

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

/dragonfly/lib/libc/gen/
H A Ddisklabel.c49 static int gettype (const char *, const char **);
87 dp->d_type = gettype(cq, dktypenames); in getdiskbyname()
127 pp->p_fstype = gettype(cq, fstypenames); in getdiskbyname()
145 gettype(const char *t, const char **names) in gettype() function
H A Ddisktab.c83 static int gettype (const char *, const char **);
123 dt->d_typeid = gettype(cq, dktypenames); in getdisktabbyname()
163 pp->p_fstype = gettype(cq, fstypenames); in getdisktabbyname()
191 gettype(const char *t, const char **names) in gettype() function
/dragonfly/contrib/file/src/
H A Dder.c142 gettype(uint8_t c) in gettype() function
415 uint8_t t = gettype(p[x]); in printdata()