Searched refs:len_p (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | glob.c | 419 int len_s, len_p; in amatch() local 430 if ((len_p = mbtowc(&c, p, MB_CUR_MAX)) <= 0) { in amatch() 432 len_p = 1; in amatch() 434 p += len_p; in amatch() 438 return (execbrc(p - len_p, s - len_s)); in amatch() 444 if ((len_p = mbtowc(&cc, p, MB_CUR_MAX)) <= 0) { in amatch() 446 len_p = 1; in amatch() 448 p += len_p; in amatch() 455 if ((len_p = mbtowc(&lc2, p, in amatch() 458 len_p = 1; in amatch() [all …]
|
/illumos-gate/usr/src/boot/libsa/ |
H A D | bootparam.c | 87 int xdr_string_decode(char **p, char *str, int *len_p); 343 xdr_string_decode(char **pkt, char *str, int *len_p) in xdr_string_decode() argument 356 if (slen > *len_p) in xdr_string_decode() 357 slen = *len_p; in xdr_string_decode() 363 *len_p = slen; in xdr_string_decode()
|