Home
last modified time | relevance | path

Searched refs:nextf (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/lib/libtsnet/common/
H A Dtsol_sgetzcent.c161 const char *nextf; in tsol_sgetzcent() local
206 nextf = parse_entry(fieldbuf, sizeof (fieldbuf), instr, "#;:\n"); in tsol_sgetzcent()
207 if (*nextf != ':') { in tsol_sgetzcent()
208 *errstrp = (char *)nextf; in tsol_sgetzcent()
225 instr = nextf + 1; in tsol_sgetzcent()
246 nextf = parse_entry(fieldbuf, sizeof (fieldbuf), instr, "#:\n"); in tsol_sgetzcent()
247 if (*nextf != ':') { in tsol_sgetzcent()
248 *errstrp = (char *)nextf; in tsol_sgetzcent()
256 instr = nextf + 1; in tsol_sgetzcent()
259 nextf = parse_entry(fieldbuf, sizeof (fieldbuf), instr, "#:\n"); in tsol_sgetzcent()
[all …]
/titanic_41/usr/src/lib/libbsdmalloc/common/
H A Dmalloc.bsd43.c88 static union overhead *nextf[NBUCKETS]; variable
160 if ((op = nextf[bucket]) == NULL) { in malloc()
162 if ((op = nextf[bucket]) == NULL) in malloc()
166 nextf[bucket] = op->ov_next; in malloc()
224 nextf[bucket] = op; in morecore()
246 op->ov_next = nextf[size]; /* also clobbers ov_magic */ in free()
247 nextf[size] = op; in free()
337 for (p = nextf[i]; p && j != srchlen; p = p->ov_next) { in findbucket()
/titanic_41/usr/src/cmd/troff/
H A Dn1.c1305 strcpy(mfiles[nmfi], nextf);
1335 nextf[k] = j & BYTEMASK;
1337 nextf[k] = 0;
1340 return((int)nextf[0]);
1351 nextf[0] = 0;
1352 if (skip() || !getname() || ((i = open(nextf, 0)) < 0) || (ifi >= NSO)) {
1353 errprint(gettext("can't open file %s"), nextf);
1356 strcpy(cfname[ifi+1], nextf);
1392 strcpy(cfname[ifi], nextf);
1405 nextf[0] = 0;
[all …]
H A Dn2.c384 execl(nextf, nextf, 0); in casepi()
385 errprint(gettext("Cannot exec %s"), nextf); in casepi()
H A Dext.h59 extern char nextf[];
H A Dn5.c867 if (nextf[0]) { in caserd()
868 fdprintf(stderr, "%s:", nextf); in caserd()
H A Dni.c84 char nextf[NS] = "/usr/share/lib/tmac/"; variable
/titanic_41/usr/src/lib/libshell/common/include/
H A Dnval.h64 Namval_t *(*nextf)(Namval_t*, Dt_t*, Namfun_t*); member
/titanic_41/usr/src/lib/libshell/amd64/include/ast/
H A Dnval.h73 Namval_t *(*nextf) __PROTO__((Namval_t*, Dt_t*, Namfun_t*)); member
/titanic_41/usr/src/lib/libshell/i386/include/ast/
H A Dnval.h73 Namval_t *(*nextf) __PROTO__((Namval_t*, Dt_t*, Namfun_t*)); member
/titanic_41/usr/src/lib/libshell/sparc/include/ast/
H A Dnval.h73 Namval_t *(*nextf) __PROTO__((Namval_t*, Dt_t*, Namfun_t*)); member
/titanic_41/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h73 Namval_t *(*nextf) __PROTO__((Namval_t*, Dt_t*, Namfun_t*)); member
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dnvtree.c138 if(fp && fp->disc && fp->disc->nextf) in nextdisc()
242 dp->nextnode = nfp->disc->nextf; in nv_diropen()
344 dp->nextnode = nfp->disc->nextf; in nv_dirnext()
/titanic_41/usr/src/cmd/troff/troff.d/
H A Dt6.c678 setfp(i, j, nextf); in casefp()