Home
last modified time | relevance | path

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

/dports/lang/rexx-regutil/regutil/
H A Dregfilesys.c248 static char * mountnames[] = INITMOUNTNAMES; variable
268 else if (sfs.f_type < DIM(mountnames) && mountnames[sfs.f_type]) { in rxfunc()
269 strcpy(result->strptr, mountnames[sfs.f_type]); in rxfunc()
/dports/lang/rexx-regina/regina-rexx-3.9.3/regutil/
H A Dregfilesys.c409 static char * mountnames[] = INITMOUNTNAMES; variable
429 else if (sfs.f_type < DIM(mountnames) && mountnames[sfs.f_type]) { in rxfunc()
430 strcpy(result->strptr, mountnames[sfs.f_type]); in rxfunc()
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Ddisklabel.h393 static const char *const mountnames[] = { FSTYPE_DEFN(FS_MOUNTNAMES) NULL }; variable