Searched defs:spos (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dlcl_ng.c275 char *spos, *epos; local
311 if ((spos = strsep(&gpos, ","))) {
312 while (*spos == ' ' || *spos == '\t')
313 spos++;
314 if ((epos = strpbrk(spos, " \t"))) {
316 len = epos - spos;
318 len = strlen(spos);
327 spos,
334 spos
359 char *pos, *spos, *linep = NULL, *olinep; local
[all...]
/illumos-gate/usr/src/lib/libtecla/common/
H A Dexpand.c1045 int spos; /* The index of the start of the path segment that needs */ local
1061 for(spos=ppos=0; ppos < pathlen; ppos++) {
1073 if(spos < ppos && _pn_append_to_path(ef->path, path + spos, ppos-spos, 0)
1125 spos = ppos;
1131 if(spos < ppos && _pn_append_to_path(ef->path, path + spos, ppos-spos, 0)
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_svc.c2732 nsc_off_t spos; local
2785 spos = pos;
2796 ret = nsc_alloc_buf(RDC_U_FD(krdc), spos, fba,
2842 spos += fba;
H A Drdc_ioctl.h275 int spos; /* sub task start block */ member in struct:rdc_async6
/illumos-gate/usr/src/uts/common/os/
H A Dclock.c1052 int spos; /* starting position */ local
1064 spos = (avgs->lg_cur - 1) >= 0 ? avgs->lg_cur - 1 :
1067 cpos = (spos - i) >= 0 ? spos - i : S_LOADAVG_SZ + (spos - i);
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c4788 tapepos_t spos; local
4790 COPY_POS(&spos, &un->un_pos);
4820 COPY_POS(&un->un_pos, &spos);
/illumos-gate/usr/src/cmd/mandoc/
H A Droff.c1526 int spos; /* saved parse point for messages */ local
1598 spos = pos;
1605 ln, pos, buf->buf + spos);

Completed in 130 milliseconds