Searched refs:writetype (Results 1 – 5 of 5) sorted by relevance
/external/toybox/kconfig/ |
D | confdata.c | 404 int type, l, writetype; in conf_write() local 467 writetype = SYMBOL_FORCEWRITE; in conf_write() 471 } else writetype = SYMBOL_WRITE; in conf_write() 487 if (!(sym->flags & writetype)) in conf_write() 489 sym->flags &= ~writetype; in conf_write() 540 if (writetype == SYMBOL_WRITE) { in conf_write()
|
/external/icu/icu4c/source/tools/tzcode/ |
D | zic.c | 1714 int writetype[TZ_MAX_TYPES]; in writezone() local 1737 writetype[0] = FALSE; in writezone() 1739 writetype[i] = thistimecnt == timecnt; in writezone() 1746 writetype[typecnt - 1] = TRUE; in writezone() 1750 writetype[types[i]] = TRUE; in writezone() 1758 writetype[1] = TRUE; in writezone() 1778 if (writetype[i]) { in writezone() 1795 writetype[type] = TRUE; in writezone() 1809 writetype[type] = TRUE; in writezone() 1819 if (writetype[i] && !isdsts[i]) in writezone() [all …]
|
/external/curl/lib/ |
D | http_proxy.c | 426 int writetype = CLIENTWRITE_HEADER; in CONNECT() local 428 writetype |= CLIENTWRITE_BODY; in CONNECT() 430 result = Curl_client_write(conn, writetype, in CONNECT()
|
D | http.c | 2967 int writetype; in Curl_http_readwrite_headers() local 3149 writetype = CLIENTWRITE_HEADER; in Curl_http_readwrite_headers() 3151 writetype |= CLIENTWRITE_BODY; in Curl_http_readwrite_headers() 3155 result = Curl_client_write(conn, writetype, in Curl_http_readwrite_headers() 3751 writetype = CLIENTWRITE_HEADER; in Curl_http_readwrite_headers() 3753 writetype |= CLIENTWRITE_BODY; in Curl_http_readwrite_headers() 3759 result = Curl_client_write(conn, writetype, k->p, k->hbuflen); in Curl_http_readwrite_headers()
|
/external/toolchain-utils/cros_utils/ |
D | stats.py | 1631 def writecc(listoflists, file, writetype='w', extra=2): argument 1642 outfile = open(file, writetype)
|