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

  /src/sys/lib/libsa/
dosfs.c 517 u_char lfn[261]; local in function:lookup
570 cp_xdnm(lfn, &dir[ent].xde);
584 !strcasecmp(name, (const char *)lfn);
618 cp_xdnm(u_char *lfn, struct winentry *xde)
634 lfn += 13 * ((xde->weCnt & WIN_CNT) - 1);
640 if (!(*lfn++ = (u_char)c))
644 *lfn = 0;
  /src/usr.bin/xlint/xlint/
xlint.c 472 char *lfn; local in function:find_lib
476 lfn = xasprintf("%s/llib-l%s.ln", dir, lib);
477 if (file_is_readable(lfn))
479 free(lfn);
481 lfn = xasprintf("%s/lint/llib-l%s.ln", dir, lib);
482 if (file_is_readable(lfn))
484 free(lfn);
491 list_add_ref(&lint2.input_libraries, concat2("-l", lfn));
492 free(lfn);

Completed in 15 milliseconds