HomeSort by: relevance | last modified time | path
    Searched defs:gettype (Results 1 - 3 of 3) sorted by relevancy

  /src/etc/
makespec 45 gettype() { function
88 t=$(gettype $i)
  /src/lib/libc/gen/
disklabel.c 76 static int gettype(char *, const char *const *);
146 dp->d_type = gettype(cq, dktypenames);
189 pp->p_fstype = gettype(cq, fstypenames);
209 gettype(char *t, const char *const *names) function in typeref:typename:int
  /src/usr.sbin/diskpart/
diskpart.c 116 static int gettype(const char *, const char *const *);
402 if ((i = gettype(buf, dktypenames)) >= 0) {
412 gettype:
420 goto gettype;
434 goto gettype;
496 gettype(const char *t, const char *const *names) function in typeref:typename:int

Completed in 11 milliseconds