/titanic_41/usr/src/cmd/fgrep/ |
H A D | fgrep.c | 121 } *w = NULL, *smax, *q; variable 529 s = smax = w; in cgotofn() 547 if (smax >= &w[input_size -1]) in cgotofn() 549 s->link = ++smax; in cgotofn() 550 s = smax; in cgotofn() 567 if (smax >= &w[input_size -1]) in cgotofn() 569 s->link = ++smax; in cgotofn() 570 s = smax; in cgotofn() 581 if (smax >= &w[input_size -1]) in cgotofn() 583 s->nst = ++smax; in cgotofn() [all …]
|
/titanic_41/usr/src/cmd/refer/ |
H A D | glue5.c | 37 *www, *smax, *q; variable 269 s = smax = www; in cgotofn() 288 if (smax >= &www[MAXSIZ - 1]) overflo(); in cgotofn() 289 s->link = ++smax; in cgotofn() 290 s = smax; in cgotofn() 301 if (smax >= &www[MAXSIZ - 1]) overflo(); in cgotofn() 302 s->nst = ++smax; in cgotofn() 303 s = smax; in cgotofn() 307 smax->out = 1; in cgotofn()
|
/titanic_41/usr/src/lib/nsswitch/ldap/common/ |
H A D | getspent.c | 78 char **uid, **passwd, **last, **smin, **smax; in _nss_ldap_shadow2str() local 160 smax = __ns_ldap_getAttr(result->entry, _S_MAX); in _nss_ldap_shadow2str() 161 if (smax == NULL || smax[0] == NULL) in _nss_ldap_shadow2str() 164 max_str = smax[0]; in _nss_ldap_shadow2str()
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | fio.c | 195 char *smax; local 199 smax = str + MAXMSGLEN - 1; 210 if (str++ >= smax)
|
/titanic_41/usr/src/lib/libpool/common/ |
H A D | pool_commit.c | 152 uint64_t smin, smax, dmax; in commit_create() local 198 resource_get_max(pool_elem_res(src), &smax) != PO_SUCCESS || in commit_create() 207 pool_value_set_uint64(&val, smax); in commit_create() 328 uint64_t smin, smax, dmax; in commit_update() local 333 resource_get_max(pool_elem_res(e1), &smax) != in commit_update() 344 pool_value_set_uint64(&val, smax); in commit_update()
|
/titanic_41/usr/src/lib/libeti/form/inc/ |
H A D | form.h | 67 int smax; /* bottom rightmost */ member
|
H A D | utility.h | 126 #define Smax(f, p) ((f) -> page [p].smax)
|
/titanic_41/usr/src/uts/common/inet/tcp/ |
H A D | tcp_output.c | 3415 uint32_t smax; in tcp_ss_rexmit() local 3427 smax = tcp->tcp_rexmit_max; in tcp_ss_rexmit() 3437 while (SEQ_LT(snxt, smax) && (win > 0) && (snxt_mp != NULL)) { in tcp_ss_rexmit() 3445 if (SEQ_GT(snxt + cnt, smax)) { in tcp_ss_rexmit() 3446 cnt = smax - snxt; in tcp_ss_rexmit() 3474 if (SEQ_LT(snxt, smax) || win == 0) { in tcp_ss_rexmit()
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_gelf.c | 977 GElf_Word smax = gst->gst_file->gf_shnum; in gelf32_symtab_init() local 981 if (sym->st_shndx > SHN_UNDEF && sym->st_shndx < smax) { in gelf32_symtab_init() 1074 GElf_Word smax = gst->gst_file->gf_shnum; in gelf64_symtab_init() local 1078 if (sym->st_shndx > SHN_UNDEF && sym->st_shndx < smax) { in gelf64_symtab_init()
|
/titanic_41/usr/src/cmd/pools/poolcfg/ |
H A D | poolcfg.y | 1569 uint64_t smin, smax, dmax; in process_min_max() local 1590 (void) pool_value_get_uint64(maxprop->prop_value, &smax); in process_min_max()
|
/titanic_41/usr/src/stand/lib/tcp/ |
H A D | tcp.c | 4215 uint32_t smax; in tcp_ss_rexmit() local 4227 smax = tcp->tcp_rexmit_max; in tcp_ss_rexmit() 4237 while (SEQ_LT(snxt, smax) && (win > 0) && in tcp_ss_rexmit() 4246 if (SEQ_GT(snxt + cnt, smax)) { in tcp_ss_rexmit() 4247 cnt = smax - snxt; in tcp_ss_rexmit() 4280 if (SEQ_LT(snxt, smax) || win == 0) { in tcp_ss_rexmit()
|