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

  /src/usr.bin/printf/
printf.c 83 static size_t b_length; variable in typeref:typename:size_t
308 b_length = 0;
310 t = malloc(b_length + 1);
313 (void)memset(t, 'x', b_length);
314 t[b_length] = 0;
434 b_length++;
printf.c 83 static size_t b_length; variable in typeref:typename:size_t
308 b_length = 0;
310 t = malloc(b_length + 1);
313 (void)memset(t, 'x', b_length);
314 t[b_length] = 0;
434 b_length++;
printf.c 83 static size_t b_length; variable in typeref:typename:size_t
308 b_length = 0;
310 t = malloc(b_length + 1);
313 (void)memset(t, 'x', b_length);
314 t[b_length] = 0;
434 b_length++;

Completed in 34 milliseconds