Lines Matching defs:s
201 dprintf("find: %s\n", path);
234 dlook(char *s, fileid_t *filep)
242 dprintf("dlook: %s\n", s);
244 if (s == NULL || *s == '\0')
252 len = strlen(s);
266 if (udp->d_namlen == len && (strcmp(s, udp->d_name)) == 0) {
428 /* Since RRIP is based on ISO9660, that's where we start */
481 dprintf("open %s\n", str);