Home
last modified time | relevance | path

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

12

/freebsd/usr.bin/sed/
H A Dprocess.c76 struct s_appends *appends; /* Array of pointers to strings to append. */ variable
120 if ((appends = realloc(appends, in process()
124 appends[appendx].type = AP_STRING; in process()
125 appends[appendx].s = cp->t; in process()
126 appends[appendx].len = strlen(cp->t); in process()
218 if ((appends = realloc(appends, in process()
222 appends[appendx].type = AP_FILE; in process()
223 appends[appendx].s = cp->t; in process()
224 appends[appendx].len = strlen(cp->t); in process()
554 switch (appends[idx].type) { in flush_appends()
[all …]
H A Dextern.h37 extern struct s_appends *appends;
H A Dcompile.c137 appends = NULL; in compile()
138 else if ((appends = malloc(sizeof(struct s_appends) * appendnum)) == in compile()
/freebsd/contrib/lutok/m4/
H A Dcompiler-flags.m472 dnl Checks for a compiler flag and appends it to a result variable.
98 dnl Checks for a C compiler flag and appends it to a variable.
110 dnl Checks for a C++ compiler flag and appends it to a variable.
122 dnl Checks for a set of C compiler flags and appends them to CFLAGS.
141 dnl Checks for a set of C++ compiler flags and appends them to CXXFLAGS.
/freebsd/contrib/kyua/m4/
H A Dcompiler-flags.m482 dnl Checks for a compiler flag and appends it to a result variable.
108 dnl Checks for a C compiler flag and appends it to a variable.
120 dnl Checks for a C++ compiler flag and appends it to a variable.
132 dnl Checks for a set of C compiler flags and appends them to CFLAGS.
151 dnl Checks for a set of C++ compiler flags and appends them to CXXFLAGS.
/freebsd/crypto/openssl/doc/man3/
H A DX509V3_get_d2i.pod86 B<X509V3_ADD_DEFAULT> appends a new extension only if the extension does
89 B<X509V3_ADD_APPEND> appends a new extension, ignoring whether the extension
93 not exist, appends a new extension.
98 B<X509V3_ADD_KEEP_EXISTING> appends a new extension only if the extension does
H A DERR_put_error.pod53 ERR_add_error_txt() appends the given text string as additional data to the
64 It appends '\0' to the BIO contents if not already NUL-terminated.
H A DX509_CRL_get0_by_serial.pod58 X509_CRL_add0_revoked() appends revoked entry I<rev> to CRL I<crl>. The
H A DSSL_CTX_set0_CA_list.pod121 SSL_CTX_add1_to_CA_list() appends the CA subject name extracted from B<x> to the
124 SSL_add1_to_CA_list() appends the CA subject name extracted from B<x> to the
H A DDEFINE_STACK_OF.pod156 B<sk_I<TYPE>_push>() appends I<ptr> to I<sk> it is equivalent to:
/freebsd/crypto/openssl/doc/man7/
H A DEVP_KDF-X963.pod46 X963KDF appends the counter to the secret, whereas SSKDF prepends the counter.
/freebsd/sys/netinet6/
H A Dudp6_usrreq.c255 int appends = 0; in udp6_multi_input() local
317 appends++; in udp6_multi_input()
335 if (appends == 0) { in udp6_multi_input()
/freebsd/contrib/libpcap/cmake/Modules/
H A DFindLFS.cmake48 # This appends to the variables _lfs_cppflags, _lfs_cflags, and _lfs_ldflags,
/freebsd/contrib/libxo/doc/
H A Dfield-modifiers.rst75 The colon modifier appends a single colon to the data value::
341 The white space modifier appends a single space to the data value::
/freebsd/sys/netinet/
H A Dudp_usrreq.c367 int appends = 0, fib; in udp_multi_input() local
425 appends++; in udp_multi_input()
442 if (appends == 0) { in udp_multi_input()
/freebsd/crypto/openssh/
H A DPROTOCOL.u2f96 The certificate form for SSH U2F keys appends the usual certificate
/freebsd/contrib/llvm-project/libcxx/include/
H A Dprint350 // just appends a newline at the end of the output.
/freebsd/crypto/openssl/doc/internal/man3/
H A DOPTIONS.pod210 as the specific command from L<openssl(1)> and appends it to the program
/freebsd/sys/contrib/openzfs/config/
H A Dlib-link.m4677 dnl AC_LIB_APPENDTOVAR(VAR, CONTENTS) appends the elements of CONTENTS to VAR,
/freebsd/contrib/ntp/ntpd/
H A Dinvoke-ntp.conf.texi1021 received from a clock driver appends a line of the following form to
1043 Each message received by the protocol module appends a line of the
1079 Each valid update appends a
1102 received from a peer or clock driver appends a line of the
H A Dntp.conf.def1084 received from a clock driver appends a line of the following form to
1106 Each message received by the protocol module appends a line of the
1142 Each valid update appends a
1165 received from a peer or clock driver appends a line of the
/freebsd/sys/contrib/zlib/
H A DChangeLog338 - Clarify how gzopen() appends in zlib.h comments
/freebsd/contrib/sqlite3/tea/tclconfig/
H A Dtcl.m42205 # PKG_LIBS (appends to)
/freebsd/contrib/diff/doc/
H A Ddiff.texi2385 System V @command{diff3} and appends the @samp{w} and @samp{q}
2660 a delete) since appends always succeed, because a null context matches
/freebsd/contrib/ncurses/doc/
H A Dncurses-intro.doc2215 instead appends the contents of the current line to the previous one

12