Searched refs:os (Results 1 – 2 of 2) sorted by relevance
2 import os30 ENV = os.environ)34 if 'CC' in os.environ:35 env["CC"] = os.getenv('CC')36 if 'AS' in os.environ:37 env["AS"] = os.getenv('AS')38 if 'LD' in os.environ:39 env["LINK"] = os.getenv('LD')40 if 'AR' in os.environ:41 env["AR"] = os.getenv('AR')[all …]
266 #define tcp_pbuf_prealloc(layer, length, mx, os, pcb, api, fst) pbuf_alloc((layer), (length), PBUF_… argument