last              541 lib/nss_wrapper/nss_wrapper.c 	char *last;
last              546 lib/nss_wrapper/nss_wrapper.c 	last = src->pw_shell;
last              547 lib/nss_wrapper/nss_wrapper.c 	while (*last) last++;
last              549 lib/nss_wrapper/nss_wrapper.c 	ofs = PTR_DIFF(last + 1, first);
last              730 lib/nss_wrapper/nss_wrapper.c 	char *last;
last              741 lib/nss_wrapper/nss_wrapper.c 	last = *lastm;
last              742 lib/nss_wrapper/nss_wrapper.c 	while (*last) last++;
last              744 lib/nss_wrapper/nss_wrapper.c 	ofsb = PTR_DIFF(last + 1, first);
last              246 lib/zlib/contrib/infback9/infback9.c     code last;                  /* parent table entry */
last              468 lib/zlib/contrib/infback9/infback9.c                 last = this;
last              470 lib/zlib/contrib/infback9/infback9.c                     this = lencode[last.val +
last              471 lib/zlib/contrib/infback9/infback9.c                             (BITS(last.bits + last.op) >> last.bits)];
last              472 lib/zlib/contrib/infback9/infback9.c                     if ((unsigned)(last.bits + this.bits) <= bits) break;
last              475 lib/zlib/contrib/infback9/infback9.c                 DROPBITS(last.bits);
last              522 lib/zlib/contrib/infback9/infback9.c                 last = this;
last              524 lib/zlib/contrib/infback9/infback9.c                     this = distcode[last.val +
last              525 lib/zlib/contrib/infback9/infback9.c                             (BITS(last.bits + last.op) >> last.bits)];
last              526 lib/zlib/contrib/infback9/infback9.c                     if ((unsigned)(last.bits + this.bits) <= bits) break;
last              529 lib/zlib/contrib/infback9/infback9.c                 DROPBITS(last.bits);
last               82 lib/zlib/contrib/inflate86/inffas86.c /* 24   12 */ unsigned char FAR *last;  /*     r9   while in < last */
last              111 lib/zlib/contrib/inflate86/inffas86.c     ar.last = ar.in + (strm->avail_in - PAD_AVAIL_IN);
last             1147 lib/zlib/contrib/inflate86/inffas86.c     strm->avail_in = (unsigned)(ar.in < ar.last ?
last             1148 lib/zlib/contrib/inflate86/inffas86.c                                 PAD_AVAIL_IN + (ar.last - ar.in) :
last             1149 lib/zlib/contrib/inflate86/inffas86.c                                 PAD_AVAIL_IN - (ar.in - ar.last));
last               87 lib/zlib/contrib/masmx64/inffas8664.c /* 24   12 */ unsigned char FAR *last;  /*     r9   while in < last */
last              128 lib/zlib/contrib/masmx64/inffas8664.c     ar.last = ar.in + (strm->avail_in - PAD_AVAIL_IN);
last              175 lib/zlib/contrib/masmx64/inffas8664.c     strm->avail_in = (unsigned)(ar.in < ar.last ?
last              176 lib/zlib/contrib/masmx64/inffas8664.c                                 PAD_AVAIL_IN + (ar.last - ar.in) :
last              177 lib/zlib/contrib/masmx64/inffas8664.c                                 PAD_AVAIL_IN - (ar.in - ar.last));
last              746 lib/zlib/contrib/puff/puff.c     int last, type;             /* block information */
last              767 lib/zlib/contrib/puff/puff.c             last = bits(&s, 1);         /* one if last block */
last              774 lib/zlib/contrib/puff/puff.c         } while (!last);
last              152 lib/zlib/examples/gun.c                 last = have ? (have--, (int)(*next++)) : -1)
last              199 lib/zlib/examples/gun.c     int last;                   /* last byte read by NEXT(), or -1 if EOF */
last              222 lib/zlib/examples/gun.c     if (last == -1)
last              246 lib/zlib/examples/gun.c     final = prev = (unsigned)last;          /* low 8 bits of code */
last              249 lib/zlib/examples/gun.c     if (last & 1) {                         /* code must be < 256 */
last              253 lib/zlib/examples/gun.c     rem = (unsigned)last >> 1;              /* remaining 7 bits */
last              282 lib/zlib/examples/gun.c         code += (unsigned)last << left;     /* middle (or high) bits of code */
last              288 lib/zlib/examples/gun.c             code += (unsigned)last << left; /* high bits of code */
last              294 lib/zlib/examples/gun.c         rem = (unsigned)last >> (8 - left); /* unused bits from last byte */
last              376 lib/zlib/examples/gun.c     int ret, first, last;
last              397 lib/zlib/examples/gun.c         if (last != 31 || (NEXT() != 139 && last != 157)) {
last              405 lib/zlib/examples/gun.c         if (last == 157) {
last              413 lib/zlib/examples/gun.c             if (last == -1) break;
last              425 lib/zlib/examples/gun.c         if (last == -1) break;
last              434 lib/zlib/examples/gun.c             if (last == -1) break;
last              441 lib/zlib/examples/gun.c             if (last == -1) break;
last              446 lib/zlib/examples/gun.c             while (NEXT() != 0 && last != -1)
last              449 lib/zlib/examples/gun.c             while (NEXT() != 0 && last != -1)
last              455 lib/zlib/examples/gun.c         if (last == -1) break;
last              479 lib/zlib/examples/gun.c             if (last != -1) {
last              490 lib/zlib/examples/gun.c             if (last != -1) {
last              125 lib/zlib/examples/gzappend.c     unsigned char *start, *last, *to, *from;
last              133 lib/zlib/examples/gzappend.c     last = list + (len - 1);
last              139 lib/zlib/examples/gzappend.c         *last = tmp;
last              145 lib/zlib/examples/gzappend.c         tmp = *last;
last              159 lib/zlib/examples/gzappend.c             if (from > last) from -= len;   /* (pointer better not wrap) */
last              424 lib/zlib/examples/gzappend.c             ret = deflate(strm, last && len == 0 ? Z_FINISH : Z_NO_FLUSH);
last              435 lib/zlib/examples/gzappend.c     if (last) {
last              283 lib/zlib/examples/gzjoin.c     int last;               /* true if processing the last block */
last              312 lib/zlib/examples/gzjoin.c     last = start[0] & 1;
last              313 lib/zlib/examples/gzjoin.c     if (last && clr)
last              342 lib/zlib/examples/gzjoin.c             if (last)
last              352 lib/zlib/examples/gzjoin.c                 last = strm.next_in[-1] & pos;
last              353 lib/zlib/examples/gzjoin.c                 if (last && clr)
last              365 lib/zlib/examples/gzjoin.c                 last = strm.next_in[0] & 1;
last              366 lib/zlib/examples/gzjoin.c                 if (last && clr)
last              379 lib/zlib/examples/gzjoin.c     last = in->next[-1];
last              382 lib/zlib/examples/gzjoin.c         putc(last, out);
last              385 lib/zlib/examples/gzjoin.c         last &= ((0x100 >> pos) - 1);       /* assure unused bits are zero */
last              388 lib/zlib/examples/gzjoin.c             putc(last, out);
last              397 lib/zlib/examples/gzjoin.c                 putc(last | 8, out);
last              398 lib/zlib/examples/gzjoin.c                 last = 0;
last              400 lib/zlib/examples/gzjoin.c                 putc(last | 0x20, out);
last              401 lib/zlib/examples/gzjoin.c                 last = 0;
last              403 lib/zlib/examples/gzjoin.c                 putc(last | 0x80, out);
last              143 lib/zlib/examples/zran.c     off_t last;                 /* totout value of last access point */
last              162 lib/zlib/examples/zran.c     totin = totout = last = 0;
last              210 lib/zlib/examples/zran.c                 (totout == 0 || totout - last > span)) {
last              217 lib/zlib/examples/zran.c                 last = totout;
last               70 lib/zlib/gzio.c     int      last;    /* true if push-back is last character */
last              417 lib/zlib/gzio.c         if (s->last) {
last              522 lib/zlib/gzio.c     s->last = (s->z_err == Z_STREAM_END);
last              523 lib/zlib/gzio.c     if (s->last) s->z_err = Z_OK;
last              839 lib/zlib/gzio.c         if (s->last) s->z_err = Z_STREAM_END;
last              257 lib/zlib/infback.c     code last;                  /* parent table entry */
last              271 lib/zlib/infback.c     state->last = 0;
last              285 lib/zlib/infback.c             if (state->last) {
last              291 lib/zlib/infback.c             state->last = BITS(1);
last              296 lib/zlib/infback.c                         state->last ? " (last)" : ""));
last              302 lib/zlib/infback.c                         state->last ? " (last)" : ""));
last              307 lib/zlib/infback.c                         state->last ? " (last)" : ""));
last              482 lib/zlib/infback.c                 last = this;
last              484 lib/zlib/infback.c                     this = state->lencode[last.val +
last              485 lib/zlib/infback.c                             (BITS(last.bits + last.op) >> last.bits)];
last              486 lib/zlib/infback.c                     if ((unsigned)(last.bits + this.bits) <= bits) break;
last              489 lib/zlib/infback.c                 DROPBITS(last.bits);
last              536 lib/zlib/infback.c                 last = this;
last              538 lib/zlib/infback.c                     this = state->distcode[last.val +
last              539 lib/zlib/infback.c                             (BITS(last.bits + last.op) >> last.bits)];
last              540 lib/zlib/infback.c                     if ((unsigned)(last.bits + this.bits) <= bits) break;
last              543 lib/zlib/infback.c                 DROPBITS(last.bits);
last               73 lib/zlib/inffast.c     unsigned const char FAR *last; /* while in < last, enough input available */
last              100 lib/zlib/inffast.c     last = in + (strm->avail_in - 5);
last              285 lib/zlib/inffast.c     } while (in < last && out < end);
last              296 lib/zlib/inffast.c     strm->avail_in = (unsigned)(in < last ? 5 + (last - in) : 5 - (in - last));
last              114 lib/zlib/inflate.c     state->last = 0;
last              568 lib/zlib/inflate.c     code last;                  /* parent table entry */
last              776 lib/zlib/inflate.c             if (state->last) {
last              782 lib/zlib/inflate.c             state->last = BITS(1);
last              787 lib/zlib/inflate.c                         state->last ? " (last)" : ""));
last              793 lib/zlib/inflate.c                         state->last ? " (last)" : ""));
last              798 lib/zlib/inflate.c                         state->last ? " (last)" : ""));
last              963 lib/zlib/inflate.c                 last = this;
last              965 lib/zlib/inflate.c                     this = state->lencode[last.val +
last              966 lib/zlib/inflate.c                             (BITS(last.bits + last.op) >> last.bits)];
last              967 lib/zlib/inflate.c                     if ((unsigned)(last.bits + this.bits) <= bits) break;
last              970 lib/zlib/inflate.c                 DROPBITS(last.bits);
last             1008 lib/zlib/inflate.c                 last = this;
last             1010 lib/zlib/inflate.c                     this = state->distcode[last.val +
last             1011 lib/zlib/inflate.c                             (BITS(last.bits + last.op) >> last.bits)];
last             1012 lib/zlib/inflate.c                     if ((unsigned)(last.bits + this.bits) <= bits) break;
last             1015 lib/zlib/inflate.c                 DROPBITS(last.bits);
last             1148 lib/zlib/inflate.c     strm->data_type = state->bits + (state->last ? 64 : 0) +
last               79 lib/zlib/inflate.h     int last;                   /* true if processing last block */
last              327 lib/zlib/trees.c       ((i) == (last)? "\n};\n\n" :    \
last              135 librpc/ndr/ndr_compression.c 		*last = true;
last              179 librpc/ndr/ndr_compression.c 		*last = true;
last              318 librpc/ndr/ndr_compression.c 		*last = true;
last              346 librpc/ndr/ndr_compression.c 		*last = true;
last              391 librpc/ndr/ndr_compression.c 	bool last = false;
last              400 librpc/ndr/ndr_compression.c 		while (!last) {
last              401 librpc/ndr/ndr_compression.c 			NDR_CHECK(ndr_pull_compression_mszip_chunk(subndr, ndrpush, &z, &last));
last              406 librpc/ndr/ndr_compression.c 		while (!last) {
last              407 librpc/ndr/ndr_compression.c 			NDR_CHECK(ndr_pull_compression_xpress_chunk(subndr, ndrpush, &last));
last              485 librpc/ndr/ndr_compression.c 	bool last = false;
last              500 librpc/ndr/ndr_compression.c 		while (!last) {
last              501 librpc/ndr/ndr_compression.c 			NDR_CHECK(ndr_push_compression_mszip_chunk(subndr, ndrpull, &z, &last));
last              506 librpc/ndr/ndr_compression.c 		while (!last) {
last              507 librpc/ndr/ndr_compression.c 			NDR_CHECK(ndr_push_compression_xpress_chunk(subndr, ndrpull, &last));
last              101 nsswitch/winbind_nss_irix.c         winbind_xid_t **last, *dx;
last              104 nsswitch/winbind_nss_irix.c         for (last = &winbind_xids, dx = winbind_xids; dx && (dx->xid != xid);
last              105 nsswitch/winbind_nss_irix.c             last = &dx->next, dx = dx->next);
last              107 nsswitch/winbind_nss_irix.c                 *last = dx->next;
last              142 source3/iniparser/src/strlib.c 	char * last ;
last              147 source3/iniparser/src/strlib.c 	last = l + strlen(l);
last              148 source3/iniparser/src/strlib.c 	while (last > l) {
last              149 source3/iniparser/src/strlib.c 		if (!isspace((int)*(last-1)))
last              151 source3/iniparser/src/strlib.c 		last -- ;
last              153 source3/iniparser/src/strlib.c 	*last = (char)0;
last              176 source3/iniparser/src/strlib.c 	char * last ;
last              184 source3/iniparser/src/strlib.c 	last = l + strlen(l);
last              185 source3/iniparser/src/strlib.c 	while (last > l) {
last              186 source3/iniparser/src/strlib.c 		if (!isspace((int)*(last-1)))
last              188 source3/iniparser/src/strlib.c 		last -- ;
last              190 source3/iniparser/src/strlib.c 	*last = (char)0;
last             1234 source3/lib/ldb/modules/ldb_map.c 	int i, j, last;
last             1235 source3/lib/ldb/modules/ldb_map.c 	last = 0;
last             1251 source3/lib/ldb/modules/ldb_map.c 		data->attribute_maps[last] = attrs[i];
last             1252 source3/lib/ldb/modules/ldb_map.c 		last++;
last             1257 source3/lib/ldb/modules/ldb_map.c 		data->attribute_maps[last] = builtin_attribute_maps[i];
last             1258 source3/lib/ldb/modules/ldb_map.c 		last++;
last             1262 source3/lib/ldb/modules/ldb_map.c 	memset(&data->attribute_maps[last], 0, sizeof(struct ldb_map_attribute));
last               41 source3/lib/ldb/modules/ldb_map_outbound.c 	int i, last;
last               46 source3/lib/ldb/modules/ldb_map_outbound.c 	last = 0;
last               57 source3/lib/ldb/modules/ldb_map_outbound.c 			result = talloc_realloc(mem_ctx, result, const char *, last+2);
last               62 source3/lib/ldb/modules/ldb_map_outbound.c 			result[last] = talloc_strdup(result, attrs[i]);
last               63 source3/lib/ldb/modules/ldb_map_outbound.c 			result[last+1] = NULL;
last               64 source3/lib/ldb/modules/ldb_map_outbound.c 			last++;
last               84 source3/lib/ldb/modules/ldb_map_outbound.c 	int i, j, last;
last               87 source3/lib/ldb/modules/ldb_map_outbound.c 	last = 0;
last              142 source3/lib/ldb/modules/ldb_map_outbound.c 				result = talloc_realloc(mem_ctx, result, const char *, last+2);
last              147 source3/lib/ldb/modules/ldb_map_outbound.c 				result[last] = talloc_strdup(result, map->u.generate.remote_names[j]);
last              148 source3/lib/ldb/modules/ldb_map_outbound.c 				result[last+1] = NULL;
last              149 source3/lib/ldb/modules/ldb_map_outbound.c 				last++;
last              155 source3/lib/ldb/modules/ldb_map_outbound.c 		result = talloc_realloc(mem_ctx, result, const char *, last+2);
last              160 source3/lib/ldb/modules/ldb_map_outbound.c 		result[last] = talloc_strdup(result, name);
last              161 source3/lib/ldb/modules/ldb_map_outbound.c 		result[last+1] = NULL;
last              162 source3/lib/ldb/modules/ldb_map_outbound.c 		last++;
last               59 source3/lib/ldb/modules/paged_results.c 	struct message_store *last;
last              190 source3/lib/ldb/modules/paged_results.c 			ac->store->first = ac->store->last = talloc(ac->store, struct message_store);
last              192 source3/lib/ldb/modules/paged_results.c 			ac->store->last->next = talloc(ac->store, struct message_store);
last              193 source3/lib/ldb/modules/paged_results.c 			ac->store->last = ac->store->last->next;
last              195 source3/lib/ldb/modules/paged_results.c 		if (ac->store->last == NULL) {
last              201 source3/lib/ldb/modules/paged_results.c 		ac->store->last->r = talloc_steal(ac->store->last, ares);
last              202 source3/lib/ldb/modules/paged_results.c 		ac->store->last->next = NULL;
last              216 source3/lib/ldb/modules/paged_results.c 		ac->store->last_ref->r = talloc_steal(ac->store->last, ares);
last               44 source3/modules/nfs4_acls.c 	SMB_ACE4_INT_T	*last;
last              118 source3/modules/nfs4_acls.c 		aclint->last = ace;
last              120 source3/modules/nfs4_acls.c 		aclint->last->next = (void *)ace;
last              121 source3/modules/nfs4_acls.c 		aclint->last = ace;
last               54 source3/modules/vfs_cacheprime.c         SMB_OFF_T * last;
last               57 source3/modules/vfs_cacheprime.c         last = (SMB_OFF_T *)VFS_ADD_FSP_EXTENSION(handle, fsp, SMB_OFF_T, NULL);
last               58 source3/modules/vfs_cacheprime.c         if (!last) {
last               62 source3/modules/vfs_cacheprime.c         if (*last == -1) {
last               67 source3/modules/vfs_cacheprime.c         if ((*last + g_readsz) > (offset + count)) {
last               74 source3/modules/vfs_cacheprime.c             MODULE, (long long)g_readsz, (long long)*last,
last               77 source3/modules/vfs_cacheprime.c         nread = sys_pread(fsp->fh->fd, g_readbuf, g_readsz, *last);
last               79 source3/modules/vfs_cacheprime.c             *last = -1;
last               83 source3/modules/vfs_cacheprime.c         *last += nread;
last              444 source3/utils/status_profile.c 		step = current->count[i] - last->count[i];
last              445 source3/utils/status_profile.c 		spent = current->time[i] - last->time[i];
last              478 source3/utils/status_profile.c 	int last = 0;
last              492 source3/utils/status_profile.c 	memcpy(&sample_data[last], profile_p, sizeof(*profile_p));
last              501 source3/utils/status_profile.c 		delta_usec = sample_time[current] - sample_time[last];
last              504 source3/utils/status_profile.c 			&sample_data[last], delta_usec)) {
last              509 source3/utils/status_profile.c 		tmp = last;
last              510 source3/utils/status_profile.c 		last = current;
last              856 source4/heimdal/lib/hcrypto/imath/imath.c   int       cmp, last = 0, lg;
last              908 source4/heimdal/lib/hcrypto/imath/imath.c       qout = TEMP(last);
last              909 source4/heimdal/lib/hcrypto/imath/imath.c       SETUP(mp_int_init_copy(TEMP(last), a), last);
last              919 source4/heimdal/lib/hcrypto/imath/imath.c       rout = TEMP(last);
last              920 source4/heimdal/lib/hcrypto/imath/imath.c       SETUP(mp_int_init_copy(TEMP(last), b), last);
last              949 source4/heimdal/lib/hcrypto/imath/imath.c   while(--last >= 0)
last              950 source4/heimdal/lib/hcrypto/imath/imath.c     mp_int_clear(TEMP(last));
last             1193 source4/heimdal/lib/hcrypto/imath/imath.c   int       last = 0;
last             1204 source4/heimdal/lib/hcrypto/imath/imath.c   SETUP(mp_int_init_size(TEMP(0), 2 * um), last);
last             1205 source4/heimdal/lib/hcrypto/imath/imath.c   SETUP(mp_int_init_size(TEMP(1), 2 * um), last);
last             1208 source4/heimdal/lib/hcrypto/imath/imath.c     SETUP(mp_int_init_size(TEMP(2), 2 * um), last);
last             1225 source4/heimdal/lib/hcrypto/imath/imath.c   while(--last >= 0)
last             1226 source4/heimdal/lib/hcrypto/imath/imath.c     mp_int_clear(TEMP(last));
last             1270 source4/heimdal/lib/hcrypto/imath/imath.c   int       last = 0;
last             1281 source4/heimdal/lib/hcrypto/imath/imath.c   SETUP(mp_int_init_size(TEMP(0), 2 * um), last);
last             1284 source4/heimdal/lib/hcrypto/imath/imath.c     SETUP(mp_int_init_size(TEMP(1), 2 * um), last);
last             1299 source4/heimdal/lib/hcrypto/imath/imath.c   while(--last >= 0)
last             1300 source4/heimdal/lib/hcrypto/imath/imath.c     mp_int_clear(TEMP(last));
last             1324 source4/heimdal/lib/hcrypto/imath/imath.c   int       last = 0;
last             1334 source4/heimdal/lib/hcrypto/imath/imath.c   for(last = 0; last < 2; ++last)
last             1335 source4/heimdal/lib/hcrypto/imath/imath.c     mp_int_init(TEMP(last));
last             1360 source4/heimdal/lib/hcrypto/imath/imath.c   while(--last >= 0)
last             1361 source4/heimdal/lib/hcrypto/imath/imath.c     mp_int_clear(TEMP(last));
last             1456 source4/heimdal/lib/hcrypto/imath/imath.c   int       k, last = 0, ca, cb;
last             1478 source4/heimdal/lib/hcrypto/imath/imath.c   for(last = 0; last < 4; ++last)
last             1479 source4/heimdal/lib/hcrypto/imath/imath.c     mp_int_init(TEMP(last));
last             1483 source4/heimdal/lib/hcrypto/imath/imath.c   SETUP(mp_int_init_copy(TEMP(4), a), last);
last             1484 source4/heimdal/lib/hcrypto/imath/imath.c   SETUP(mp_int_init_copy(TEMP(5), b), last);
last             1498 source4/heimdal/lib/hcrypto/imath/imath.c   SETUP(mp_int_init_copy(TEMP(6), TEMP(4)), last);
last             1499 source4/heimdal/lib/hcrypto/imath/imath.c   SETUP(mp_int_init_copy(TEMP(7), TEMP(5)), last);
last             1558 source4/heimdal/lib/hcrypto/imath/imath.c   while(--last >= 0)
last             1559 source4/heimdal/lib/hcrypto/imath/imath.c     mp_int_clear(TEMP(last));
last             1635 source4/heimdal/lib/hcrypto/imath/imath.c   int        last = 0;
last             1650 source4/heimdal/lib/hcrypto/imath/imath.c   SETUP(mp_int_init_copy(TEMP(last), a), last);
last             1651 source4/heimdal/lib/hcrypto/imath/imath.c   SETUP(mp_int_init_copy(TEMP(last), a), last);
last             1652 source4/heimdal/lib/hcrypto/imath/imath.c   SETUP(mp_int_init(TEMP(last)), last);
last             1653 source4/heimdal/lib/hcrypto/imath/imath.c   SETUP(mp_int_init(TEMP(last)), last);
last             1654 source4/heimdal/lib/hcrypto/imath/imath.c   SETUP(mp_int_init(TEMP(last)), last);
last             1693 source4/heimdal/lib/hcrypto/imath/imath.c   while(--last >= 0)
last             1694 source4/heimdal/lib/hcrypto/imath/imath.c     mp_int_clear(TEMP(last));
last             3016 source4/heimdal/lib/hcrypto/imath/imath.c   int       last = 0;
last             3020 source4/heimdal/lib/hcrypto/imath/imath.c   while(last < 3) {
last             3021 source4/heimdal/lib/hcrypto/imath/imath.c     SETUP(mp_int_init_size(TEMP(last), 4 * umu), last);
last             3022 source4/heimdal/lib/hcrypto/imath/imath.c     ZERO(MP_DIGITS(TEMP(last - 1)), MP_ALLOC(TEMP(last - 1)));
last             3078 source4/heimdal/lib/hcrypto/imath/imath.c   while(--last >= 0)
last             3079 source4/heimdal/lib/hcrypto/imath/imath.c     mp_int_clear(TEMP(last));
last              220 source4/heimdal/lib/hcrypto/rand-fortuna.c     struct timeval *last = &st->last_reseed_time;
last              226 source4/heimdal/lib/hcrypto/rand-fortuna.c     if (tv.tv_sec > last->tv_sec + 1)
last              228 source4/heimdal/lib/hcrypto/rand-fortuna.c     else if (tv.tv_sec == last->tv_sec + 1)
last              230 source4/heimdal/lib/hcrypto/rand-fortuna.c 	if (1000000 + tv.tv_usec - last->tv_usec >= RESEED_INTERVAL)
last              233 source4/heimdal/lib/hcrypto/rand-fortuna.c     else if (tv.tv_usec - last->tv_usec >= RESEED_INTERVAL)
last              238 source4/heimdal/lib/hcrypto/rand-fortuna.c 	memcpy(last, &tv, sizeof(tv));
last              561 source4/heimdal/lib/hx509/name.c 	int last;
last              566 source4/heimdal/lib/hx509/name.c 	    last = 1;
last              569 source4/heimdal/lib/hx509/name.c 	    last = 0;
last              620 source4/heimdal/lib/hx509/name.c 	p += len + last;
last             1046 source4/lib/ldb/ldb_map/ldb_map.c 	int i, j, last;
last             1047 source4/lib/ldb/ldb_map/ldb_map.c 	last = 0;
last             1063 source4/lib/ldb/ldb_map/ldb_map.c 		data->attribute_maps[last] = attrs[i];
last             1064 source4/lib/ldb/ldb_map/ldb_map.c 		last++;
last             1069 source4/lib/ldb/ldb_map/ldb_map.c 		data->attribute_maps[last] = builtin_attribute_maps[i];
last             1070 source4/lib/ldb/ldb_map/ldb_map.c 		last++;
last             1075 source4/lib/ldb/ldb_map/ldb_map.c 		data->attribute_maps[last] = objectclass_attribute_map;
last             1076 source4/lib/ldb/ldb_map/ldb_map.c 		last++;
last             1078 source4/lib/ldb/ldb_map/ldb_map.c 		data->attribute_maps[last] = objectclass_convert_map;
last             1079 source4/lib/ldb/ldb_map/ldb_map.c 		last++;
last             1083 source4/lib/ldb/ldb_map/ldb_map.c 	memset(&data->attribute_maps[last], 0, sizeof(struct ldb_map_attribute));
last               41 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	int i, last;
last               46 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	last = 0;
last               57 source4/lib/ldb/ldb_map/ldb_map_outbound.c 			result = talloc_realloc(mem_ctx, result, const char *, last+2);
last               62 source4/lib/ldb/ldb_map/ldb_map_outbound.c 			result[last] = talloc_strdup(result, attrs[i]);
last               63 source4/lib/ldb/ldb_map/ldb_map_outbound.c 			result[last+1] = NULL;
last               64 source4/lib/ldb/ldb_map/ldb_map_outbound.c 			last++;
last               84 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	int i, j, last;
last               87 source4/lib/ldb/ldb_map/ldb_map_outbound.c 	last = 0;
last              142 source4/lib/ldb/ldb_map/ldb_map_outbound.c 				result = talloc_realloc(mem_ctx, result, const char *, last+2);
last              147 source4/lib/ldb/ldb_map/ldb_map_outbound.c 				result[last] = talloc_strdup(result, map->u.generate.remote_names[j]);
last              148 source4/lib/ldb/ldb_map/ldb_map_outbound.c 				result[last+1] = NULL;
last              149 source4/lib/ldb/ldb_map/ldb_map_outbound.c 				last++;
last              155 source4/lib/ldb/ldb_map/ldb_map_outbound.c 		result = talloc_realloc(mem_ctx, result, const char *, last+2);
last              160 source4/lib/ldb/ldb_map/ldb_map_outbound.c 		result[last] = talloc_strdup(result, name);
last              161 source4/lib/ldb/ldb_map/ldb_map_outbound.c 		result[last+1] = NULL;
last              162 source4/lib/ldb/ldb_map/ldb_map_outbound.c 		last++;
last               58 source4/lib/ldb/modules/paged_results.c 	struct message_store *last;
last              256 source4/lib/ldb/modules/paged_results.c 			ac->store->last->next = msg_store;
last              258 source4/lib/ldb/modules/paged_results.c 		ac->store->last = msg_store;
last              112 source4/libcli/smb2/create.c 	if (last) {
last              141 source4/libcli/smb2/create.c 		bool last = false;
last              145 source4/libcli/smb2/create.c 			last = true;
last              149 source4/libcli/smb2/create.c 		status = smb2_create_blob_push_one(mem_ctx, buffer, c, last);
last              100 source4/ntvfs/posix/pvfs_oplock.c 	struct timeval *last = NULL;
last              105 source4/ntvfs/posix/pvfs_oplock.c 		last = &opl->break_to_level_II;
last              108 source4/ntvfs/posix/pvfs_oplock.c 		last = &opl->break_to_none;
last              112 source4/ntvfs/posix/pvfs_oplock.c 	if (!last) {
last              118 source4/ntvfs/posix/pvfs_oplock.c 	if (timeval_is_zero(last)) {
last              123 source4/ntvfs/posix/pvfs_oplock.c 		*last = cur;
last              135 source4/ntvfs/posix/pvfs_oplock.c 	end = timeval_add(last, pvfs->oplock_break_timeout, 0);
last              240 source4/torture/raw/eas.c 	int       i, j, k, last, total;
last              332 source4/torture/raw/eas.c 	last  = maxeastart;
last              342 source4/torture/raw/eas.c 		j = test_one_eamax(cli, fnum, eaname, eablob, last, maxeadebug);
last              347 source4/torture/raw/eas.c 		last = j;
last              163 source4/torture/raw/tconrate.c 	struct timeval now, last, start;
last              171 source4/torture/raw/tconrate.c 	start = last = timeval_current();
last              186 source4/torture/raw/tconrate.c 			(unsigned)rate_convert_secs(delta, &last, &now));
last              189 source4/torture/raw/tconrate.c 		last = timeval_current();