| * Default version: treat as file name |
| _getsubfont(Display *d, char *name) |
| if(fd < 0 && strncmp(name, "/mnt/font/", 10) == 0) |
| fprint(2, "getsubfont: can't open %s: %r\n", name); |
| * unlock display so i/o happens with display released, unless |
| * user is doing his own locking, in which case this could break things. |
| * _getsubfont is called only from string.c and stringwidth.c, |
| * which are known to be safe to have this done. |
| f = readsubfont(d, name, fd, d && d->locking==0); |
| fprint(2, "getsubfont: can't read %s: %r\n", name); |