Home
last modified time | relevance | path

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

12

/src/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()
/src/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.
/src/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.
/src/crypto/openssl/doc/man3/
H A DX509V3_get_d2i.pod97 B<X509V3_ADD_DEFAULT> appends a new extension only if the extension does
100 B<X509V3_ADD_APPEND> appends a new extension, ignoring whether the extension
104 not exist, appends a new extension.
109 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:
/src/sys/netinet6/
H A Dudp6_usrreq.c259 int appends = 0; in udp6_multi_input() local
321 appends++; in udp6_multi_input()
339 if (appends == 0) { in udp6_multi_input()
/src/crypto/openssl/doc/man7/
H A DEVP_KDF-X963.pod81 X963KDF appends the counter to the secret, whereas SSKDF prepends the counter.
/src/contrib/libpcap/cmake/Modules/
H A DFindLFS.cmake48 # This appends to the variables _lfs_cppflags, _lfs_cflags, and _lfs_ldflags,
/src/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::
/src/sys/netinet/
H A Dudp_usrreq.c374 int appends = 0, fib; in udp_multi_input() local
432 appends++; in udp_multi_input()
449 if (appends == 0) { in udp_multi_input()
/src/crypto/openssh/
H A DPROTOCOL.u2f96 The certificate form for SSH U2F keys appends the usual certificate
/src/contrib/llvm-project/libcxx/include/
H A Dprint350 // just appends a newline at the end of the output.
/src/crypto/openssl/doc/internal/man3/
H A DOPTIONS.pod210 as the specific command from L<openssl(1)> and appends it to the program
/src/sys/contrib/openzfs/config/
H A Dlib-link.m4678 dnl AC_LIB_APPENDTOVAR(VAR, CONTENTS) appends the elements of CONTENTS to VAR,
/src/contrib/ntp/ntpd/
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
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
/src/contrib/jemalloc/
H A Dconfigure.ac37 dnl appends to CONFIGURE_CFLAGS and regenerates CFLAGS.
/src/sys/contrib/zlib/
H A DChangeLog389 - Clarify how gzopen() appends in zlib.h comments
/src/contrib/ncurses/doc/
H A Dncurses-intro.doc2214 instead appends the contents of the current line to the previous one
/src/contrib/bmake/
H A Dbmake.cat1504 ++== Only appends to a previous local assignment for the same

12