Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dmain.c2664 static const char posixref[] = "$(-*-command-variables-*-)"; in define_makeflags() local
2780 flagslen += 4 + sizeof posixref; /* Four more for the possible " -- ". */ in define_makeflags()
2879 bcopy (posixref, p, sizeof posixref - 1); in define_makeflags()
2880 p += sizeof posixref - 1; in define_makeflags()