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

12345

/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dfgetwln.c38 fgetwln_l(FILE * __restrict fp, size_t *lenp, locale_t loc) argument
60 *lenp = len;
65 *lenp = 0;
70 fgetwln(FILE * __restrict fp, size_t *lenp) argument
72 return fgetwln_l(fp, lenp, __current_locale());
H A Dfgetln.c84 fgetln(FILE *fp, size_t *lenp) argument
94 *lenp = 0;
110 *lenp = len = p - fp->_p;
158 *lenp = len;
166 *lenp = 0; /* ??? */
/macosx-10.9.5/smb-697.95.1/kernel/smbfs/
H A Dsmbfs_subr.c99 int usingUnicode, size_t *lenp)
113 if (!error && lenp)
114 *lenp += (usingUnicode) ? 2 : 1;
120 if (!error && lenp)
121 *lenp += smp->sm_args.path_len;
155 if (!error && lenp)
156 *lenp += (usingUnicode) ? 2 : 1;
166 UTF_SFM_CONVERSIONS, usingUnicode, lenp);
178 size_t *lenp, int name_flags, int usingUnicode, uint8_t sep)
183 if (lenp) {
98 smb_fphelp(struct smbmount *smp, struct mbchain *mbp, struct smbnode *np, int usingUnicode, size_t *lenp) argument
177 smbfs_fullpath(struct mbchain *mbp, struct smbnode *dnp, const char *name, size_t *lenp, int name_flags, int usingUnicode, uint8_t sep) argument
231 smbfs_fullpath_stream(struct mbchain *mbp, struct smbnode *dnp, const char *namep, const char *strm_namep, size_t *lenp, size_t strm_name_len, int name_flags, int usingUnicode, uint8_t sep) argument
[all...]
/macosx-10.9.5/Libinfo-449.1.3/gen.subproj/
H A Dmap_v4v6.c102 _map_v4v6_hostent(hp, bpp, lenp)
105 int *lenp;
116 if (*lenp < (i + IN6ADDRSZ)) {
122 *lenp -= i;
126 *lenp -= IN6ADDRSZ;
/macosx-10.9.5/bash-92/bash-3.2/
H A Dlocale.c327 localetrans (string, len, lenp)
329 int len, *lenp;
338 if (lenp)
339 *lenp = 0;
353 if (lenp)
354 *lenp = len;
368 if (lenp)
369 *lenp = len;
376 if (lenp)
377 *lenp
[all...]
H A Darrayfunc.c633 array_variable_name (s, subp, lenp)
635 int *lenp;
645 if (lenp)
646 *lenp = 0;
656 if (lenp)
657 *lenp = 0;
667 if (lenp)
668 *lenp = ni - ind;
677 array_variable_part (s, subp, lenp)
679 int *lenp;
[all...]
/macosx-10.9.5/netcat-20/
H A Dsourceroute.c71 * lenp: pointer to an integer that contains the
96 * *lenp: This will be filled in with how long the option
106 sourceroute(struct addrinfo *ai, char *arg, char **cpp, int *lenp, int *protop, int *optp) argument
123 if (cpp == NULL || lenp == NULL)
128 if (*lenp < 7)
133 if (*lenp < (int)CMSG_SPACE(sizeof(struct ip6_rthdr) +
146 ep = lsrp + *lenp;
268 *lenp = cmsg->cmsg_len;
274 *lenp = 0;
278 *lenp
[all...]
/macosx-10.9.5/OpenPAM-20/openpam/lib/
H A Dopenpam_readline.c54 openpam_readline(FILE *f, int *lineno, size_t *lenp) argument
126 if (lenp != NULL)
127 *lenp = len;
150 * If =lenp is not =NULL, the length of the line (not including the
/macosx-10.9.5/bash-92/bash-3.2/lib/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...]
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Dipcomp_core.c168 deflate_common(m, md, lenp, mode)
171 size_t *lenp;
345 *lenp = zs->total_out;
383 deflate_compress(m, md, lenp)
386 size_t *lenp;
392 if (!lenp)
393 panic("lenp == NULL in deflate_compress");
395 return deflate_common(m, md, lenp, 0);
399 deflate_decompress(m, md, lenp)
402 size_t *lenp;
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/rep/
H A Drep_auto.c17 __rep_bulk_marshal(env, argp, bp, max, lenp)
21 size_t *lenp, max;
39 *lenp = (size_t)(bp - start);
85 __rep_control_marshal(env, argp, bp, max, lenp)
89 size_t *lenp, max;
107 *lenp = (size_t)(bp - start);
150 __rep_egen_marshal(env, argp, bp, max, lenp)
154 size_t *lenp, max;
164 *lenp = (size_t)(bp - start);
199 __rep_fileinfo_marshal(env, version, argp, bp, max, lenp)
[all...]
/macosx-10.9.5/bash-92/bash-3.2/lib/tilde/
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...]
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dssh-dss.c51 ssh_dss_sign(const Key *key, u_char **sigp, u_int *lenp, argument
91 if (lenp != NULL)
92 *lenp = SIGBLOB_LEN;
103 if (lenp != NULL)
104 *lenp = len;
H A Dssh-ecdsa.c47 ssh_ecdsa_sign(const Key *key, u_char **sigp, u_int *lenp, argument
85 if (lenp != NULL)
86 *lenp = len;
/macosx-10.9.5/groff-38/groff/src/libs/libbib/
H A Dsearch.cpp97 int search_list_iterator::next(const char **pp, int *lenp, reference_id *ridp) argument
102 if (iter->next(searcher, pp, lenp, ridp))
/macosx-10.9.5/vim-53/src/proto/
H A Dos_mac_conv.pro2 char_u *mac_string_convert __ARGS((char_u *ptr, int len, int *lenp, int fail_on_error, int from_enc, int to_enc, int *unconvlenp));
H A Dnormal.pro23 int get_visual_text __ARGS((cmdarg_T *cap, char_u **pp, int *lenp));
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/lib/
H A Dcanonusr.c84 unsigned *lenp; local
91 lenp = &(oparams->alen);
94 lenp = &(oparams->ulen);
114 user_buf, CANON_BUF_SIZE, lenp);
121 ulen = *lenp;
157 CANON_BUF_SIZE, lenp);
165 CANON_BUF_SIZE, lenp);
177 /* Set the appropriate oparams (lengths have already been set by lenp) */
/macosx-10.9.5/smb-697.95.1/lib/smb/
H A Drq.c255 size_t src_size, int flags, size_t *lenp)
283 if (lenp)
284 *lenp += dest_size;
294 size_t maxlen, int flags, size_t *lenp)
298 error = smb_usr_put_dmem(ctx, mbp, src, maxlen, flags, lenp);
302 if (lenp )
303 *lenp += 2;
254 smb_usr_put_dmem(struct smb_ctx *ctx, mbchain_t mbp, const char *src, size_t src_size, int flags, size_t *lenp) argument
293 smb_usr_rq_put_dstring(struct smb_ctx *ctx, mbchain_t mbp, const char *src, size_t maxlen, int flags, size_t *lenp) argument
/macosx-10.9.5/libresolv-54/
H A Dns_sign.c100 u_char *lenp; local
124 lenp = cp;
236 NS_PUT16(cp - lenp - NS_INT16SZ, lenp);
274 u_char *cp, *eob, *lenp; local
321 lenp = cp;
372 NS_PUT16(cp - lenp - NS_INT16SZ, lenp);
/macosx-10.9.5/screen-22/screen/
H A Dteln.c192 TelProcessLine(bufpp, lenp)
194 int *lenp;
202 int l = *lenp;
240 *lenp = 0;
244 DoTelnet(buf, lenp, f)
246 int *lenp;
255 int l = *lenp;
291 *lenp = p - buf;
/macosx-10.9.5/vim-53/src/
H A Dos_mac_conv.c44 mac_string_convert(ptr, len, lenp, fail_on_error, from_enc, to_enc, unconvlenp)
47 int *lenp;
113 if (lenp)
114 *lenp = buflen / sizeof(char_u);
160 if (lenp != NULL)
161 *lenp = out;
165 if (lenp != NULL)
166 *lenp = STRLEN(retval);
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/include/isc/
H A Dnetaddr.h66 isc_netaddr_masktoprefixlen(const isc_netaddr_t *s, unsigned int *lenp);
68 * Convert a netmask in 's' into a prefix length in '*lenp'.
/macosx-10.9.5/groff-38/groff/src/include/
H A Dsearch.h87 virtual int next(const linear_searcher &, const char **ptr, int *lenp,

Completed in 218 milliseconds

12345