Searched refs:readp (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/director/
H A Dreturns.h62 size_t readp; member in struct:__anon4721
H A Dtestlang_parse.y781 data = saved_output.data[saved_output.readp];
783 saved_output.readp++;
817 &saved_output.data[saved_output.readp], saved_output.count);
822 saved_output.readp = 0;
1015 &saved_output.data[saved_output.readp], saved_output.count);
1077 saved_output.readp = 0;
/freebsd-11-stable/usr.bin/look/
H A Dlook.c169 const char *readp; local
180 readp = string;
182 while ((clen = mbrtowc(&ch, readp, MB_LEN_MAX, NULL)) != 0) {
189 readp += clen;
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dhttp.c4532 char *readbuf = NULL, *readp = NULL, *token = NULL, *query = NULL; local
4550 readp = readbuf;
4562 token = strchr(readp, ':');
4563 if (token && scheme_ok(readp,token)) {
4565 uri->scheme = mm_strdup(readp);
4570 readp = token+1; /* eat : */
4574 if (readp[0]=='/' && readp[1] == '/') {
4576 readp += 2;
4577 authority = readp;
[all...]
/freebsd-11-stable/contrib/hyperv/tools/
H A Dhv_kvp_daemon.c230 struct kvp_record *readp; local
244 readp = &record[records_read];
245 records_read += fread(readp, sizeof(struct kvp_record),
287 struct kvp_record *readp; local
327 readp = &record[records_read];
328 records_read += fread(readp, sizeof(struct kvp_record),

Completed in 248 milliseconds