Searched defs:oldn (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/mail/
H A Dsendmail.c45 int oldn = 1; local
221 if (oldn == 0) {
227 oldn = n; /* remember if this line was suppressed */
/illumos-gate/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/smf/
H A Dsmf_response.c112 uint32_t oldn = uuid_cache->nentries; local
114 (oldn - 1) * sizeof (struct smf_uuid_cache_ent);
238 uint32_t oldn = uuid_cache->nentries; local
251 if (oldn < CACHE_NENT_MAX) {
253 entp = &uuid_cache->entry[oldn];
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dprivlib.c250 int oldn, newn; local
266 oldn = privdata->pd_nprivs;
277 /* Copy the first oldn pointers */
279 oldn * sizeof (char *));
282 for (i = oldn; i < newn; i++)
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dname.c1797 int oldn; local
1801 oldn = n;
1817 n = oldn;
/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.c1189 static int oldn = 0; local
1194 if (n == oldn)
1196 oldn = n;

Completed in 58 milliseconds