HomeSort by: relevance | last modified time | path
    Searched defs:strl (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libterminfo/
compile.c 73 size_t n, entries, strl; local in function:_ti_promote
96 strl = strlen(name) + 1;
97 nbuf = realloc(tic->alias, n + strl);
103 memcpy(tic->alias + n, name, strl);
104 n += strl;
137 str = NULL; /* satisfy gcc, won't be used as strl is 0 */
138 strl = 0;
150 strl = _ti_decode_16(&cap);
152 cap += strl;
159 str, strl, TIC_EXTRA)
    [all...]
compile.c 73 size_t n, entries, strl; local in function:_ti_promote
96 strl = strlen(name) + 1;
97 nbuf = realloc(tic->alias, n + strl);
103 memcpy(tic->alias + n, name, strl);
104 n += strl;
137 str = NULL; /* satisfy gcc, won't be used as strl is 0 */
138 strl = 0;
150 strl = _ti_decode_16(&cap);
152 cap += strl;
159 str, strl, TIC_EXTRA)
    [all...]
compile.c 73 size_t n, entries, strl; local in function:_ti_promote
96 strl = strlen(name) + 1;
97 nbuf = realloc(tic->alias, n + strl);
103 memcpy(tic->alias + n, name, strl);
104 n += strl;
137 str = NULL; /* satisfy gcc, won't be used as strl is 0 */
138 strl = 0;
150 strl = _ti_decode_16(&cap);
152 cap += strl;
159 str, strl, TIC_EXTRA)
    [all...]

Completed in 84 milliseconds