Searched refs:outmax (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/libsasl/lib/ |
H A D | saslutil.c | 123 char *_out, unsigned outmax, unsigned *outlen) in sasl_encode64() argument 144 if (outmax <= olen) in sasl_encode64() 190 char *out, unsigned outmax, unsigned *outlen) in sasl_decode64() argument 218 if(++len >= outmax) return SASL_BUFOVER; in sasl_decode64() 221 if(++len >= outmax) return SASL_BUFOVER; in sasl_decode64() 224 if(++len >= outmax) return SASL_BUFOVER; in sasl_decode64()
|
H A D | auxprop.c | 514 char *outbuf, unsigned outmax, unsigned *outlen) in prop_format() argument 529 if(!outmax) return (needed + 1); /* Because of unsigned funkiness */ in prop_format() 530 if(needed > (outmax - 1)) return (needed - (outmax - 1)); in prop_format()
|
/titanic_41/usr/src/lib/libsasl/include/ |
H A D | saslutil.h | 37 char *out, unsigned outmax, unsigned *outlen); 51 char *out, unsigned outmax, unsigned *outlen);
|
H A D | saslplug.h | 124 char *out, unsigned outmax, unsigned *outlen); 126 char *out, unsigned outmax, unsigned *outlen); 165 char *outbuf, unsigned outmax, unsigned *outlen);
|
H A D | prop.h | 148 char *outbuf, unsigned outmax, unsigned *outlen);
|
/titanic_41/usr/src/lib/libcmd/common/ |
H A D | join.c | 220 int* outmax; in getolist() local 225 outmax = outptr + NFIELD; in getolist() 247 if (outptr >= outmax) in getolist() 252 outmax = jp->outlist + nfield; in getolist() 278 if (outptr >= outmax) in getolist() 283 outmax = jp->outlist + nfield; in getolist()
|
/titanic_41/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | libmlsvc.h | 95 int outmax);
|
/titanic_41/usr/src/lib/libscf/common/ |
H A D | lowlevel.c | 7034 scf_encode32(const char *input, size_t inlen, char *output, size_t outmax, in scf_encode32() argument 7049 if (olen > outmax) in scf_encode32() 7152 if (olen < outmax) in scf_encode32() 7194 scf_decode32(const char *in, size_t inlen, char *outbuf, size_t outmax, in scf_decode32() argument 7197 char *bufend = outbuf + outmax; in scf_decode32()
|