HomeSort by: relevance | last modified time | path
    Searched refs:lineptr (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.bin/units/
units.c 138 char line[80], *lineptr; local in function:readunits
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 47 char *lineptr; variable in typeref:typename:char *
78 lineptr = lline;
89 lp = lineptr;
171 lineptr = lp;
gsp_ass.h 172 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 in function:fprintlog
2343 lineptr = line;
2347 lineptr = line + tlsprefixlen;
2413 udp_send(f, lineptr, len);
2425 (void)tls_send(f, lineptr, len, qentry);

Completed in 19 milliseconds