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

/osnet-11/usr/src/lib/libnsl/nss/
H A Dgetipnodeby.c321 * of these are true, then there's no need to
331 * buf6 then buf6 is now useless.
700 hrtime_t now, *then; local
711 then = &then4;
715 then = &then6;
730 if (*num == -1 || ((now - *then) >= IFNUM_TIMEOUT)) {
745 *then = now;
802 *then = now;
1047 * AF_INET hostent. If no mapped addrs found, then a NULL is returned.
1048 * If mapped addrs found, then
[all...]
H A Dnetdir_inet.c298 * HOST_BROADCAST then we ask a tli fd to tell us what
423 * And finally if we specify HOST_BROADCAST then we
766 * with "tcp" and then "udp".
1178 * with "tcp" and then "udp".
1625 * If there's only one address or no addresses to sort, then
1658 static hrtime_t then = 0; /* the last time localinfo was updated */ local
1696 if (localinfo == NULL || ((now - then) > IFINFOTIMEOUT)) {
1701 * Another thread might have updated "then" between
1705 if (localinfo == NULL || ((now - then) > IFINFOTIMEOUT)) {
1713 then
[all...]
/osnet-11/usr/src/cmd/sendmail/aux/
H A Dvacation.c287 time_t then; local
289 if (content_size == sizeof (then)) {
290 bcopy(content_ptr, (char *)&then, sizeof (then));
292 ctime(&then));
491 * end of that long line, then we want to continue.
503 * If there was no \n in the previous buffer, then this must be
618 * If the file does not exist, then there is no filter to
702 time_t now, then; local
711 bcopy(data.dptr, (char *)&then, sizeo
[all...]
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c152 * vdev's guid then get it from the zhp config nvlist.
1162 * If this is an alternate root pool, then we automatically set the
1396 time_t then; local
1409 then = rewindto;
1410 if (localtime_r(&then, &t) != NULL &&
1448 time_t then; local
1471 then = rewindto;
1472 if (localtime_r(&then, &t) != NULL &&
1993 * If the types don't match then keep looking.
2122 * then w
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dqueue.c336 ** msync -- if true, then fsync() if SuperSafe interactive mode.
1042 ** being the sig) then the old signal handler (Oldsh) is called
1046 ** have a parent then handle the signal immediately, regardless of
1103 ** being the sig) then the old signal handler (Oldsh) is called to
1107 ** a parent then handle the signal immediately, regardless of
1498 ** If MaxQueueChildren active then test whether the start
1504 ** i.e., this work group might "starve" then.
1635 ** When work isn't directly being done then this process can take a signal
2151 ** the queue is "forced" then lets use 1 runner.
2157 /* No need to have more runners then ther
5383 time_t then = LastQueueTime; local
[all...]

Completed in 47 milliseconds