Searched refs:alloc_len (Results 1 – 2 of 2) sorted by relevance
60 size_t alloc_len; member73 ssize_t alloc_len; member222 a_buf->b_buf.alloc_len = BEGINNING_BUF_SIZE; in init_abbr_buf()228 a_buf->e_buf.alloc_len = ENDING_BUF_SIZE; in init_abbr_buf()252 if (a_buf->b_buf.alloc_len) { in print_abbr_buf()279 char * nbuf = malloc(a_buf->e_buf.alloc_len); in print_abbr_buf()
466 size_t alloc_len = 0; in ReadFstabFile() local472 while ((len = getline(&line, &alloc_len, fstab_file)) != -1) { in ReadFstabFile()