OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lineptr
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.bin/units/
units.c
138
char line[80], *
lineptr
;
local
188
lineptr
= line;
189
if (*
lineptr
== '/')
191
lineptr
+= strspn(
lineptr
, " \n\t");
192
len = strcspn(
lineptr
, " \n\t");
193
lineptr
[len] = 0;
194
if (!strlen(
lineptr
))
196
if (
lineptr
[strlen(
lineptr
) - 1] == '-') { /* it's a prefix *
[
all
...]
/src/usr.sbin/gspa/gspa/
gsp_lex.c
44
char *
lineptr
;
variable
75
lineptr
= lline;
86
lp =
lineptr
;
168
lineptr
= lp;
gsp_ass.h
169
extern char line[], *
lineptr
;
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc
4999
INTERCEPTOR(SSIZE_T, getline, char **
lineptr
, SIZE_T *n, void *stream) {
5001
COMMON_INTERCEPTOR_ENTER(ctx, getline,
lineptr
, n, stream);
5005
SSIZE_T res = REAL(getline)(
lineptr
, n, stream);
5007
COMMON_INTERCEPTOR_WRITE_RANGE(ctx,
lineptr
, sizeof(*
lineptr
));
5009
COMMON_INTERCEPTOR_WRITE_RANGE(ctx, *
lineptr
, res + 1);
5020
COMMON_INTERCEPTOR_ENTER(ctx, vname,
lineptr
, n, delim, stream); \
5021
SSIZE_T res = REAL(vname)(
lineptr
, n, delim, stream); \
5023
COMMON_INTERCEPTOR_WRITE_RANGE(ctx,
lineptr
, sizeof(*
lineptr
)); \
[
all
...]
/src/usr.sbin/syslogd/
syslogd.c
2225
char *p, *line = NULL, *
lineptr
= NULL;
local
2343
lineptr
= line;
2347
lineptr
= line + tlsprefixlen;
2413
udp_send(f,
lineptr
, len);
2425
(void)tls_send(f,
lineptr
, len, qentry);
Completed in 27 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026