Home
last modified time | relevance | path

Searched refs:retain (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/titanic_51/usr/src/contrib/ast/src/lib/libdll/
H A Ddllerror.c32 * retain==0 resets the last dl*() error
36 dllerror(int retain) in dllerror() argument
42 state.error = retain; in dllerror()
46 if (retain) in dllerror()
48 state.error = retain; in dllerror()
/titanic_51/usr/src/lib/libast/common/vec/
H A Dvecfree.c41 vecfree(register char** vec, int retain) in vecfree() argument
45 if (*(vec -= 2) && !retain) free(*vec); in vecfree()
/titanic_51/usr/src/contrib/ast/src/lib/libast/vec/
H A Dvecfree.c36 * retain!=0 frees the string pointers but retains the string data
41 vecfree(register char** vec, int retain) in vecfree() argument
45 if (*(vec -= 2) && !retain) free(*vec); in vecfree()
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/
H A Dfmt.c67 int retain; member
199 if (fp->nwords > 0 && &fp->outp[n] >= fp->endbuf && !fp->retain && !q) in split()
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()
409 fp->retain = 0; in dofmt()
423 fp->retain = 1; in dofmt()
486 if (fp->retain) in dofmt()
497 fp->retain = 0; in dofmt()
582 fmt.retain = 0; in b_fmt()
/titanic_51/usr/src/lib/libcmd/common/
H A Dfmt.c67 int retain; member
199 if (fp->nwords > 0 && &fp->outp[n] >= fp->endbuf && !fp->retain && !q) in split()
225 …if (!splice && !fp->retain && (!fp->quote || (fp->outp - fp->outbuf) < 2 || fp->outp[-2] != '\\' |… in split()
409 fp->retain = 0; in dofmt()
423 fp->retain = 1; in dofmt()
486 if (fp->retain) in dofmt()
497 fp->retain = 0; in dofmt()
582 fmt.retain = 0; in b_fmt()
/titanic_51/usr/src/cmd/mailx/
H A Dcmd2.c621 if (member(field, retain)) in retfield()
634 igp->i_link = retain[h]; in retfield()
635 retain[h] = igp; in retfield()
653 for (igp = retain[h]; igp != 0; igp = igp->i_link) in retshow()
662 for (igp = retain[h]; igp != 0; igp = igp->i_link) in retshow()
672 * Remove a list of fields from the retain list.
683 ig1 = retain[h]; in unretfield()
691 retain[h] = NULL; in unretfield()
702 for (ig1 = retain[h]; ig1; ig2 = ig1, ig1 = ig1->i_link) in unretfield()
704 if (ig1 == retain[ in unretfield()
[all...]
H A Dinit.c128 struct ignore *retain[HSHSIZE];/* Pointer to retained fields */ variable
/titanic_51/usr/src/uts/common/io/rtw/
H A DTHIRDPARTYLICENSE10 * 1. Redistributions of source code must retain the above copyright
42 * 1. Redistributions of source code must retain the above copyright
67 * 1. Redistributions of source code must retain the above copyright
/titanic_51/usr/src/lib/libpkg/
H A DTHIRDPARTYLICENSE8 * 1. Redistributions of source code must retain the above copyright
30 * 6. Redistributions of any form whatsoever must retain the following
/titanic_51/usr/src/cmd/tail/
H A DTHIRDPARTYLICENSE4 1. Redistributions of source code must retain the above copyright
29 1. Redistributions of source code must retain the above copyright
57 1. Redistributions of source code must retain the above copyright
/titanic_51/usr/src/cmd/tr/
H A DTHIRDPARTYLICENSE8 1. Redistributions of source code must retain the above copyright
33 1. Redistributions of source code must retain the above copyright
65 1. Redistributions of source code must retain the above copyright
/titanic_51/usr/src/cmd/man/
H A DTHIRDPARTYLICENSE10 1. Redistributions of source code must retain the above copyright
45 1. Redistributions of source code must retain the above copyright
74 1. Redistributions of source code must retain the above copyright
/titanic_51/usr/src/uts/intel/io/amr/
H A DTHIRDPARTYLICENSE8 * 1. Redistributions of source code must retain the above copyright
33 * 1. Redistributions of source code must retain the above copyright
/titanic_51/usr/src/cmd/mailwrapper/
H A DTHIRDPARTYLICENSE12 * 1. Redistributions of source code must retain the above copyright
40 * 1. Redistributions of source code must retain the above copyright
70 * 1. Redistributions of source code must retain the above copyright
/titanic_51/usr/src/cmd/mailx/hdr/
H A Dglob.h113 extern struct ignore *retain[HSHSIZE]; /* Pointer to retained fields */
/titanic_51/usr/src/lib/libbsdmalloc/
H A DTHIRDPARTYLICENSE5 * provided that: (1) source distributions retain this entire copyright
/titanic_51/usr/src/cmd/fs.d/udfs/fsck/
H A DTHIRDPARTYLICENSE5 * provided that: (1) source distributions retain this entire copyright
/titanic_51/usr/src/cmd/fs.d/ufs/
H A DTHIRDPARTYLICENSE5 * provided that: (1) source distributions retain this entire copyright
/titanic_51/usr/src/cmd/cmd-inet/usr.sbin/
H A DTHIRDPARTYLICENSE.comsat5 * that: (1) source distributions retain this entire copyright notice and
/titanic_51/usr/src/lib/libsasl/
H A DLICENSE.txt12 1. Redistributions of source code must retain the above copyright
31 4. Redistributions of any form whatsoever must retain the following
/titanic_51/usr/src/uts/common/io/ath/
H A DLICENSE11 1. Redistributions of source code must retain the above copyright notice, this
47 2. Redistributions of source code must retain the above copyright notice,
/titanic_51/usr/src/lib/libnisdb/
H A Dldap_nisdbquery.c651 int retain = 1; in filterQuery() local
654 retain = verifyIndexMatch(t, q[i], 0, 0, 0); in filterQuery()
656 if (retain && qin != 0) in filterQuery()
657 retain = verifyQueryMatch(q[i], qin); in filterQuery()
659 if (retain) { in filterQuery()
/titanic_51/usr/src/common/crypto/aes/amd64/
H A DTHIRDPARTYLICENSE.openssl21 * 1. Redistributions of source code must retain the above copyright
43 * 6. Redistributions of any form whatsoever must retain the following
95 * 1. Redistributions of source code must retain the copyright
/titanic_51/usr/src/cmd/sendmail/db/
H A DLICENSE26 * 1. Redistributions of source code must retain the above copyright
62 * 1. Redistributions of source code must retain the above copyright
94 * 1. Redistributions of source code must retain the above copyright
/titanic_51/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A DTHIRDPARTYLICENSE6 * retain the above copyright notice and this paragraph in its entirety, (2)

12345678910>>...13