Searched defs:next (Results 401 - 425 of 577) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/libshell/common/sh/
H A Djobs.c58 struct jobsave *next; member in struct:jobsave
73 jp->next = job_savelist;
215 * return next on link list of jobsave free list
226 job_savelist = jp->next;
233 jp->next = bck.list;
253 for(csp=job.colist; csp; csp = csp->next)
277 for(csp=(struct cosh*)job.colist;csp;csp=csp->next)
1253 jpnext = jp->next;
1922 if(pid==0 && !jp->next)
1925 jp = jp->next;
[all...]
H A Dlex.c83 char skipword; /* next word can't be reserved */
319 * Get the next word and put it on the top of the stak
891 /* make sure next character is alpha */
1725 const char *cp = (const char*)buff, *next=cp, *ep = cp + n; local
1727 while(next = (const char*)memchr(next,'\r',ep-next))
1728 if(*++next=='\n')
1730 if(k=next-cp-1)
1736 cp = next;
[all...]
H A Dnvdisc.c45 * call the next getval function in the chain
52 fp = nfp = nfp->next;
54 for(; fp; fp=fp->next)
77 * call the next getnum function in the chain
86 fp = nfp = nfp->next;
88 for(; fp; fp=fp->next)
124 * call the next assign function in the chain
131 fp = nfp = nfp->next;
137 fpnext = fp->next;
181 struct blocked *next; member in struct:blocked
1061 register Dt_t *next; local
[all...]
H A Dpath.c262 if(flag) /* skip next case when non-zero flag */
320 ppnext = pp->next;
337 old->next = ppnext;
365 for( ;pp; pp=pp->next)
390 pp = pp->next;
416 for(oldpp=first; oldpp && oldpp!=pp; oldpp=oldpp->next)
435 * write the next path to search on the current stack
437 * the next pathcomp is returned.
449 ppnext = pp->next;
474 while(pp && pp!=last && (pp=pp->next))
1646 register Pathcomp_t *pp=first, *next, *pq; local
[all...]
/osnet-11/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h85 Namfun_t *next; member in struct:Namfun
217 #define NV_ANEXT 3 /* advance to next subscript */
/osnet-11/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h85 Namfun_t *next; member in struct:Namfun
217 #define NV_ANEXT 3 /* advance to next subscript */
/osnet-11/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h85 Namfun_t *next; member in struct:Namfun
217 #define NV_ANEXT 3 /* advance to next subscript */
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_dialog.c151 nmsg_chain = msg_chain->next;
259 sip_dlg_route_set_t *next; local
262 next = rset->sip_dlg_route_next;
266 rset = next;
H A Dsip_miscdefs.h146 struct sip_conn_cache_s *next; member in struct:sip_conn_cache_s
226 struct sip_msg_chain_s *next; member in struct:sip_msg_chain_s
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java248 List next = null; field in class:ServiceStoreInMemory.List
263 newRec.next = next;
266 if (next != null) {
267 next.prev = newRec;
271 this.next = newRec;
281 if (next != null) {
282 next.prev = prev;
286 prev.next = next;
[all...]
/osnet-11/usr/src/lib/libnetcfg/common/
H A Dlibnetcfg_files.c58 * strtok_r-like function that takes a string, finds the next unescaped
210 char *val, *next = str; local
217 while ((val = netcfg_tokenize_by_unescaped_delim(next,
218 NETCFG_VALUE_DELIM, &next)) != NULL) {
251 char *val, *next = str; local
258 while ((val = netcfg_tokenize_by_unescaped_delim(next,
259 NETCFG_VALUE_DELIM, &next)) != NULL) {
285 char *val, *next = str; local
292 while ((val = netcfg_tokenize_by_unescaped_delim(next,
293 NETCFG_VALUE_DELIM, &next)) !
319 char *val, *next = str; local
353 char *val, *next = str; local
387 char *val, *next = str; local
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_parse.h509 * next Pointer to the next __nis_object_dn_t structure for this
532 * NULL next
541 void *next; member in struct:__anon1970
557 * next Pointer to next table sub-set, if any
617 * NULL, next
649 void *next; /* Next sub-set spec */ member in struct:__anon1971
H A Dldap_val.c1690 /* Find the next delimiter, or end-of-string */
1746 char *mstr, *next, *start = 0, *tmpstr; local
1789 * ahead and determine the start of the next formatting element.
1790 * If successful, 'next' will be the start of the fmt element
1791 * after the next one; we don't care about that, other than to
1795 * we don't know a priori if the first occurence of the next
1800 while ((next = scanMappingFormat(f, curf+1, nf, tmpstr, 0,
1802 char *tmp = next;
1812 tmpstr = next;
1820 if (next
[all...]
H A Dnis_parse_ldap_map.c343 for (t = *table_mapping; t->next != NULL;
344 t = t->next)
346 t->next = t_mapping;
793 __nis_object_dn_t *next = NULL; local
813 obj_dn = next;
815 last->next = next;
816 last = next;
817 next = NULL;
822 if (next
1036 __nis_mapping_rule_t *next = NULL; local
[all...]
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c134 struct nb_reg_node *next; member in struct:nb_reg_node
149 #define LIST_ADD(l, node) (node->next = l->next, l = node)
150 #define LIST_EXTRACT(l, node) (node = l, l = l->next)
152 for (node = l; node != (struct nb_reg_node *)&l; node = node->next)
1800 n[i].next = &(n[i+1]);
1802 n[CHUNK_SIZE-1].next = (struct nb_reg_node *)&nb_free;
1845 if (node->next->ct == ct) {
1847 struct nb_reg_node *n = node->next;
1848 node->next
[all...]
/osnet-11/usr/src/lib/libpam/
H A Dpam_impl.h180 struct pam_module_data *next; /* pointer to next module data */ member in struct:pam_module_data
193 struct pamtab *next; member in struct:pamtab
199 struct fd_list *next; member in struct:fd_list
206 struct env_list *next; member in struct:env_list
/osnet-11/usr/src/lib/libparted/common/libparted/
H A Ddisk.c75 disk_type->next = disk_types;
89 last = walk, walk = walk->next);
93 ((struct _PedDiskType*) last)->next = disk_type->next;
95 disk_types = disk_type->next;
99 * Return the next disk type registers, after "type". If "type" is
108 return type->next;
880 * \return the next flag, or 0 if there are no more flags
981 PedPartition* next; local
985 next
1015 PedPartition* next; local
2107 PedPartition* next; local
2132 PedPartition* next; local
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/fs/jfs/
H A Djfs_types.h298 struct type *next;\
303 struct cdll_entry *next; member in struct:cdll_entry
329 * for (elm = header->head; elm != (void *)header; elm = elm->field.next)
340 (elm)->field.next = (header)->head;\
357 (elm)->field.next = (void *)(header);\
362 (header)->tail->field.next = (elm);\
375 (elm)->field.next = (listelm)->field.next;\
377 if ((listelm)->field.next == (void *)(header))\
380 (listelm)->field.next
[all...]
/osnet-11/usr/src/lib/libpkg/common/
H A Ddstream.c92 struct dstoc *next; member in struct:dstoc
145 toc_pt = toc_pt->next;
231 * on the next volume.
472 tail->next = toc_pt;
560 ds_toc = ds_toc->next;
/osnet-11/usr/src/lib/libcmd/common/
H A Dod.c203 struct Format_s*next; member in struct:Format_s
837 state->last = state->last->next = fp;
969 goto next;
974 goto next;
987 goto next;
1003 next:
1031 for (fp = state->form; fp; fp = fp->next)
1519 for (fp = state.form; fp; fp = fp->next)
1522 for (fp = state.form; fp; fp = fp->next)
/osnet-11/usr/src/lib/libcommputil/common/
H A Dsdp.h81 struct sdp_list *next; member in struct:sdp_list
/osnet-11/usr/src/lib/libcpc/common/
H A Dlibcpc.c222 cpc_request_t *req, *next; local
255 for (req = csp->cs_request; req != NULL; req = next) {
256 next = req->cr_next;
H A Dlibcpc_impl.h56 cpc_request_t *cr_next; /* next request in set */
132 struct __cpc_strhash *next; member in struct:__cpc_strhash
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_devperm.c709 getnexttoken(char *next, char **nextp, char **tokenpp, char *tchar) argument
715 cp = next;
723 cp++; /* point to next character */
746 *cp++ = '\0'; /* terminate token, point to next */
747 *nextp = cp; /* set pointer to next character */
1030 struct mperm *mp, *next; local
1032 for (mp = mplist; mp != NULL; mp = next) {
1033 next = mp->mp_next;
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlaggr.c274 char *portstr = NULL, *next; local
368 for (next = portstr, i = 0; i < nports; i++) {
369 if ((status = read_port(handle, &next,
521 char *next; local
525 for (next = orig_portstr, j = 0; j < orig_nports; j++) {
530 status = read_port(handle, &next, &portid);

Completed in 573 milliseconds

<<11121314151617181920>>