Searched refs:hints (Results 1 - 3 of 3) sorted by relevance

/solaris-userland/components/nethack/
H A DMakefile47 COMPONENT_POST_UNPACK_ACTION = $(CP) files/solaris $(SOURCE_DIR)/sys/unix/hints
52 COMPONENT_PREP_ACTION= (cd $(SOURCE_DIR)/sys/unix; sh setup.sh hints/solaris)
/solaris-userland/components/openvswitch/files/lib/
H A Dutil-solaris.c3011 struct addrinfo hints; local
3016 (void) memset(&hints, 0, sizeof (hints));
3017 hints.ai_family = AF_UNSPEC;
3018 if (getaddrinfo(pval, NULL, &hints, &ai) != 0)
/solaris-userland/make-rules/
H A Dshared-macros.mk770 # Code generation instruction set and optimization 'hints'. Use studio_XBITS

Completed in 28 milliseconds