Home
last modified time | relevance | path

Searched refs:LDAV_SYMBOL (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dgetloadavg.c342 # if !defined (LDAV_SYMBOL) && defined (alliant)
343 # define LDAV_SYMBOL "_Loadavg" macro
346 # if !defined(LDAV_SYMBOL) && ((defined(hpux) && !defined(hp9000s300)) || defined(_SEQUENT_) || def…
347 # define LDAV_SYMBOL "avenrun" macro
358 … (defined(BSD) || defined(LDAV_CVT) || defined(KERNEL_FILE) || defined(LDAV_SYMBOL)) && !defined(_…
386 # ifndef LDAV_SYMBOL
387 # define LDAV_SYMBOL "_avenrun" macro
874 strcpy (nl[0].n_name, LDAV_SYMBOL); in getloadavg()
878 nl[0].n_un.n_name = LDAV_SYMBOL; in getloadavg()
881 nl[0].n_name = LDAV_SYMBOL; in getloadavg()