Searched refs:newline (Results 1 – 12 of 12) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | networking.c | 1184 char *newline; in processInlineBuffer() local 1190 newline = strchr(c->querybuf+c->qb_pos,'\n'); in processInlineBuffer() 1193 if (newline == NULL) { in processInlineBuffer() 1202 if (newline && newline != c->querybuf+c->qb_pos && *(newline-1) == '\r') in processInlineBuffer() 1203 newline--, linefeed_chars++; in processInlineBuffer() 1206 querylen = newline-(c->querybuf+c->qb_pos); in processInlineBuffer() 1286 char *newline = NULL; in processMultibulkBuffer() local 1296 if (newline == NULL) { in processMultibulkBuffer() 1318 c->qb_pos = (newline-c->querybuf)+2; in processMultibulkBuffer() 1334 if (newline == NULL) { in processMultibulkBuffer() [all …]
|
| /f-stack/tools/libxo/libxo/ |
| H A D | xo_syslog.c | 183 char newline[] = "\n"; in xo_send_syslog() local 191 v->iov_base = newline; in xo_send_syslog()
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lvm.c | 71 int newline = getline(p, npc); in traceexec() local 74 if (npc == 0 || pc <= oldpc || newline != getline(p, pcRel(oldpc, p))) in traceexec() 75 luaD_callhook(L, LUA_HOOKLINE, newline); in traceexec()
|
| /f-stack/tools/libxo/doc/ |
| H A D | encoders.rst | 220 followed by a newline. This `CRLF` convention dates from the distant 225 marker, a simple newline. Use the "dos" option to use the `CRLF`
|
| H A D | xo.rst | 98 include a newline), use the `--continuation` option to let secondary
|
| H A D | api.rst | 1258 :param need_newline: boolean indicating need for trailing newline 1281 The `xo_errorn` function supplies a newline at the end the error 1286 a trailing newline.
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lvm.c | 74 int newline = getfuncline(p, npc); in traceexec() local 77 newline != getfuncline(p, pcRel(L->oldpc, p))) /* enter a new line */ in traceexec() 78 luaD_hook(L, LUA_HOOKLINE, newline); /* call line hook */ in traceexec()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool_influxdb/ |
| H A D | README.md | 246 ## "STDIN" : Send a newline on STDIN. (Recommended for gather inputs)
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | l3_forward_access_ctrl.rst | 107 * Empty line, which consists of a space, form-feed ('\f'), newline ('\n'),
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | libtest.shlib | 586 # NOTE: $KEEP is a variable containing pool names, separated by a newline
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A D | configure | 1962 /* Do not output a trailing newline, as this causes \r\n confusion
|
| /f-stack/freebsd/contrib/dev/acpica/ |
| H A D | changes.txt | 6304 of a valid line by inserting a newline and then returning the EOF during
|