/external/selinux/libselinux/src/android/ |
android_platform.c | 398 char line_buf[BUFSIZ]; local 426 while (fgets(line_buf, sizeof line_buf - 1, fp)) { 427 p = line_buf; 451 while (fgets(line_buf, sizeof line_buf - 1, fp)) { 452 len = strlen(line_buf); 453 if (line_buf[len - 1] == '\n') 454 line_buf[len - 1] = 0; 455 p = line_buf; [all...] |
/system/sepolicy/tools/ |
check_seapp.c | 1075 char line_buf[BUFSIZ]; local 1078 while (fgets(line_buf, sizeof(line_buf) - 1, in_file->file)) { 1083 len = strlen(line_buf); 1084 if (line_buf[len - 1] == '\n') 1085 line_buf[len - 1] = '\0'; 1086 p = line_buf;
|
/external/selinux/libselinux/src/ |
label_file.h | 377 char *line_buf, unsigned lineno) 386 items = read_spec_entries(line_buf, &errbuf, 3, ®ex, &type, &context);
|
label_file.c | 104 char *line_buf = NULL; local 106 while (getline(&line_buf, &line_len, fp) > 0) { 107 rc = process_line(rec, path, prefix, line_buf, ++lineno); 113 free(line_buf);
|
/bionic/libc/bionic/ |
system_properties.cpp | 942 * line_buf - Buffer containing the spec entries . 949 static int read_spec_entries(char* line_buf, int num_args, ...) { 954 len = strlen(line_buf); 955 if (line_buf[len - 1] == '\n') 956 line_buf[len - 1] = '\0'; 963 buf_p = line_buf; 976 if (len - 1 == buf_p - line_buf) { [all...] |
/external/selinux/policycoreutils/newrole/ |
newrole.c | 259 char *line_buf = NULL; local 266 while (getline(&line_buf, &len, cfg) > 0) { 267 char *buffer = line_buf; 290 free(line_buf); 297 free(line_buf); [all...] |
/external/pdfium/core/fxcodec/codec/ |
fx_codec_fax.cpp | 575 uint8_t* line_buf = dest_buf + iRow * pitch; local 576 FXSYS_memset(line_buf, 0xff, pitch); 577 FaxG4GetRow(src_buf, src_size << 3, &bitpos, line_buf, ref_buf, width); 578 FXSYS_memcpy(ref_buf.data(), line_buf, pitch);
|
/toolchain/binutils/binutils-2.25/bfd/ |
libaout.h | 407 char *line_buf; 405 char *line_buf; member in struct:aoutdata
|
pdp11.c | [all...] |
aoutx.h | [all...] |
ChangeLog-9495 | [all...] |