Home
last modified time | relevance | path

Searched defs:need (Results 1 – 25 of 96) sorted by relevance

1234

/openbsd/usr.bin/ssh/
H A Dkexsntrup761x25519.c43 size_t need; in kex_kem_sntrup761x25519_keypair() local
79 size_t need; in kex_kem_sntrup761x25519_enc() local
163 size_t need; in kex_kem_sntrup761x25519_dec() local
H A Dbitmap.c169 size_t i, j, k, need = bitmap_nbytes(b); in bitmap_to_string() local
H A Dutf8.c64 grow_dst(char **dst, size_t *sz, size_t maxsz, char **dp, size_t need) in grow_dst()
/openbsd/usr.bin/tic/
H A Ddump_entry.c120 strncpy_DYN(DYNBUF * dst, const char *src, size_t need) in strncpy_DYN()
506 int need = op_length(src, step + n); in find_split() local
529 size_t need = strlen(src); in fill_spaces() local
575 wrap_concat(const char *src, int need, unsigned mode) in wrap_concat()
666 int need = (int) strlen(src); in wrap_concat1() local
733 size_t need = strlen(leading); in leading_DYN() local
1135 int need = 3 + (int) strlen(name); in fmt_entry() local
H A Dtransform.c48 size_t need = (sizeof(ignore) - 1); in trim_suffix() local
/openbsd/libexec/ld.so/ldconfig/
H A Dldconfig_path.c31 _dl_malloc(size_t need) in _dl_malloc()
/openbsd/lib/libcurses/tinfo/
H A Dlib_print.c54 size_t need; in NCURSES_EXPORT() local
H A Dlib_tgoto.c80 size_t need = 10; in tgoto_internal() local
H A Dcomp_expand.c70 size_t need = (2 + strlen(str)) * 4; in _nc_tic_expand() local
H A Dread_entry.c422 unsigned need = (unsigned) (ext_bool_count + ext_num_count + ext_str_count); in _nc_read_termtype() local
659 unsigned need = (unsigned) (LEAF_LEN + 3 + strlen(path) + strlen(name)); in make_dir_filename() local
H A Dobsolete.c69 size_t need = strlen(s); in _nc_strdup() local
H A Dmake_hash.c80 size_t need = strlen(s) + 1; in strmalloc() local
/openbsd/sbin/ipsecctl/
H A Dipsecctl.c599 ipsecctl_get_rules(struct ipsecctl *ipsec, size_t *need) in ipsecctl_get_rules()
622 ipsecctl_parse_rules(struct ipsecctl *ipsec, char *buf, size_t need) in ipsecctl_parse_rules()
680 size_t need = 0, rlen; in ipsecctl_show() local
/openbsd/lib/libcurses/base/
H A Dlib_slkset.c86 size_t need; in NCURSES_EXPORT() local
H A Dlib_instr.c89 size_t need = n3 + 10 + (size_t) i; in NCURSES_EXPORT() local
/openbsd/gnu/usr.bin/perl/ext/SDBM_File/
H A Dsdbm.c237 int need; in sdbm_store() local
293 makroom(DBM *db, long int hash, int need) in makroom()
/openbsd/lib/libc/asr/
H A Dgetrrsetbyname_async.c438 #define NEED(need) \ in parse_dns_qsection() argument
497 #define NEED(need) \ in parse_dns_rrsection() argument
/openbsd/games/backgammon/backgammon/
H A Dmain.c66 static const char need[] = "Do you need instructions for this program?"; variable
/openbsd/gnu/usr.bin/perl/
H A Dscope.h30 #define SSGROW(need) if (UNLIKELY(PL_savestack_ix + (I32)(need) > PL_savestack_max)) savestack_grow… argument
31 #define SSCHECK(need) SSGROW(need) /* legacy */ argument
59 #define SS_ADD_END(need) \ argument
/openbsd/gnu/usr.bin/cvs/src/
H A Dbuffer.c1064 int need; local
1238 stdio_buffer_input (closure, data, need, size, got) in stdio_buffer_input() argument
1448 packetizing_buffer_input (closure, data, need, size, got) in packetizing_buffer_input() argument
/openbsd/usr.bin/hexdump/
H A Ddisplay.c228 int need, nread; in get() local
/openbsd/sbin/iked/
H A Ddh.c785 size_t have, need; in kemsx_create_exchange2() local
843 size_t have, need; in kemsx_create_shared2() local
/openbsd/lib/libc/hash/
H A Dmd5.c68 size_t have, need; in MD5Update() local
/openbsd/sys/crypto/
H A Dmd5.c68 size_t have, need; in MD5Update() local
/openbsd/usr.sbin/smtpd/
H A Drfc5322.c216 buf_alloc(struct buf *b, size_t need) in buf_alloc()

1234