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

  /src/usr.bin/xlint/lint1/
mem1.c 65 search_filename(const char *s, size_t len) function in typeref:typename:const struct filename *
126 const struct filename *existing_fn = search_filename(s, slen);
155 if (s == NULL || (fn = search_filename(s, strlen(s))) == NULL)
mem1.c 65 search_filename(const char *s, size_t len) function in typeref:typename:const struct filename *
126 const struct filename *existing_fn = search_filename(s, slen);
155 if (s == NULL || (fn = search_filename(s, strlen(s))) == NULL)

Completed in 23 milliseconds