Searched defs:nextf (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libbsdmalloc/common/
H A Dmalloc.bsd43.c75 * nextf[i] is the pointer to the next free block of size 2^(i+EXP).
86 static union overhead *nextf[NBUCKETS]; variable in typeref:union:overhead
158 if ((op = nextf[bucket]) == NULL) {
160 if ((op = nextf[bucket]) == NULL)
164 nextf[bucket] = op->ov_next;
222 nextf[bucket] = op;
244 op->ov_next = nextf[size]; /* also clobbers ov_magic */
245 nextf[size] = op;
339 for (p = nextf[i]; p && j != srchlen; p = p->ov_next) {
/osnet-11/usr/src/lib/libtsnet/common/
H A Dtsol_sgetzcent.c161 const char *nextf; local
206 nextf = parse_entry(fieldbuf, sizeof (fieldbuf), instr, "#;:\n");
207 if (*nextf != ':') {
208 *errstrp = (char *)nextf;
225 instr = nextf + 1;
246 nextf = parse_entry(fieldbuf, sizeof (fieldbuf), instr, "#:\n");
247 if (*nextf != ':') {
248 *errstrp = (char *)nextf;
256 instr = nextf + 1;
259 nextf
[all...]
/osnet-11/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h73 Namval_t *(*nextf) __PROTO__((Namval_t*, Dt_t*, Namfun_t*)); member in struct:Namdisc
/osnet-11/usr/src/lib/libshell/common/include/
H A Dnval.h64 Namval_t *(*nextf)(Namval_t*, Dt_t*, Namfun_t*); member in struct:Namdisc
/osnet-11/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h73 Namval_t *(*nextf) __PROTO__((Namval_t*, Dt_t*, Namfun_t*)); member in struct:Namdisc
/osnet-11/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h73 Namval_t *(*nextf) __PROTO__((Namval_t*, Dt_t*, Namfun_t*)); member in struct:Namdisc
/osnet-11/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h73 Namval_t *(*nextf) __PROTO__((Namval_t*, Dt_t*, Namfun_t*)); member in struct:Namdisc

Completed in 253 milliseconds