Searched refs:pbuffer (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/contrib/ntp/ntpd/ |
| D | refclock_parse.c | 5450 char pbuffer[200]; in trimbletsip_message() local 5451 char *t = pbuffer; in trimbletsip_message() 5474 t = ap(pbuffer, sizeof(pbuffer), t, "%s=\"", s->varname); in trimbletsip_message() 5487 t = ap(pbuffer, sizeof(pbuffer), t, "%f, %d, %f", in trimbletsip_message() 5493 t = ap(pbuffer, sizeof(pbuffer), t, "mode: "); in trimbletsip_message() 5497 t = ap(pbuffer, sizeof(pbuffer), t, in trimbletsip_message() 5502 t = ap(pbuffer, sizeof(pbuffer), t, "0D"); in trimbletsip_message() 5506 t = ap(pbuffer, sizeof(pbuffer), t, "2D"); in trimbletsip_message() 5510 t = ap(pbuffer, sizeof(pbuffer), t, "3D"); in trimbletsip_message() 5514 t = ap(pbuffer, sizeof(pbuffer), t, "-MANUAL, "); in trimbletsip_message() [all …]
|
| /freebsd-9-stable/contrib/less/ |
| D | lesskey.c | 185 char *pbuffer; member 345 cmdtable.pbuffer = cmdtable.buffer; in init_tables() 348 edittable.pbuffer = edittable.buffer; in init_tables() 351 vartable.pbuffer = vartable.buffer; in init_tables() 519 if (currtable->pbuffer >= currtable->buffer + MAX_USERCMD) 524 *(currtable->pbuffer)++ = c; 858 fputint(out, cmdtable.pbuffer - cmdtable.buffer); 859 fputbytes(out, (char *)cmdtable.buffer, cmdtable.pbuffer-cmdtable.buffer); 862 fputint(out, edittable.pbuffer - edittable.buffer); 863 fputbytes(out, (char *)edittable.buffer, edittable.pbuffer-edittable.buffer); [all …]
|
| /freebsd-9-stable/contrib/gcclibs/libcpp/ |
| 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-9-stable/sys/dev/hptmv/ |
| D | gui_lib.c | 987 DECLARE_BUFFER(PUCHAR, pbuffer); in hpt_add_spare_disk() 999 ZeroMemory((char *)pbuffer, 512); in hpt_add_spare_disk() 1000 fDeReadWrite(&pVDevice->u.disk, 0, IDE_COMMAND_WRITE, pbuffer); in hpt_add_spare_disk()
|