Searched refs:lenp (Results 1 - 25 of 97) sorted by relevance

1234

/netbsd-6-1-5-RELEASE/lib/libc/stdio/
H A Dfgetstr.c50 __fgetstr(FILE *__restrict fp, size_t *__restrict lenp, int sep) argument
55 _DIAGASSERT(lenp != NULL);
59 *lenp = 0;
64 *lenp = n;
H A Dfgetln.c56 fgetln(FILE *fp, size_t *lenp)
61 p = __fgetstr(fp, lenp, '\n');
H A Dfgetwln.c79 fgetwln(FILE * __restrict fp, size_t *lenp) argument
101 *lenp = len;
106 *lenp = 0;
/netbsd-6-1-5-RELEASE/external/bsd/less/dist/
H A Dcvt.c61 cvt_text(odst, osrc, chpos, lenp, ops)
65 int *lenp;
73 if (lenp != NULL)
74 src_end = osrc + *lenp;
118 if (lenp != NULL)
119 *lenp = dst - odst;
/netbsd-6-1-5-RELEASE/lib/librumpuser/
H A Drumpuser_net.c78 rumpuser_net_accept(int s, struct sockaddr *name, int *lenp, int *error) argument
81 DOCALL_KLOCK(int, (accept(s, name, (socklen_t *)lenp)));
92 rumpuser_net_getname(int s, struct sockaddr *so, int *lenp, argument
95 socklen_t slen = *lenp;
103 *lenp = slen;
/netbsd-6-1-5-RELEASE/external/bsd/openpam/dist/lib/
H A Dopenpam_readline.c60 openpam_readline(FILE *f, int *lineno, size_t *lenp) argument
128 if (lenp != NULL)
129 *lenp = len;
153 * If =lenp is not =NULL, the length of the line (not including the
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/
H A Dnls.c203 find_codeset (name, lenp)
205 size_t *lenp;
220 *lenp = strlen (language);
241 *lenp = cp - result;
245 *lenp = strlen (language);
H A Dtilde.c266 isolate_tilde_prefix (fname, lenp)
268 int *lenp;
281 if (lenp)
282 *lenp = i;
292 tilde_find_word (fname, flags, lenp)
294 int flags, *lenp;
303 if (lenp)
304 *lenp = 0;
311 if (lenp)
312 *lenp
[all...]
/netbsd-6-1-5-RELEASE/sys/lib/libsa/
H A Dbootparam.c328 u_int32_t *lenp; local
333 lenp = (u_int32_t *)*pkt;
334 *pkt += sizeof(*lenp);
335 *lenp = htonl(len);
348 u_int32_t *lenp; local
354 lenp = (u_int32_t *)*pkt;
355 *pkt += sizeof(*lenp);
356 slen = ntohl(*lenp);
/netbsd-6-1-5-RELEASE/sys/netinet6/
H A Dipcomp_core.c115 deflate_common(struct mbuf *m, struct mbuf *md, size_t *lenp, int mode) argument
297 *lenp = zs.total_out;
313 deflate_compress(struct mbuf *m, struct mbuf *md, size_t *lenp) argument
319 if (!lenp)
320 panic("lenp == NULL in deflate_compress");
322 return deflate_common(m, md, lenp, 0);
326 deflate_decompress(struct mbuf *m, struct mbuf *md, size_t *lenp) argument
332 if (!lenp)
333 panic("lenp == NULL in deflate_decompress");
335 return deflate_common(m, md, lenp,
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dssh-dss.c46 ssh_dss_sign(const Key *key, u_char **sigp, u_int *lenp, argument
86 if (lenp != NULL)
87 *lenp = SIGBLOB_LEN;
98 if (lenp != NULL)
99 *lenp = len;
H A Dssh-ecdsa.c46 ssh_ecdsa_sign(const Key *key, u_char **sigp, u_int *lenp, argument
84 if (lenp != NULL)
85 *lenp = len;
/netbsd-6-1-5-RELEASE/usr.bin/grep/
H A Dfile.c131 grep_fgetln(struct file *f, size_t *lenp) argument
145 *lenp = 0;
156 *lenp = len;
185 *lenp = len;
189 *lenp = 0;
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/libs/libbib/
H A Dsearch.cpp99 int search_list_iterator::next(const char **pp, int *lenp, reference_id *ridp) argument
104 if (iter->next(searcher, pp, lenp, ridp))
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/booke/
H A Dcopyout.c345 copyoutstr(const void *ksaddr, void *udaddr, size_t len, size_t *lenp) argument
351 if (lenp)
352 *lenp = 0;
358 if (lenp)
359 *lenp = 0;
470 if (lenp)
471 *lenp = copylen;
H A Dboard_prop.c116 board_info_get_data(const char *name, size_t *lenp) argument
121 *lenp = prop_data_size(pd);
/netbsd-6-1-5-RELEASE/dist/nvi/ipc/
H A Dip_trans.c122 vi_translate(IPVIWIN *ipviwin, char *bp, size_t *lenp, IP_BUF *ipbp) argument
131 for (s_bp = bp, len = *lenp; len > 0;) {
206 if ((*lenp = len) != 0)
/netbsd-6-1-5-RELEASE/usr.bin/man/
H A Dmanconf.c69 * xstrdup: like strdup, but also returns length of string in lenp
72 xstrdup(const char *str, size_t *lenp) argument
82 if (lenp)
83 *lenp = len - 1; /* subtract out the null */
/netbsd-6-1-5-RELEASE/dist/dhcp/minires/
H A Dns_sign.c90 u_char *lenp; local
115 lenp = cp;
228 PUTSHORT(cp - lenp - INT16SZ, lenp);
258 u_char *cp, *eob, *lenp;
305 lenp = cp;
357 PUTSHORT(cp - lenp - INT16SZ, lenp);
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/nameser/
H A Dns_sign.c97 u_char *lenp; local
132 lenp = cp;
246 PUTSHORT(cp - lenp - INT16SZ, lenp);
284 u_char *cp, *eob, *lenp; local
331 lenp = cp;
382 PUTSHORT(cp - lenp - INT16SZ, lenp);
/netbsd-6-1-5-RELEASE/dist/nvi/common/
H A Ddb.c41 db_eget(SCR *sp, db_recno_t lno, CHAR_T **pp, size_t *lenp, int *isemptyp) argument
54 if (!db_get(sp, lno, 0, pp, lenp))
85 db_get(SCR *sp, db_recno_t lno, u_int32_t flags, CHAR_T **pp, size_t *lenp) argument
127 if (lenp != NULL)
128 *lenp = tp->len;
146 if (lenp != NULL)
147 *lenp = sp->c_len;
178 err3: if (lenp != NULL)
179 *lenp = 0;
206 if (lenp !
[all...]
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dedit.h53 int x_do_comment ARGS((char *buf, int bsize, int *lenp));
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/include/isc/
H A Dnetaddr.h68 isc_netaddr_masktoprefixlen(const isc_netaddr_t *s, unsigned int *lenp);
70 * Convert a netmask in 's' into a prefix length in '*lenp'.
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dnetaddr.h68 isc_netaddr_masktoprefixlen(const isc_netaddr_t *s, unsigned int *lenp);
70 * Convert a netmask in 's' into a prefix length in '*lenp'.
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/include/
H A Dsearch.h89 virtual int next(const linear_searcher &, const char **ptr, int *lenp,

Completed in 270 milliseconds

1234