Searched defs:last (Results 51 - 75 of 441) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dulimit.c141 char *last; local
142 if((i=sh_strnum(limit,&last,2))==INFINITY || *last)
/illumos-gate/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)
/illumos-gate/usr/src/lib/libtsnet/common/
H A Dtsol_gettpent.c171 char *last = NULL; local
181 tpstrp->template = _strtok_escape(buffer, sep, &last);
182 tpstrp->attrs = _strtok_escape(NULL, sep, &last);
/illumos-gate/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);
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgetauthattr.c66 char *last = NULL; local
87 auth->name = _strtok_escape(buffer, sep, &last);
88 auth->res1 = _strtok_escape(NULL, sep, &last);
89 auth->res2 = _strtok_escape(NULL, sep, &last);
90 auth->short_desc = _strtok_escape(NULL, sep, &last);
91 auth->long_desc = _strtok_escape(NULL, sep, &last);
92 auth->attr = _strtok_escape(NULL, sep, &last);
H A Dgetauuser.c70 char *last = NULL; local
92 au_user->au_name = _strtok_escape(buffer, sep, &last);
93 au_user->au_always = _strtok_escape(NULL, sep, &last);
94 au_user->au_never = _strtok_escape(NULL, sep, &last);
H A Dgetprofattr.c65 char *last = NULL; local
85 prof->name = _strtok_escape(buffer, sep, &last);
86 prof->res1 = _strtok_escape(NULL, sep, &last);
87 prof->res2 = _strtok_escape(NULL, sep, &last);
88 prof->desc = _strtok_escape(NULL, sep, &last);
89 prof->attr = _strtok_escape(NULL, sep, &last);
H A Dgetuserattr.c73 char *last = NULL; local
95 user->name = _strtok_escape(buffer, sep, &last);
96 user->qualifier = _strtok_escape(NULL, sep, &last);
97 user->res1 = _strtok_escape(NULL, sep, &last);
98 user->res2 = _strtok_escape(NULL, sep, &last);
99 user->attr = _strtok_escape(NULL, sep, &last);
/illumos-gate/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;
/illumos-gate/usr/src/lib/libinetutil/common/
H A Dinetutil.c153 uint8_t last; local
174 last = *addr;
175 while (last != 0) {
177 last = (last << 1) & 0xff;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dtable.c67 TABLE_ENTRY *last; member in struct:table_entry
211 ptr->next->last = ptr;
213 ptr->last = NULL;
276 } else if (ptr->last != NULL) {
277 ptr->last->next = ptr->next;
281 ptr->next->last = ptr->last;
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_generic.c211 struct dir_entry *last = NULL; local
240 if (add_dir_entry(ent.h_name, list, &last)) {
252 if (add_dir_entry(*p, list, &last)) {
258 assert(last != NULL);
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_util.c42 char *first, *last; local
59 last = strrchr(pres->name, '\0');
60 last--;
61 while (isspace(*last)) /* nuke trailing whitespace */
62 *last-- = '\0';
/illumos-gate/usr/src/cmd/sh/
H A Dhash.c56 static struct node **last; variable in typeref:struct:node
123 last = &table[i];
141 last = q;
155 *last = p;
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dreplay.c74 register krb5_kdc_replay_ent *eptr, *last, *hold; local
87 for (last = &root_ptr, eptr = root_ptr.next;
107 last->next = eptr->next;
108 eptr = last;
112 last = eptr;
163 register krb5_kdc_replay_ent *eptr, *last, *hold; local
165 for (last = &root_ptr, eptr = root_ptr.next;
170 last->next = eptr->next;
171 eptr = last;
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptool.h215 Element *last; member in struct:__anon729
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_ranges.c67 struct ranges_entry *last = 0; local
113 last = re;
115 last->next = re;
116 last = re;
/illumos-gate/usr/src/ucbcmd/tr/
H A Dtr.c52 struct string { int last, max; char *p; } string1, string2; member in struct:string
63 string1.last = string2.last = 0;
139 if(s->last++ < s->max)
140 return(s->last);
141 s->max = s->last = 0;
143 if(s->last && *s->p=='-') {
150 if(s->max < s->last) {
151 s->last = s->max-1;
156 return(s->last
[all...]
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_tlabel.c134 uint8_t last; local
164 last = tlabel_handle->tb_last[node_number];
167 * If there are any bad tlabels, see if the last bad tlabel recorded for
192 * stores the last tlabel used in last.
197 if ((free & ((uint64_t)1 << last)) != 0) {
199 tlabel_info->tbi_tlabel = last;
207 free = free & ~((uint64_t)1 << last);
210 * increment the last count so we start checking on the
214 (last)
[all...]
/illumos-gate/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...]
/illumos-gate/usr/src/uts/common/os/
H A Dmemlist_new.c122 struct memlist *cur, *last; local
127 last = NULL;
129 last = cur;
145 new->ml_prev = last;
146 if (last != NULL)
147 last->ml_next = new;
/illumos-gate/usr/src/uts/common/zmod/
H A Dinffast.c75 unsigned char FAR *last; /* while in < last, enough input available */ local
102 last = in + (strm->avail_in - 5);
287 } while (in < last && out < end);
298 strm->avail_in = (unsigned)(in < last ? 5 + (last - in) : 5 - (in - last));
/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_rs.c56 * last tracks the last alloc'd resource. This allows us to do a round
154 uint_t last; local
177 last = rstruct->rs_last & 0x3F;
180 if ((free & ((uint64_t)1 << last)) != 0) {
185 rstruct->rs_free[array_idx] &= ~((uint64_t)1 << last);
188 * increment the last count so we start checking the
/illumos-gate/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...]

Completed in 85 milliseconds

1234567891011>>