Searched defs:lineloc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.h237 off_t lineloc; variable
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c6864 char *lineloc; local
6884 lineloc = xrec_ptr;
6887 readtape(lineloc);
6888 lineloc += TBLOCK;
6890 lineloc = xrec_ptr;
6892 while (lineloc < xrec_ptr + stbuf.st_size) {
6896 value = lineloc;
6898 length = atoi(lineloc);
6899 *(lineloc + length - 1) = '\0';
6900 keyword = strchr(lineloc, ' ')
[all...]

Completed in 73 milliseconds