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

  /src/sys/external/bsd/common/include/linux/
compiler.h 45 #define __must_check __attribute__((warn_unused_result)) macro
47 #define __must_check /* nothing */ macro
  /src/external/bsd/wpa/dist/src/utils/
common.h 476 #ifndef __must_check
478 #define __must_check __attribute__((__warn_unused_result__)) macro
480 #define __must_check macro
482 #endif /* __must_check */
490 #endif /* __must_check */

Completed in 27 milliseconds