| /dflybsd-src/crypto/openssh/ |
| H A D | sshbuf-getput-crypto.c | 134 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 D | sshbuf-getput-basic.c | 575 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 D | dba.c | 49 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 D | devd.hh | 163 const char * prepend = NULL, const char * append = NULL);
|
| H A D | devd.cc | 653 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 D | mp.c | 636 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 D | gzip.c | 1548 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 D | HISTORY | 200 - ENHANCE: if a policy specifies a relative module path, prepend the
|
| /dflybsd-src/contrib/binutils-2.27/gas/doc/ |
| H A D | c-m68k.texi | 94 does not prepend an underscore to the names of user variables, the
|
| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | builtins.def | 75 /* Like DEF_GCC_BUILTIN, except we don't prepend "__builtin_". */
|
| /dflybsd-src/gnu/usr.bin/rcs/ |
| H A D | NEWS | 375 E.g. there should be some way to prepend @(#), and there should be some
|
| /dflybsd-src/contrib/grep/doc/ |
| H A D | grep.texi | 491 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 D | builtins.def | 84 /* Like DEF_GCC_BUILTIN, except we don't prepend "__builtin_". */
|
| /dflybsd-src/contrib/tcsh-6/ |
| H A D | complete.tcsh | 403 'c/-/(erase kill noprepend prepend norapid rapid nodoteof doteof help)/'
|
| /dflybsd-src/contrib/bmake/ |
| H A D | bmake.cat1 | 1398 Like [1m.USE[22m, but instead of appending, prepend the [1m.USEBEFORE[0m
|
| /dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
| H A D | cpp.texi | 755 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 D | invoke.texi | 7969 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 D | binutils.texi | 4209 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 D | CHANGES | 1121 + consistently append, rather then prepend, to $CFLAGS
|
| /dflybsd-src/contrib/binutils-2.27/ld/ |
| H A D | ld.texinfo | 1076 to prepend an underscore. 3863 prepend or append an underscore, and C++ performs extensive @samp{name
|