Home
last modified time | relevance | path

Searched refs:appends (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/sed/
H A Dprocess.c74 struct s_appends *appends; /* Array of pointers to strings to append. */ variable
117 if ((appends = realloc(appends, in process()
121 appends[appendx].type = AP_STRING; in process()
122 appends[appendx].s = cp->t; in process()
123 appends[appendx].len = strlen(cp->t); in process()
209 if ((appends = realloc(appends, in process()
213 appends[appendx].type = AP_FILE; in process()
214 appends[appendx].s = cp->t; in process()
215 appends[appendx].len = strlen(cp->t); in process()
548 switch (appends[i].type) { in flush_appends()
[all …]
H A Dextern.h39 extern struct s_appends *appends;
H A Dcompile.c135 appends = NULL; in compile()
136 else if ((appends = malloc(sizeof (struct s_appends) * appendnum)) == in compile()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sadm/scripts/
H A Di.ipsecalgs29 # This script appends the input file from the package to the
/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A D00README40 acom.c append comment: appends to, or creates a .comment section
/illumos-gate/usr/src/cmd/cmd-crypto/scripts/
H A Di.kmfconf28 # This script appends the input file from the package to the
H A Di.pkcs11conf29 # This script appends the input file from the package to the
H A Di.kcfconf29 # This script appends the input file from the package to the
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dformat3.test559 # for the SQL and appends a "nosort" to the result if the program contains the
561 # opcode it appends "sort"
H A Dwhere.test360 # for the SQL and appends a "nosort" to the result if the program contains the
362 # opcode it appends "sort"
/illumos-gate/usr/src/test/test-runner/stf/contrib/include/
H A Dctiutils.shlib83 # cti_appendfile() appends to contents of a file.
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DRELEASE112 09-03-26 UNIT - ... appends (options) to command line
/illumos-gate/usr/src/contrib/zlib/
H A DChangeLog298 - Clarify how gzopen() appends in zlib.h comments