Searched refs:last (Results 476 - 500 of 695) sorted by relevance

<<11121314151617181920>>

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Deval.t222 last;
H A Dtaint.t165 last if eval { `$echo 1` };
166 last unless $@ =~ /^Insecure \$ENV{$v}/;
663 last;
701 last;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/utils/port/
H A DInstallPerl110 last if (defined($r) && defined($v) && defined($s));
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/
H A DExacct.xs296 /* Use the last buffer size as a best guess. */
428 # Return the last exacct error as a dual-typed SV. In a numeric context the
447 # Return a string describing the last error to be encountered. If the value
484 /* Use the last buffer size as a best guess. */
551 /* Use the last buffer size as a best guess. */
/opensolaris-onvv-gate/usr/src/cmd/ptools/plgrp/
H A Dplgrp.c424 lgrp_id_t last; local
435 last = first;
437 last = atoi(++p);
439 for (i = first; i <= last; i++) {
533 * Print last lgroup ID(s)
/opensolaris-onvv-gate/usr/src/lib/
H A DREADME.mapfiles365 last release of Solaris was SUNW_1.23, any new ABI introduced in the next
398 last version was SUNW_1.18, then you should version the interfaces with
/opensolaris-onvv-gate/usr/src/lib/libc/i386/gen/
H A Dmemcpy.s131 / before last double word copied
/opensolaris-onvv-gate/usr/src/lib/libcmd/common/
H A Djoin.c469 outfield(Join_t* jp, int index, register int n, int last) argument
518 if (last)
545 last = cp[size-1];
549 cp[size-1] = last;
/opensolaris-onvv-gate/usr/src/lib/libparted/common/libparted/fs/ext2/
H A Dext2.h193 int ext2_bcache_flush_range (struct ext2_fs *fs, blk_t first, blk_t last);
/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/isc/
H A Deventlib_p.h161 evWait * last; member in struct:evWaitList
/opensolaris-onvv-gate/usr/src/lib/libshell/common/include/
H A Dnval.h77 char *last; member in struct:Namfun
/opensolaris-onvv-gate/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsObject.h114 kms_object_t *last; /* points to last obj in the list */ member in struct:obj_to_be_freed_list
/opensolaris-onvv-gate/usr/src/tools/codereview/
H A Dlwlp.c1148 char *last, *p, *q; local
1163 last = bufout + MAX_OUTPUT_LINE_LENGTH - 20;
1379 if (q >= last) {
1396 if (q >= last) {
/opensolaris-onvv-gate/usr/src/uts/intel/io/intel_nhm/
H A Dmem_addr.c808 int last; local
811 last = MAX_CPU_NODES;
818 last = 1;
823 *lastslot_p = last;
/opensolaris-onvv-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_quiesce.c427 dev_info_t *dip, *next, *last = NULL; local
435 while (last != start) {
438 while (next != last && dip != srh->sr_failed_dip) {
506 last = dip;
/opensolaris-onvv-gate/usr/src/uts/sun4u/starcat/io/
H A Dsc_gptwocfg.c497 struct sc_gptwocfg_config *board_config, *last, *new; local
570 last = board_config;
653 last->link = new;
654 last = new;
726 * Save the AXQ for last.
1484 cpuid &= 0x03; /* last 2 bits of a 10 bit number */
/opensolaris-onvv-gate/usr/src/lib/libdtrace/common/
H A Ddt_consume.c293 * 11101 1 11 01 (111 << 2 + 1 == 11101 > 10111 => last bit is 0)
376 dt_flowindent(dtrace_hdl_t *dtp, dtrace_probedata_t *data, dtrace_epid_t last, argument
416 * If we're going to indent this, we need to check the ID of our last
422 if ((last != DTRACE_EPIDNONE && id != last &&
423 pd->dtpd_id == dtp->dt_pdesc[last]->dtpd_id))
973 * address. This last condition is necessary because
1585 dtrace_epid_t last = DTRACE_EPIDNONE; local
1630 (void) dt_flowindent(dtp, &data, last, buf, offs);
1955 last
[all...]
/opensolaris-onvv-gate/usr/src/lib/libshare/common/
H A Dlibsharecore.c209 xfs_sharelist_t *item = NULL, *first = NULL, *last; local
225 last = item;
227 last->next = item;
228 last = item;
243 last = item;
245 last->next = item;
246 last = item;
1236 * the share inadvertantly. The last arg being
2084 * Update the internal timestamp of when sharetab was last
/opensolaris-onvv-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c125 ID last; /* ID of last lit exp in position set */ member in struct:Positionset
190 (rps)->count = 0, (rps)->last = -1
195 (rps)->base[n].id = (rps)->last;\
196 (rps)->last = (n);\
627 for (i = fpos->last; i > 0; i = fpos->base[i].id) {
657 for (j = ps->last; j > 0; p++, j = q->id) {
754 for (n = ps->last; n > 0; n = ps->base[n].id) {
1694 * Find end of the last
1853 /* Note: bufend is 1 past last goo
[all...]
/opensolaris-onvv-gate/usr/src/cmd/msgfmt/
H A Dxgettext.c158 * is_last_comment_line : Means the current line is the last line
984 int last = 0; local
990 * Find the position of the last non-whitespace character.
997 last = ++i;
1033 if (line[last] == '"') {
1034 last--;
1041 for (i = 0; i <= (last-first); i++) {
1816 * To insert the last msgid pair.
2144 * If multi line msgid, add suffix after the last line.
/opensolaris-onvv-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c262 /* If this is the last callee, set next_to to 0 */
577 * dump the header; use the last header read in
1063 mod_info_t *mi, *last, *new_module; local
1126 last = &modules;
1127 while ((mi = last->next) != NULL) {
1160 last = mi;
1226 last->next = new_module;
1272 * the last gmon.out, if we're doing summing.
/opensolaris-onvv-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal2.c371 int i, j, last; local
387 for (i = 0, last = 0, j = 0, currkvno = key_data[0].key_data_kvno; i < n_key_data; i++) {
391 asn1_encode_sequence_of_keys (key_data+last,
392 (krb5_int16) i - last + 1,
408 last = i + 1;
717 * In the first 2 cases, the dn should be existing and in the last case we
719 * executed for the last case.
963 /* Update last password change whenever a new key is set */
/opensolaris-onvv-gate/usr/src/lib/libshell/common/bltins/
H A Dtypeset.c437 char *last = 0; local
581 if(last=strchr(name,'='))
582 *last = 0;
649 if(last)
650 *last = '=';
/opensolaris-onvv-gate/usr/src/lib/libast/common/regex/
H A Dregcomp.c112 int error; /* last error */
122 int parno; /* number of last open paren */
1167 int last; local
1259 last = c;
1265 setadd(e->re.charclass, last);
1301 setadd(e->re.charclass, last);
1352 setadd(e->re.charclass, last);
1387 if (last <= c)
1389 for (i = last; i <= c; i++)
1396 setadd(e->re.charclass, last);
1768 rep(Cenv_t* env, Rex_t* e, int number, int last) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ldap/common/
H A Dcommon.c1957 return( "/tmp" ); /* last resort on UNIX */
2496 list->last = NULL;
2511 HeadNode->last = HeadNode->first = Node;
2515 Node->left = HeadNode->last;
2516 HeadNode->last = Node->left->right = Node;
2537 if(HeadNode->last == traverse)
2539 HeadNode->last = prevnode;

Completed in 302 milliseconds

<<11121314151617181920>>