Searched defs:last (Results 26 - 50 of 216) sorted by relevance

123456789

/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Ddyncmd.c89 grub_command_t ptr, last = 0, next; local
97 if (last)
98 last->next = ptr->next;
105 last = ptr;
/osnet-11/usr/src/lib/libast/common/hash/
H A Dhashlook.c41 register Hash_last_t* last; local
77 last = &tab->root->last;
80 last->table = tab;
83 last->bucket = (Hash_bucket_t*)name;
84 name = hashname(last->bucket);
86 else last->bucket = 0;
87 last->name = name;
88 if (flags & HASH_BUCKET) n = last->bucket->hash;
96 last
[all...]
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfpool.c60 reg Sfpool_t *p, *last = &_Sfpool; local
63 for(last = &_Sfpool, p = last->next; p; last = p, p = p->next)
71 { POOLMTXLOCK(last);
74 { POOLMTXUNLOCK(last);
83 last->next = p;
85 POOLMTXUNLOCK(last);
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dcd_pwd.c135 char *last=(char*)stakfreeze(1); local
141 stakputs(last+PATH_OFFSET);
H A Dulimit.c141 char *last; local
142 if((i=sh_strnum(limit,&last,2))==INFINITY || *last)
H A Dsleep.c52 char *last; local
70 d = strtod(cp, &last);
71 if(*last)
77 ns = tmxdate(cp, &last, now);
78 else if(*last=='.' && shp->decomma && d==(unsigned long)d)
80 *(pp=last) = ',';
82 d = strtod(cp,&last);
84 if(*last==0)
87 else if(*last!='.' && *last!
[all...]
H A Dtrap.c239 char *last, *name; local
242 n = strtol(string,&last,10);
243 if(*last)
265 n = strtol(stakptr(o),&last,10);
266 if(!*last)
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dfcin.c73 * If last is non-zero, and the stream is a file, 0 is returned when
80 register unsigned char *last=_Fcin.fclast, *ptr=_Fcin.fcptr; local
90 if(last)
92 if( ptr<last && ptr>_Fcin.fcbuff && *(ptr-1)==0)
95 *last = _Fcin.fcchar;
96 if(ptr > last)
97 _Fcin.fcptr = ptr = last;
104 if(!last)
/osnet-11/usr/src/lib/libldap4/common/
H A Dsort.c116 LDAPMessage *e, *last; local
142 last = e;
158 *ep = last;
/osnet-11/usr/src/lib/libldap4/include/
H A Dthq.h23 tq_listTp last; /* last element in the queue */ member in struct:__anon1917
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dlist.h153 struct list_head *last = list->prev; local
159 last->next = at;
160 at->prev = last;
/osnet-11/usr/src/lib/libgss/
H A Dg_utils.c65 static int last = 0; local
70 if (stat(QOP_NUM_FILE, &stbuf) != 0 || stbuf.st_mtime < last) {
76 last = stbuf.st_mtime;
/osnet-11/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_seq.c47 ap_suspend_check(apd_t *a, int cmd, int first, int last, int *suspend) argument
61 for (check = 0, c = first; c <= last; c++)
91 ap_seq_get(apd_t *a, int cmd, int *first, int *last) argument
205 *last = l;
208 rs, os, cmd, (void *)first, (void *)last, f, l);
214 DBG("Sequencing recovery: first = %s, last = %s\n", \
218 ap_seq_exec(apd_t *a, int cmd, int first, int last) argument
226 int recover_l = CMD_NONE; /* last recovery cmd */
245 rc = ap_platopts_check(a, first, last);
251 for (c = first; c <= last;
415 int first, last; local
[all...]
/osnet-11/usr/src/cmd/ldap/common/
H A Dldaptool.h215 Element *last; member in struct:__anon55
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A Dencengine.c100 const U8 *last = s; local
135 last = s;
155 *slen = last - src;
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmlast.c30 /* Allocation with freeing and reallocing of last allocated block only.
44 reg Seg_t *seg, *last; local
63 { for(last = NIL(Seg_t*), seg = vd->seg; seg; last = seg, seg = seg->next)
66 if(last)
67 { last->next = seg->next;
93 vd->free = seg->last = tp;
152 seg->last = NIL(Block_t*);
212 (seg->last && (Vmuchar_t*)data > (Vmuchar_t*)seg->last) )
[all...]
H A Dvmprivate.c221 reg Seg_t* last; local
257 last = NIL(Seg_t*);
260 { for(last = vd->seg; last->next != seg; last = last->next)
262 last->next = seg->next;
270 if(last)
271 { seg->next = last->next;
272 last
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetauuser.c63 char *last = NULL; local
85 au_user->au_name = _strtok_escape(buffer, sep, &last);
86 au_user->au_always = _strtok_escape(NULL, sep, &last);
87 au_user->au_never = _strtok_escape(NULL, sep, &last);
/osnet-11/usr/src/lib/libtsnet/common/
H A Dtsol_gettpent.c166 char *last = NULL; local
176 tpstrp->tpstr_template = _strtok_escape(buffer, sep, &last);
177 tpstrp->attrs = _strtok_escape(NULL, sep, &last);
/osnet-11/usr/src/lib/libunistat/common/
H A Dspcs_s_u.c85 * Return the idata index of the last status code in the array (i.e.
93 int last = 0; local
97 last = idx;
100 return (last);
/osnet-11/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_llist.c133 DAPL_LLIST_ENTRY *last; local
141 last = (*head)->blink;
142 entry->flink = last->flink;
143 entry->blink = last;
144 last->flink->blink = entry;
145 last->flink = entry;
163 DAPL_LLIST_ENTRY *last; local
171 last = entry->blink;
173 last->flink = new_entry;
176 new_entry->blink = last;
218 DAPL_LLIST_ENTRY *last; local
[all...]
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_timeout.c95 sip_timeout_t *current, *last; local
97 last = NULL;
111 last->sip_timeout_next =
115 timeout_current_end = last;
127 last = current;
136 last = NULL;
144 last->sip_timeout_next =
158 last = current;
175 sip_timeout_t *last; local
212 last
241 sip_timeout_t *last = NULL; local
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dcontrol.c134 char *last; local
184 for ( tag = ber_first_element( ber, &len, &last );
186 tag = ber_next_element( ber, &len, last ) ) {
/osnet-11/usr/src/lib/libnsctl/common/
H A Dmachdep.c167 char *cp, *tofree, *last; local
217 cp = strtok_r(cp, sep, &last);
224 cp = strtok_r(NULL, sep, &last);
/osnet-11/usr/src/lib/libcmd/common/
H A Ddate.c71 " an odd number of arguments then the last time argument is differenced"
157 "[L:last?List only the last time for multiple \adate\a operands.]"
299 int last = 0; /* display the last time arg */ local
339 last = 1;
486 if (!last)

Completed in 2565 milliseconds

123456789