Home
last modified time | relevance | path

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

/
DSConstruct2 import os
30 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 …]
/lib/liblwip/src/core/
Dtcp_out.c266 #define tcp_pbuf_prealloc(layer, length, mx, os, pcb, api, fst) pbuf_alloc((layer), (length), PBUF_… argument