/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
android_logmsg.cpp | 65 char line_buf[(MAX_NCI_PACKET_SIZE*2)+1]; local 68 for(i = 0, j = 0; i < len && j < sizeof(line_buf)-3; i++) 70 line_buf[j++] = sTable[(*data >> 4) & 0xf]; 71 line_buf[j++] = sTable[*data & 0xf]; 74 line_buf[j] = '\0'; 76 __android_log_write(ANDROID_LOG_DEBUG, (is_recv) ? "BrcmNciR": "BrcmNciX", line_buf);
|
/external/chromium_org/v8/src/ |
v8utils.cc | 72 char line_buf[256]; local 78 if (fgets(line_buf, sizeof(line_buf), stdin) == NULL) { 85 int len = StrLength(line_buf); 87 line_buf[len - 2] == '\\' && 88 line_buf[len - 1] == '\n') { 91 line_buf[len - 2] = '\n'; 92 line_buf[len - 1] = 0; 94 } else if ((len > 0) && (line_buf[len - 1] == '\n')) { 113 OS::MemCopy(result + offset, line_buf, len * kCharSize) [all...] |
/external/libselinux/src/ |
label_android_property.c | 84 const char *path, char *line_buf, 94 len = strlen(line_buf); 95 if (line_buf[len - 1] == '\n') 96 line_buf[len - 1] = 0; 97 buf_p = line_buf; 103 items = sscanf(line_buf, "%255s %255s", prop, context); 149 char line_buf[BUFSIZ]; local 183 while (fgets(line_buf, sizeof line_buf - 1, fp) 185 if (process_line(rec, path, line_buf, pass, ++lineno) != 0) [all...] |
label_file.c | 279 char *line_buf, int pass, unsigned lineno) 288 len = strlen(line_buf); 289 if (line_buf[len - 1] == '\n') 290 line_buf[len - 1] = 0; 291 buf_p = line_buf; 297 items = sscanf(line_buf, "%255s %255s %255s", regex, type, context); 406 char line_buf[BUFSIZ]; local 459 while (fgets(line_buf, sizeof line_buf - 1, fp) 461 if (process_line(rec, path, prefix, line_buf, [all...] |
android.c | 133 char line_buf[BUFSIZ]; local 164 while (fgets(line_buf, sizeof line_buf - 1, fp)) { 165 p = line_buf; 180 while (fgets(line_buf, sizeof line_buf - 1, fp)) { 181 len = strlen(line_buf); 182 if (line_buf[len - 1] == '\n') 183 line_buf[len - 1] = 0; 184 p = line_buf; [all...] |
/external/v8/src/ |
v8utils.cc | 63 char line_buf[256]; local 69 if (fgets(line_buf, sizeof(line_buf), stdin) == NULL) { 76 int len = StrLength(line_buf); 78 line_buf[len - 2] == '\\' && 79 line_buf[len - 1] == '\n') { 82 line_buf[len - 2] = '\n'; 83 line_buf[len - 1] = 0; 85 } else if ((len > 0) && (line_buf[len - 1] == '\n')) { 104 memcpy(result + offset, line_buf, len * kCharSize) [all...] |
/external/libnfc-nci/src/adaptation/ |
libmain.c | 523 char line_buf[(MAX_NCI_PACKET_SIZE*2)+1]; local 526 for(i = 0, j = 0; i < len && j < sizeof(line_buf)-3; i++) 528 line_buf[j++] = sTable[(*data >> 4) & 0xf]; 529 line_buf[j++] = sTable[*data & 0xf]; 532 line_buf[j] = '\0'; 534 __android_log_write(ANDROID_LOG_DEBUG, (is_recv) ? "BrcmNciR": "BrcmNciX", line_buf); 584 char line_buf[400]; local 589 if (nBytes > sizeof(line_buf)) 596 for(i = 0, j = 0; i < len && j < sizeof(line_buf)-3; i++) 598 line_buf[j++] = sTable[(*data >> 4) & 0xf] [all...] |
/external/sepolicy/tools/ |
check_seapp.c | 868 char line_buf[BUFSIZ]; local 876 while (fgets(line_buf, sizeof line_buf - 1, input_file)) { 880 len = strlen(line_buf); 881 if (line_buf[len - 1] == '\n') 882 line_buf[len - 1] = '\0'; 883 p = line_buf;
|
/external/e2fsprogs/misc/ |
badblocks.c | 197 char diff_buf[32], line_buf[128]; local 201 len = snprintf(line_buf, sizeof(line_buf), 207 len = mbstowcs(NULL, line_buf, sizeof(line_buf)); 209 fputs(line_buf, stderr); 210 memset(line_buf, '\b', len); 211 line_buf[len] = 0; 212 fputs(line_buf, stderr);
|
/external/qemu/ |
gdbstub.c | 279 char line_buf[MAX_PACKET_LENGTH]; member in struct:GDBState [all...] |
/external/grub/stage2/ |
builtins.c | 4586 unsigned char *line_buf = base_buf + scanline * y; local [all...] |
/external/chromium_org/third_party/jemalloc/chromium/ |
jemalloc.c | [all...] |
/external/chromium_org/third_party/jemalloc/vendor/ |
jemalloc.c | [all...] |