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

  /src/sys/arch/atari/stand/installboot/
installboot.c 106 char *devchr; local in function:main
164 /* Eg: in /dev/fd0c, set devchr to point to the 'f' */
165 devchr = strrchr(dn, '/') + 1;
166 if (*devchr == 'r')
167 ++devchr;
169 switch (*devchr) {
185 dn, *devchr);

Completed in 11 milliseconds