Home
last modified time | relevance | path

Searched refs:oldn (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/smf/
H A Dsmf_response.c112 uint32_t oldn = uuid_cache->nentries; in uuid_cache_grow() local
114 (oldn - 1) * sizeof (struct smf_uuid_cache_ent); in uuid_cache_grow()
238 uint32_t oldn = uuid_cache->nentries; in swrp_smf_cache_add() local
251 if (oldn < CACHE_NENT_MAX) { in swrp_smf_cache_add()
253 entp = &uuid_cache->entry[oldn]; in swrp_smf_cache_add()
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlmem.h44 #define luaM_reallocvector(L, v,oldn,n,t) \ argument
45 ((v)=cast(t *, luaM_reallocv(L, v, oldn, n, sizeof(t))))
/illumos-gate/usr/src/cmd/mail/
H A Dsendmail.c44 int oldn = 1; in sendmail() local
220 if (oldn == 0) { in sendmail()
226 oldn = n; /* remember if this line was suppressed */ in sendmail()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dprivlib.c250 int oldn, newn; in refresh_data() local
266 oldn = privdata->pd_nprivs; in refresh_data()
279 oldn * sizeof (char *)); in refresh_data()
282 for (i = oldn; i < newn; i++) in refresh_data()
/illumos-gate/usr/src/cmd/mandoc/
H A Droff.c3580 char *oldn, *newn, *end, *value; in roff_als() local
3583 newn = oldn = buf->buf + pos; in roff_als()
3587 newsz = roff_getname(r, &oldn, ln, pos); in roff_als()
3591 end = oldn; in roff_als()
3592 oldsz = roff_getname(r, &end, ln, oldn - buf->buf); in roff_als()
3597 (int)oldsz, oldn); in roff_als()
3822 char *oldn, *newn, *end; in roff_rn() local
3826 oldn = newn = buf->buf + pos; in roff_rn()
3827 if (*oldn == '\0') in roff_rn()
3831 if (oldn[oldsz] == '\\' || oldn[oldsz] == '\t' || *newn == '\0') in roff_rn()
[all …]
/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.c1226 static int oldn = 0; in setsize() local
1233 if (n == oldn) in setsize()
1235 oldn = n; in setsize()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dname.c2087 int oldn; in ja_size() local
2091 oldn = n; in ja_size()
2108 n = oldn; in ja_size()