Searched refs:pbuffer (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/ntp/ntpd/ |
| H A D | refclock_parse.c | 5506 t = ap(pbuffer, sizeof(pbuffer), t, "mode: "); in trimbletsip_message() 5510 t = ap(pbuffer, sizeof(pbuffer), t, in trimbletsip_message() 5515 t = ap(pbuffer, sizeof(pbuffer), t, "0D"); in trimbletsip_message() 5519 t = ap(pbuffer, sizeof(pbuffer), t, "2D"); in trimbletsip_message() 5523 t = ap(pbuffer, sizeof(pbuffer), t, "3D"); in trimbletsip_message() 5529 t = ap(pbuffer, sizeof(pbuffer), t, "-AUTO, "); in trimbletsip_message() 5735 t = ap(pbuffer, sizeof(pbuffer), t, "mode: "); in trimbletsip_message() 5743 t = ap(pbuffer, sizeof(pbuffer), t, "2D"); in trimbletsip_message() 5747 t = ap(pbuffer, sizeof(pbuffer), t, "3D"); in trimbletsip_message() 5798 t = ap(pbuffer, sizeof(pbuffer), t, ", OLD"); in trimbletsip_message() [all …]
|
| /freebsd-12.1/contrib/less/ |
| H A D | lesskey.c | 189 char *pbuffer; member 349 cmdtable.pbuffer = cmdtable.buffer; in init_tables() 352 edittable.pbuffer = edittable.buffer; in init_tables() 355 vartable.pbuffer = vartable.buffer; in init_tables() 523 if (currtable->pbuffer >= currtable->buffer + MAX_USERCMD) 528 *(currtable->pbuffer)++ = c; 864 fputint(out, cmdtable.pbuffer - cmdtable.buffer); 865 fputbytes(out, (char *)cmdtable.buffer, cmdtable.pbuffer-cmdtable.buffer); 868 fputint(out, edittable.pbuffer - edittable.buffer); 873 fputint(out, vartable.pbuffer - vartable.buffer); [all …]
|
| /freebsd-12.1/contrib/gcclibs/libcpp/ |
| H A D | macro.c | 129 cpp_buffer *pbuffer = cpp_get_buffer (pfile); in _cpp_builtin_macro_text() local 130 if (pbuffer->timestamp == NULL) in _cpp_builtin_macro_text() 133 struct _cpp_file *file = cpp_get_file (pbuffer); in _cpp_builtin_macro_text() 152 pbuffer->timestamp = buf; in _cpp_builtin_macro_text() 158 pbuffer->timestamp = U"\"??? ??? ?? ??:??:?? ????\""; in _cpp_builtin_macro_text() 162 result = pbuffer->timestamp; in _cpp_builtin_macro_text()
|
| /freebsd-12.1/sys/dev/hptmv/ |
| H A D | gui_lib.c | 989 DECLARE_BUFFER(PUCHAR, pbuffer); in hpt_add_spare_disk() 1001 ZeroMemory((char *)pbuffer, 512); in hpt_add_spare_disk() 1002 fDeReadWrite(&pVDevice->u.disk, 0, IDE_COMMAND_WRITE, pbuffer); in hpt_add_spare_disk()
|
| /freebsd-12.1/contrib/ncurses/ncurses/base/ |
| H A D | lib_mouse.c | 126 #define DosWrite(hfile, pbuffer, cbwrite, pcbactual) \ argument 127 write(hfile, pbuffer, cbwrite)
|