Home
last modified time | relevance | path

Searched refs:prepend (Results 1 – 20 of 20) sorted by relevance

/dflybsd-src/crypto/openssh/
H A Dsshbuf-getput-crypto.c134 int len = BN_num_bytes(v), prepend = 0, r; in sshbuf_put_bignum2() local
143 prepend = 1; in sshbuf_put_bignum2()
144 if ((r = sshbuf_put_string(buf, d + 1 - prepend, len + prepend)) < 0) { in sshbuf_put_bignum2()
H A Dsshbuf-getput-basic.c575 int r, prepend; in sshbuf_put_bignum2_bytes() local
588 prepend = len > 0 && (s[0] & 0x80) != 0; in sshbuf_put_bignum2_bytes()
589 if ((r = sshbuf_reserve(buf, len + 4 + prepend, &d)) < 0) in sshbuf_put_bignum2_bytes()
591 POKE_U32(d, len + prepend); in sshbuf_put_bignum2_bytes()
592 if (prepend) in sshbuf_put_bignum2_bytes()
595 memcpy(d + 4 + prepend, s, len); in sshbuf_put_bignum2_bytes()
/dflybsd-src/contrib/mdocml/
H A Ddba.c49 static void *prepend(const char *, char);
176 dba_array_add(entry, prepend(file, form)); in dba_page_new()
234 dba_array_add(entries, prepend(name, maskbyte)); in dba_page_alias()
241 prepend(const char *instr, char inbyte) in prepend() function
/dflybsd-src/sbin/devd/
H A Ddevd.hh163 const char * prepend = NULL, const char * append = NULL);
H A Ddevd.cc653 config::expand_string(const char *src, const char *prepend, const char *append) in expand_string() argument
664 if (prepend != NULL) in expand_string()
665 dst = prepend; in expand_string()
/dflybsd-src/usr.sbin/ppp/
H A Dmp.c636 char prepend[4]; in mp_Output() local
644 ua_htons(&val, prepend); in mp_Output()
645 m = m_prepend(m, prepend, 2, 0); in mp_Output()
650 ua_htonl(&val, prepend); in mp_Output()
651 m = m_prepend(m, prepend, 4, 0); in mp_Output()
/dflybsd-src/usr.bin/gzip/
H A Dgzip.c1548 cat_fd(unsigned char * prepend, size_t count, off_t *gsizep, int fd) in cat_fd() argument
1555 w = write(STDOUT_FILENO, prepend, count); in cat_fd()
/dflybsd-src/contrib/openpam/
H A DHISTORY200 - ENHANCE: if a policy specifies a relative module path, prepend the
/dflybsd-src/contrib/binutils-2.27/gas/doc/
H A Dc-m68k.texi94 does not prepend an underscore to the names of user variables, the
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dbuiltins.def75 /* Like DEF_GCC_BUILTIN, except we don't prepend "__builtin_". */
/dflybsd-src/gnu/usr.bin/rcs/
H A DNEWS375 E.g. there should be some way to prepend @(#), and there should be some
/dflybsd-src/contrib/grep/doc/
H A Dgrep.texi491 This may also prepend spaces to output line numbers and byte offsets
892 can prepend @file{$HOME/bin} to your @env{PATH} and create an
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dbuiltins.def84 /* Like DEF_GCC_BUILTIN, except we don't prepend "__builtin_". */
/dflybsd-src/contrib/tcsh-6/
H A Dcomplete.tcsh403 'c/-/(erase kill noprepend prepend norapid rapid nodoteof doteof help)/'
/dflybsd-src/contrib/bmake/
H A Dbmake.cat11398 Like .USE, but instead of appending, prepend the .USEBEFORE
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Dcpp.texi755 named @var{file} in a standard list of system directories. You can prepend
762 directories used for @code{<@var{file}>}. You can prepend directories
H A Dinvoke.texi7969 You must prepend a @samp{+} to the command recipe in the parent Makefile
16155 Prepend (do not prepend) a @samp{:} to all global symbols, so the assembly
/dflybsd-src/contrib/binutils-2.27/binutils/doc/
H A Dbinutils.texi4209 should prepend an underscore to the names of @emph{all} exported symbols.
4218 should prepend an underscore to the names of exported @emph{stdcall}
/dflybsd-src/contrib/dialog/
H A DCHANGES1121 + consistently append, rather then prepend, to $CFLAGS
/dflybsd-src/contrib/binutils-2.27/ld/
H A Dld.texinfo1076 to prepend an underscore.
3863 prepend or append an underscore, and C++ performs extensive @samp{name