Searched refs:next (Results 1001 - 1025 of 1144) sorted by relevance

<<414243444546

/osnet-11/usr/src/lib/libshare_plugins/nfs/
H A Dlibshare_nfs.c959 * and setup for next mode.
1081 * modep: points to next mode in the string
1116 * search for the next security mode
1185 * using the next mode name in the list
2880 char *voltype, *next; local
2883 for (voltype = volfhtypes; !err && voltype != NULL; voltype = next) {
2885 next = strchr(voltype, ':');
2886 if (next != NULL)
2887 *next = '\0';
2899 if (next !
3817 struct exportfs_args *next; local
4187 struct def_file *next; member in struct:def_file
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Darray.c157 fp = &((*fp)->next);
160 new->header.hdr.next = (*fp)->next;
254 for(fp=fp->next; fp; fp = fp->next)
825 for(fp=np->nvfun; fp && !fp->disc->readf; fp=fp->next);
1029 * This routine sets subscript of <np> to the next element, if any.
1175 for(nfp=np->nvfun; nfp; nfp=nfp->next)
H A Dinit.c746 fp = fp->next;
755 struct match *mp = (struct match*)(SH_MATCHNOD->nvfun->next);
1914 char *dp,*next=0; local
1940 next = cp+4;
1972 while(cp=next)
1974 if(next = strchr(++cp,'='))
1975 *next = 0;
H A Dxec.c626 struct openlist *item,*next; local
627 for(item=olist;item;item=next)
629 next = item->next;
739 csp = csp->next;
756 csp->next = job.colist;
1217 for(item=buff.olist;item;item=item->next)
1278 for(item=buff.olist;item;item=item->next)
3753 pp = pp->next;
3790 for(pp=path_get(shp,argv[0]); pp && !pp->lib ; pp=pp->next);
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c335 struct fcc_set *next; member in struct:fcc_set
1664 for (fccsp = &fccs; *fccsp != NULL; fccsp = &(*fccsp)->next)
1674 *fccsp = (*fccsp)->next;
1879 for (setptr = fccs; setptr; setptr = setptr->next) {
1937 setptr->next = fccs;
2030 * Fills in creds with the "next" credentals structure from the cache
2036 * The cursor is updated for the next call to krb5_fcc_next_cred.
2266 setptr->next = fccs;
2560 cdata->cur = cdata->cur->next;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlio.c696 *f = l->next;
723 l = l->next;
1160 l->next = *f;
2002 if (l->next) {
2003 l->flags |= l->next->flags &
3409 PerlIO *next = PerlIONext(f); local
3411 PerlIO_layer_fetch(aTHX_ layers, n - 1, PerlIOBase(next)->tab);
3413 next =
3415 next, narg, args);
3416 if (!next || (*PerlIOBas
[all...]
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c220 Bytef *pending_out; /* next pending byte to output to the stream */
796 /* If flush != Z_NO_FLUSH && avail_out == 0, the next call
799 * empty block here, this will be done at next call. This also
984 /* Skip to next match if the match length cannot increase
1238 * for the next match, plus MIN_MATCH bytes to insert the
1239 * string following the next match.
1301 * matter since it will be recomputed at next deflate call.
1320 * no better match at the next window position.
1333 * for the next match, plus MIN_MATCH bytes to insert the
1334 * string following the next matc
3608 #define next macro
4078 #define next macro
4396 #define next macro
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_set.c146 sn_next = &sn->next;
181 sn_next = &sn->next;
426 for (p = nlp; (p != NULL); p = p->next) {
584 nl2 = nl2->next;
715 * Find the next sideno, starting after the one given.
729 * next sideno, if there is one.
751 /* Find next full slot */
1173 * next iteration of the loop, ep is not
2054 md_drive_desc *p, *next = NULL; local
2056 for (p = *dd; p != NULL; p = next) {
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Ddos.c1797 for (walk = ext_part->part_list; walk; walk = walk->next) {
1902 walk = walk->next;
1906 walk = walk->next;
2192 for (walk = disk->part_list; walk; walk = walk->next) {
2217 for (walk = disk->part_list; walk; walk = walk->next) {
2393 .next = NULL,
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dresult.c525 /* get the next message */
822 * is the next entry after tmp. replace it.
1147 LDAPMessage *next; local
1152 for ( ; lm != NULL; lm = next ) {
1153 next = lm->lm_chain;
1284 /* get the next message */
/osnet-11/usr/src/lib/libnisdb/yptol/
H A Ddit_access_utils.c166 /* The format didn't match. Try the next one */
1052 for (; t != 0; t = t->next) {
1083 objectDN = objectDN->next) {
1262 for (flag = 0; t != 0; t = t->next) {
1949 * Whatever follows till the next
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_open.c751 dt_provmod_t *next, *current; local
753 for (current = *provmod; current != NULL; current = next) {
754 next = current->dp_next;
1261 * Set up the default DTrace library path. Once set, the next call to
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dreiserfs.c936 goto next;
947 next:
948 *entry_name = 0; /* Make sure next entry name (which is just
1390 .next = 0
H A Dromfs.c456 .next = 0
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dlcl_sv.c141 sv->next = sv_next;
/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_msg.h179 #define sip_next_value sip_value.next
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_sldap.h425 struct ns_ldap_entry *next; /* next entry */ member in struct:ns_ldap_entry
479 #define NS_LDAP_CB_NEXT 0 /* get the next entry */
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_lgrp.c948 * next row of data, until there is no more information to be processed or
2651 * This method finds the next valid GID.
2667 gid_t next, gid; local
2678 next = grpp->gr_gid;
2679 if (max_used_gid < next)
2680 max_used_gid = next;
/osnet-11/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h509 /* find next character */
517 /* get one UCS-4 character, and move *src to the next character */
520 LDAP_API(char*) LDAP_CALL ldap_utf8strtok_r( char* src, const char* brk, char** next);
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_print.c284 for (o = t->objectDN; o != 0; o = o->next) {
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc_generic.c137 for (l = _svc_xprtlist; l; l = l->next) {
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ntfs/
H A Dntfs.c581 .next = NULL,
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dmedia.c230 dp = dp->next;
/osnet-11/usr/src/grub/grub2/grub-core/disk/i386/pc/
H A Dbiosdisk.c613 .next = 0

Completed in 228 milliseconds

<<414243444546