Searched refs:spos (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/lib/libresolv2/common/irs/ |
H A D | lcl_ng.c | 275 char *spos, *epos; in parse_netgrp() local 311 if ((spos = strsep(&gpos, ","))) { in parse_netgrp() 312 while (*spos == ' ' || *spos == '\t') in parse_netgrp() 313 spos++; in parse_netgrp() 314 if ((epos = strpbrk(spos, " \t"))) { in parse_netgrp() 316 len = epos - spos; in parse_netgrp() 318 len = strlen(spos); in parse_netgrp() 327 spos, in parse_netgrp() 334 spos = strsep(&pos, ", \t"); in parse_netgrp() 335 if (spos != NULL && parse_netgrp(this, spos)) { in parse_netgrp() [all …]
|
/titanic_50/usr/src/lib/libtecla/common/ |
H A D | expand.c | 1045 int spos; /* The index of the start of the path segment that needs */ in ef_expand_special() local 1061 for(spos=ppos=0; ppos < pathlen; ppos++) { in ef_expand_special() 1073 if(spos < ppos && _pn_append_to_path(ef->path, path + spos, ppos-spos, 0) in ef_expand_special() 1125 spos = ppos; in ef_expand_special() 1131 if(spos < ppos && _pn_append_to_path(ef->path, path + spos, ppos-spos, 0) in ef_expand_special()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | clock.c | 1052 int spos; /* starting position */ in genloadavg() local 1064 spos = (avgs->lg_cur - 1) >= 0 ? avgs->lg_cur - 1 : in genloadavg() 1067 cpos = (spos - i) >= 0 ? spos - i : S_LOADAVG_SZ + (spos - i); in genloadavg()
|
/titanic_50/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_ioctl.h | 275 int spos; /* sub task start block */ member
|
H A D | rdc_clnt.c | 3157 if (async6.spos != -1) { in rdc_async6() 3158 if ((async6.spos < async6.pos) || in rdc_async6() 3159 ((async6.spos + async6.slen) > in rdc_async6() 3163 async6.pos, async6.len, async6.spos, async6.slen); in rdc_async6() 3194 if (async6.spos == -1) { in rdc_async6() 3200 data6.sfba = async6.spos; in rdc_async6()
|
H A D | rdc_svc.c | 2732 nsc_off_t spos; in rdc_readmaxfba() local 2785 spos = pos; in rdc_readmaxfba() 2796 ret = nsc_alloc_buf(RDC_U_FD(krdc), spos, fba, in rdc_readmaxfba() 2842 spos += fba; in rdc_readmaxfba()
|
/titanic_50/usr/src/cmd/mandoc/ |
H A D | roff.c | 1164 int spos; /* saved parse point for messages */ in roff_parseln() local 1236 spos = pos; in roff_parseln() 1243 ln, pos, buf->buf + spos); in roff_parseln()
|
/titanic_50/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 4788 tapepos_t spos; in st_check_density_or_wfm() local 4790 COPY_POS(&spos, &un->un_pos); in st_check_density_or_wfm() 4820 COPY_POS(&un->un_pos, &spos); in st_check_density_or_wfm()
|