Searched refs:OUTPUT (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/config/
H A Dgenerate_linker_exports.sh10 OUTPUT="$1"
13 ( grep -h -v ":" "$@"; grep -h ":" "$@" | awk -F: '{print $2}' ) | sort -u > "$OUTPUT"
/darwin-on-arm/xnu/bsd/sys/
H A Dmake_posix_availability.sh34 OUTPUT="$1"
81 } > "$OUTPUT"
H A Dmake_symbol_aliasing.sh35 OUTPUT="$2"
102 } > "$OUTPUT"
/darwin-on-arm/xnu/bsd/net/
H A Dbsd_comp.c546 #define OUTPUT(ent) { \ macro
644 OUTPUT(ent); /* output the prefix */
668 OUTPUT(ent); /* output the last code */
675 OUTPUT(CLEAR); /* do not count the CLEAR */
712 #undef OUTPUT macro

Completed in 74 milliseconds