/external/libedit/src/ |
D | fgetln.c | 56 bufsiz = BUFSIZ; in fgetln() 66 size_t nbufsiz = bufsiz + BUFSIZ; in fgetln() 78 if (fgets(&buf[bufsiz], BUFSIZ, fp) == NULL) { in fgetln()
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | trace-event-read.c | 90 char buf[BUFSIZ]; in skip() 94 r = size > BUFSIZ ? BUFSIZ : size; in skip() 120 char buf[BUFSIZ]; in read_string() 216 char buf[BUFSIZ]; in read_header_files() 348 char buf[BUFSIZ]; in trace_report()
|
D | trace-event-info.c | 62 char buf[BUFSIZ], *sizep; in record_file() 80 r = read(fd, buf, BUFSIZ); in record_file()
|
/external/selinux/libsepol/src/ |
D | genbools.c | 35 char name1[BUFSIZ]; in process_boolean() 39 strncpy(name1, tok, BUFSIZ - 1); in process_boolean() 72 char localbools[BUFSIZ]; 73 char name[BUFSIZ];
|
/external/netperf/ |
D | nettest_dlpi.c | 154 char dlsap[BUFSIZ]; in send_dlpi_co_stream() 211 dlsap_len = BUFSIZ; in send_dlpi_co_stream() 1037 char dlsap[BUFSIZ]; in send_dlpi_co_rr() 1133 dlsap_len = BUFSIZ; in send_dlpi_co_rr() 1624 char sctl_data[BUFSIZ]; in send_dlpi_cl_stream() 1629 char dlsap[BUFSIZ]; in send_dlpi_cl_stream() 1675 dlsap_len = BUFSIZ; in send_dlpi_cl_stream() 1737 sctl_message.maxlen = BUFSIZ; in send_dlpi_cl_stream() 2068 char rctl_data[BUFSIZ]; in recv_dlpi_cl_stream() 2148 rctl_message.maxlen = BUFSIZ; in recv_dlpi_cl_stream() [all …]
|
D | netsh.c | 118 char username[BUFSIZ]; /* login name of user */ 119 char cmd_file[BUFSIZ]; /* name of the commands file */ 124 char test_name[BUFSIZ]; /* which test to run */ 131 char fill_file[BUFSIZ]; 471 char arg1[BUFSIZ], /* argument holders */ in scan_cmd_line() 472 arg2[BUFSIZ]; in scan_cmd_line()
|
D | netsh.h | 127 test_name[BUFSIZ]; 130 fill_file[BUFSIZ];
|
D | netserver.c | 793 char arg1[BUFSIZ], arg2[BUFSIZ]; in main()
|
/external/selinux/libselinux/src/ |
D | booleans.c | 352 char name1[BUFSIZ]; in process_boolean() 356 strncpy(name1, tok, BUFSIZ - 1); in process_boolean() 385 char outbuf[BUFSIZ]; in save_booleans() 416 char boolname[BUFSIZ]; in save_booleans() 525 char localbools[BUFSIZ]; in security_load_booleans() 528 char name[BUFSIZ]; in security_load_booleans()
|
D | label_android_property.c | 86 char buf1[BUFSIZ], buf2[BUFSIZ]; in process_line() 147 char line_buf[BUFSIZ]; in init()
|
/external/e2fsprogs/lib/ss/ |
D | listen.c | 53 char input[BUFSIZ]; in ss_listen() 80 if (fgets(input, BUFSIZ, stdin) == input) in ss_listen() 85 input[BUFSIZ-1] = 0; in ss_listen()
|
D | list_rqs.c | 33 char buffer[BUFSIZ]; in ss_list_requests()
|
/external/libpcap/Win32/Src/ |
D | getservent.c | 52 static char line[BUFSIZ+1]; 87 if ((p = fgets(line, BUFSIZ, servf)) == NULL) in getservent()
|
D | getnetent.c | 28 static char line[BUFSIZ+1]; 66 p = fgets(line, BUFSIZ, netf); in getnetent()
|
/external/harfbuzz_ng/src/ |
D | test-buffer-serialize.cc | 103 char line[BUFSIZ], out[BUFSIZ]; in main()
|
/external/libselinux/src/ |
D | label_android_property.c | 88 char buf1[BUFSIZ], buf2[BUFSIZ]; in process_line() 149 char line_buf[BUFSIZ]; in init()
|
D | init.c | 29 char buf[BUFSIZ], *p; in init_selinuxmnt()
|
D | label_file.c | 286 char buf1[BUFSIZ], buf2[BUFSIZ], buf3[BUFSIZ]; in process_line() 410 char line_buf[BUFSIZ]; in init()
|
/external/libxml2/win32/wince/ |
D | wincecompat.h | 28 #define BUFSIZ 4096 macro
|
/external/e2fsprogs/lib/et/ |
D | vfprintf.c | 33 char localbuf[BUFSIZ];
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdio_h.pass.cpp | 15 #ifndef BUFSIZ 16 #error BUFSIZ not defined
|
/external/expat/examples/ |
D | elements.c | 46 char buf[BUFSIZ]; in main()
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cstdio.pass.cpp | 15 #ifndef BUFSIZ 16 #error BUFSIZ not defined
|
/external/google-breakpad/src/client/mac/handler/ |
D | breakpad_nlist_64.cc | 345 nlist_type space[BUFSIZ/sizeof (nlist_type)]; in __breakpad_fdnlist() 358 char nambuf[BUFSIZ]; in __breakpad_fdnlist()
|
/external/e2fsprogs/e2fsck/ |
D | mtrace.c | 39 static char mallbuf[BUFSIZ]; /* Buffer for the output. */
|