OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ascii_buf
(Results
1 - 3
of
3
) sorted by null
/system/extras/tests/directiotest/
directiotest.c
136
char
ascii_buf
[17];
local
138
ascii_buf
[16] = '\0';
147
ascii_buf
[off] = isprint(val) ? val : '.';
149
printf(" %-16s\n",
ascii_buf
);
154
ascii_buf
[i] = '\0';
157
printf(" %-16s\n",
ascii_buf
);
/external/chromium/chrome/browser/chromeos/login/
google_authenticator.cc
436
char
ascii_buf
[kPassHashLen + 1];
local
456
ascii_buf
,
457
sizeof(
ascii_buf
));
458
return std::string(
ascii_buf
, sizeof(
ascii_buf
) - 1);
parallel_authenticator.cc
577
char
ascii_buf
[kPassHashLen + 1];
local
597
ascii_buf
,
598
sizeof(
ascii_buf
));
599
return std::string(
ascii_buf
, sizeof(
ascii_buf
) - 1);
Completed in 24 milliseconds