Home
last modified time | relevance | path

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

12

/freebsd-14.2/usr.bin/sed/
H A Dprocess.c123 if ((appends = realloc(appends, in process()
127 appends[appendx].type = AP_STRING; in process()
128 appends[appendx].s = cp->t; in process()
129 appends[appendx].len = strlen(cp->t); in process()
221 if ((appends = realloc(appends, in process()
225 appends[appendx].type = AP_FILE; in process()
226 appends[appendx].s = cp->t; in process()
227 appends[appendx].len = strlen(cp->t); in process()
559 switch (appends[idx].type) { in flush_appends()
561 fwrite(appends[idx].s, sizeof(char), appends[idx].len, in flush_appends()
[all …]
H A Dextern.h39 extern struct s_appends *appends;
H A Dcompile.c140 appends = NULL; in compile()
141 else if ((appends = malloc(sizeof(struct s_appends) * appendnum)) == in compile()
/freebsd-14.2/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-14.2/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-14.2/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-14.2/crypto/openssl/doc/man7/
H A DEVP_KDF-X963.pod46 X963KDF appends the counter to the secret, whereas SSKDF prepends the counter.
/freebsd-14.2/sys/netinet6/
H A Dudp6_usrreq.c247 int appends = 0; in udp6_multi_input() local
309 appends++; in udp6_multi_input()
327 if (appends == 0) { in udp6_multi_input()
/freebsd-14.2/contrib/libpcap/cmake/Modules/
H A DFindLFS.cmake48 # This appends to the variables _lfs_cppflags, _lfs_cflags, and _lfs_ldflags,
/freebsd-14.2/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-14.2/sys/netinet/
H A Dudp_usrreq.c364 int appends = 0; in udp_multi_input() local
412 appends++; in udp_multi_input()
429 if (appends == 0) { in udp_multi_input()
/freebsd-14.2/crypto/openssh/
H A DPROTOCOL.u2f96 The certificate form for SSH U2F keys appends the usual certificate
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dprint349 // just appends a newline at the end of the output.
H A Dostream1161 // just appends a newline at the end of the output.
/freebsd-14.2/crypto/openssl/doc/internal/man3/
H A DOPTIONS.pod210 as the specific command from L<openssl(1)> and appends it to the program
/freebsd-14.2/sys/contrib/openzfs/config/
H A Dlib-link.m4677 dnl AC_LIB_APPENDTOVAR(VAR, CONTENTS) appends the elements of CONTENTS to VAR,
/freebsd-14.2/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-14.2/contrib/bmake/
H A Dbmake.cat1495 += Only appends to a previous local assignment for the same
/freebsd-14.2/sys/contrib/zlib/
H A DChangeLog338 - Clarify how gzopen() appends in zlib.h comments
/freebsd-14.2/contrib/sqlite3/tea/tclconfig/
H A Dtcl.m42205 # PKG_LIBS (appends to)

12