/titanic_51/usr/src/lib/libpp/common/ |
H A D | pptrace.c | 119 int splice; in pplexstr() local 123 splice = (lex & SPLICE); in pplexstr() 128 …if (pplexmap[i].val < 0) sfsprintf(buf, sizeof(buf), "%s|0x%04x%s", pplexmap[i].nam, lex, splice ?… in pplexstr() 129 …else sfsprintf(buf, sizeof(buf), "%s+%d", pplexmap[i-1].nam, lex - pplexmap[i-1].val, splice ? "|S… in pplexstr() 132 if (splice) in pplexstr()
|
H A D | pp.tab | 197 PLUSSPLICE # C++ // \<newline> does not splice
|
H A D | RELEASE | 26 06-01-11 pplex.c: fix rpcgen pp:passthrough header splice bug 27 05-12-16 pplex.c: fix imake pp:passthrough comment splice bug 53 03-06-21 ppproto.c: fix T_INVALID ? splice bug that did 0?val => 0?vaL 319 aggressive interactive line splice flush
|
H A D | pp.probe | 208 echo '// splice \ 218 char* g(x,y);' > splice.$src 410 $cc -c splice.$src && splicecat=1
|
/titanic_51/usr/src/contrib/ast/src/lib/libpp/ |
H A D | pptrace.c | 119 int splice; in pplexstr() local 123 splice = (lex & SPLICE); in pplexstr() 128 if (pplexmap[i].val < 0) sfsprintf(buf, sizeof(buf), "%s|0x%04x%s", pplexmap[i].nam, lex, splice ? "|SPLICE" : ""); in pplexstr() 129 else sfsprintf(buf, sizeof(buf), "%s+%d", pplexmap[i-1].nam, lex - pplexmap[i-1].val, splice ? "|SPLICE" : ""); in pplexstr() 132 if (splice) in pplexstr()
|
H A D | pp.tab | 197 PLUSSPLICE # C++ // \<newline> does not splice
|
H A D | RELEASE | 37 06-01-11 pplex.c: fix rpcgen pp:passthrough header splice bug 38 05-12-16 pplex.c: fix imake pp:passthrough comment splice bug 64 03-06-21 ppproto.c: fix T_INVALID ? splice bug that did 0?val => 0?vaL 330 aggressive interactive line splice flush
|
H A D | pp.probe | 208 echo '// splice \ 218 char* g(x,y);' > splice.$src 410 $cc -c splice.$src && splicecat=1
|
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/ |
H A D | fmt.c | 137 split(Fmt_t* fp, char* buf, int splice) in split() argument 225 if (!splice && !fp->retain && (!fp->quote || (fp->outp - fp->outbuf) < 2 || fp->outp[-2] != '\\' || fp->outp[-1] != 'n' && fp->outp[-1] != 't' && fp->outp[-1] != ' ')) in split() 236 int splice; in dofmt() local 245 while (cp || (cp = sfgetr(fp->in, '\n', 0)) && !(splice = 0) && (lp = cp + sfvalue(fp->in) - 1) || (cp = sfgetr(fp->in, '\n', SF_LASTR)) && (splice = 1) && (lp = cp + sfvalue(fp->in))) in dofmt() 559 split(fp, buf, splice); in dofmt()
|
H A D | RELEASE | 130 07-01-02 fmt.c: fix buffer splice off by one bug -- what else
|
/titanic_51/usr/src/lib/libcmd/common/ |
H A D | fmt.c | 137 split(Fmt_t* fp, char* buf, int splice) in split() argument 225 …if (!splice && !fp->retain && (!fp->quote || (fp->outp - fp->outbuf) < 2 || fp->outp[-2] != '\\' |… in split() 236 int splice; in dofmt() local 245 …etr(fp->in, '\n', 0)) && !(splice = 0) && (lp = cp + sfvalue(fp->in) - 1) || (cp = sfgetr(fp->in, … in dofmt() 559 split(fp, buf, splice); in dofmt()
|
H A D | RELEASE | 94 07-01-02 fmt.c: fix buffer splice off by one bug -- what else
|
/titanic_51/usr/src/cmd/mailx/ |
H A D | translate.c | 93 x->n_full = splice(x->n_name, n->n_full); in translate()
|
H A D | aux.c | 655 return(splice(cp, cp2)); in nameof() 664 splice(char *addr, char *hdr) in splice() function
|
H A D | names.c | 842 p->n_full = splice(p->n_name, p->n_full); in mapf()
|
/titanic_51/usr/src/uts/common/os/ |
H A D | instance.c | 420 int splice; in in_assign_instance_block() local 486 * determine where we splice in instance paths and verify in in_assign_instance_block() 489 splice = plen - ibplen; in in_assign_instance_block() 491 if ((splice + strlen(ibp[i])+ 1) >= MAXPATHLEN) { in in_assign_instance_block() 511 (void) strcpy(ipath + splice, ibp[ibpi]); in in_assign_instance_block()
|
/titanic_51/usr/src/uts/common/fs/ |
H A D | vfs.c | 1167 int splice = ((uap->flags & MS_NOSPLICE) == 0); in domount() local 1322 ASSERT(splice || !remount); in domount() 1334 if (splice) { in domount() 1470 * Code below can only be reached if splice is true, so it's in domount() 1511 if (splice) in domount() 1551 if (splice) in domount() 1581 if (splice) in domount() 1608 if (splice) in domount() 1657 * splice it into the file system name space. in domount() 1727 } else if (splice) { in domount() [all...] |
/titanic_51/usr/src/lib/libc/port/gen/ |
H A D | errlist | 158 144 Too many references: cannot splice
|
/titanic_51/usr/src/lib/libunistat/common/solaris/ |
H A D | solaris.err | 166 TOOMANYREFS = Too many references: can't splice
|
/titanic_51/usr/src/cmd/mailx/hdr/ |
H A D | def.h | 589 extern char *splice(char *addr, char *hdr);
|
/titanic_51/usr/src/lib/libast/common/ |
H A D | RELEASE | 313 06-07-17 string/tokline.c: splice() => spliceline() for bsd 1617 fix tokscan() to properly handle \\n splice
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/ |
H A D | RELEASE | 501 06-07-17 string/tokline.c: splice() => spliceline() for bsd 1805 fix tokscan() to properly handle \\n splice
|
/titanic_51/usr/src/cmd/spell/ |
H A D | list | 21341 splice
|
/titanic_51/usr/src/cmd/look/ |
H A D | words | 21342 splice
|