/titanic_41/usr/src/lib/libtsnet/common/ |
H A D | tsol_sgetzcent.c | 161 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 D | malloc.bsd43.c | 88 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 D | n1.c | 1305 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 D | n2.c | 384 execl(nextf, nextf, 0); in casepi() 385 errprint(gettext("Cannot exec %s"), nextf); in casepi()
|
H A D | ext.h | 59 extern char nextf[];
|
H A D | n5.c | 867 if (nextf[0]) { in caserd() 868 fdprintf(stderr, "%s:", nextf); in caserd()
|
H A D | ni.c | 84 char nextf[NS] = "/usr/share/lib/tmac/"; variable
|
/titanic_41/usr/src/lib/libshell/common/include/ |
H A D | nval.h | 64 Namval_t *(*nextf)(Namval_t*, Dt_t*, Namfun_t*); member
|
/titanic_41/usr/src/lib/libshell/amd64/include/ast/ |
H A D | nval.h | 73 Namval_t *(*nextf) __PROTO__((Namval_t*, Dt_t*, Namfun_t*)); member
|
/titanic_41/usr/src/lib/libshell/i386/include/ast/ |
H A D | nval.h | 73 Namval_t *(*nextf) __PROTO__((Namval_t*, Dt_t*, Namfun_t*)); member
|
/titanic_41/usr/src/lib/libshell/sparc/include/ast/ |
H A D | nval.h | 73 Namval_t *(*nextf) __PROTO__((Namval_t*, Dt_t*, Namfun_t*)); member
|
/titanic_41/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | nval.h | 73 Namval_t *(*nextf) __PROTO__((Namval_t*, Dt_t*, Namfun_t*)); member
|
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | nvtree.c | 138 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 D | t6.c | 678 setfp(i, j, nextf); in casefp()
|