Searched refs:t_len (Results 1 – 3 of 3) sorted by relevance
83 } t_len[] = { variable322 while (t_len[i].s) { in main()323 if ((n = strlen(t_len[i].s)) != t_len[i].e_res) { in main()325 i, t_len[i].e_res, n); in main()
1197 size_t t_len = (t == NULL ? 0 : strlen(t)); in append_str() local1198 char *new_s = realloc(s, s_len + t_len + 1); in append_str()1203 memcpy(s + s_len, t, t_len); in append_str()1204 s[s_len + t_len] = '\0'; in append_str()
1325 int off, t_len, nevents; in handle_list_file() local1352 t_len = sizeof(*t) + t->pdu_len; in handle_list_file()1353 if (off + t_len > tbp->len) in handle_list_file()1356 off += t_len; in handle_list_file()