Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/scripts/
H A Ddocproc.c182 static void adddep(char * file) { printf("\t%s", file); } in adddep() function
183 static void adddep2(char * file, char * line) { line = line; adddep(file); } in adddep2()
565 internalfunctions = adddep; in main()
566 externalfunctions = adddep; in main()
567 symbolsonly = adddep; in main()
570 findall = adddep; in main()
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dimage_types.bbclass7 def adddep(depstr, deps):
41 adddep(d.getVar("CONVERSION_DEPENDS_%s" % ctype), deps)
42 adddep(d.getVar("COMPRESS_DEPENDS_%s" % ctype), deps)