| /src/usr.bin/sed/ |
| H A D | process.c | 76 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 D | extern.h | 37 extern struct s_appends *appends;
|
| H A D | compile.c | 137 appends = NULL; in compile() 138 else if ((appends = malloc(sizeof(struct s_appends) * appendnum)) == in compile()
|
| /src/contrib/lutok/m4/ |
| H A D | compiler-flags.m4 | 72 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 D | compiler-flags.m4 | 82 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 D | X509V3_get_d2i.pod | 97 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 D | ERR_put_error.pod | 53 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 D | X509_CRL_get0_by_serial.pod | 58 X509_CRL_add0_revoked() appends revoked entry I<rev> to CRL I<crl>. The
|
| H A D | SSL_CTX_set0_CA_list.pod | 121 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 D | DEFINE_STACK_OF.pod | 156 B<sk_I<TYPE>_push>() appends I<ptr> to I<sk> it is equivalent to:
|
| /src/sys/netinet6/ |
| H A D | udp6_usrreq.c | 259 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 D | EVP_KDF-X963.pod | 81 X963KDF appends the counter to the secret, whereas SSKDF prepends the counter.
|
| /src/contrib/libpcap/cmake/Modules/ |
| H A D | FindLFS.cmake | 48 # This appends to the variables _lfs_cppflags, _lfs_cflags, and _lfs_ldflags,
|
| /src/contrib/libxo/doc/ |
| H A D | field-modifiers.rst | 75 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 D | udp_usrreq.c | 374 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 D | PROTOCOL.u2f | 96 The certificate form for SSH U2F keys appends the usual certificate
|
| /src/contrib/llvm-project/libcxx/include/ |
| H A D | print | 350 // just appends a newline at the end of the output.
|
| /src/crypto/openssl/doc/internal/man3/ |
| H A D | OPTIONS.pod | 210 as the specific command from L<openssl(1)> and appends it to the program
|
| /src/sys/contrib/openzfs/config/ |
| H A D | lib-link.m4 | 678 dnl AC_LIB_APPENDTOVAR(VAR, CONTENTS) appends the elements of CONTENTS to VAR,
|
| /src/contrib/ntp/ntpd/ |
| H A D | ntp.conf.def | 1084 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 D | invoke-ntp.conf.texi | 1021 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 D | configure.ac | 37 dnl appends to CONFIGURE_CFLAGS and regenerates CFLAGS.
|
| /src/sys/contrib/zlib/ |
| H A D | ChangeLog | 389 - Clarify how gzopen() appends in zlib.h comments
|
| /src/contrib/ncurses/doc/ |
| H A D | ncurses-intro.doc | 2214 instead appends the contents of the current line to the previous one
|
| /src/contrib/bmake/ |
| H A D | bmake.cat1 | 504 ++== Only appends to a previous local assignment for the same
|