Searched refs:full_len (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | utilities.c | 1889 #define Append_Error(full, full_len, addition, addition_len) \ argument 1892 full_len = addition_len; \ 1895 full = realloc(full, full_len + addition_len + 1); \ 1900 (void) strcpy(full + full_len, addition); \ 1901 full_len += addition_len; \ 1910 int full_len, this_len; in cg_sanity() local 1919 full_len = 0; in cg_sanity() 1925 Append_Error(full_err, full_len, this_err, this_len); in cg_sanity() 1932 Append_Error(full_err, full_len, this_err, this_len); in cg_sanity() 1939 Append_Error(full_err, full_len, this_err, this_len); in cg_sanity() [all …]
|
/titanic_41/usr/src/lib/libsip/common/ |
H A D | sip_headers.c | 800 int full_len = 0; in sip_search_for_header() local 819 full_len = strlen(full_name); in sip_search_for_header() 825 full_len = strlen(full_name); in sip_search_for_header() 841 if (compact_len == 0 && full_len == 0) in sip_search_for_header() 853 if (full_name != NULL && (full_len <= len) && in sip_search_for_header() 855 full_len) == 0) { in sip_search_for_header() 856 header->sip_hdr_current += full_len; in sip_search_for_header()
|