/freebsd/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()
|
/freebsd/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.
|
/freebsd/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.
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | X509V3_get_d2i.pod | 86 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 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:
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_KDF-X963.pod | 46 X963KDF appends the counter to the secret, whereas SSKDF prepends the counter.
|
/freebsd/sys/netinet6/ |
H A D | udp6_usrreq.c | 255 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 D | FindLFS.cmake | 48 # This appends to the variables _lfs_cppflags, _lfs_cflags, and _lfs_ldflags,
|
/freebsd/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::
|
/freebsd/sys/netinet/ |
H A D | udp_usrreq.c | 367 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 D | PROTOCOL.u2f | 96 The certificate form for SSH U2F keys appends the usual certificate
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | print | 350 // just appends a newline at the end of the output.
|
/freebsd/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
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | lib-link.m4 | 677 dnl AC_LIB_APPENDTOVAR(VAR, CONTENTS) appends the elements of CONTENTS to VAR,
|
/freebsd/contrib/ntp/ntpd/ |
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
|
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
|
/freebsd/sys/contrib/zlib/ |
H A D | ChangeLog | 338 - Clarify how gzopen() appends in zlib.h comments
|
/freebsd/contrib/sqlite3/tea/tclconfig/ |
H A D | tcl.m4 | 2205 # PKG_LIBS (appends to)
|
/freebsd/contrib/diff/doc/ |
H A D | diff.texi | 2385 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 D | ncurses-intro.doc | 2215 instead appends the contents of the current line to the previous one
|