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

  /src/usr.bin/error/
input.c 54 static Errorclass lint2(void);
96 || (( errorclass = lint2() ) != C_UNKNOWN)
443 lint2(void) function in typeref:typename:Errorclass
  /src/usr.bin/xlint/xlint/
xlint.c 83 /* Parameters for lint2, which performs cross-translation-unit checks. */
89 } lint2; variable in typeref:struct:__anon941f5c590408
207 if (lint2.output_library != NULL)
208 (void)remove(lint2.output_library);
413 /* only for lint2 */
415 list_add(&lint2.input_files, name);
455 list_add(&lint2.input_files, ofn);
491 list_add_ref(&lint2.input_libraries, concat2("-l", lfn));
508 ? concat2(libexec_dir, "/lint2")
513 list_add_all(&args, &lint2.flags)
    [all...]

Completed in 15 milliseconds