| /onnv/onnv-gate/usr/src/lib/libwrap/ |
| percent_m.c | 29 char *percent_m(obuf, ibuf) 31 char *ibuf; 34 char *cp = ibuf;
|
| /onnv/onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/ |
| ser_cksum.c | 149 krb5_int32 ibuf; 157 if (krb5_ser_unpack_int32(&ibuf, &bp, &remain)) 158 ibuf = 0; 159 if (ibuf == KV5M_CHECKSUM) { 168 (void) krb5_ser_unpack_int32(&ibuf, &bp, &remain); 169 checksum->checksum_type = (krb5_cksumtype) ibuf; 172 (void) krb5_ser_unpack_int32(&ibuf, &bp, &remain); 173 checksum->length = (int) ibuf; 177 if (ibuf) 179 MALLOC((size_t) (ibuf)); 146 krb5_int32 ibuf; local [all...] |
| ser_adata.c | 148 krb5_int32 ibuf; 156 if (krb5_ser_unpack_int32(&ibuf, &bp, &remain)) 157 ibuf = 0; 158 if (ibuf == KV5M_AUTHDATA) { 167 (void) krb5_ser_unpack_int32(&ibuf, &bp, &remain); 168 authdata->ad_type = (krb5_authdatatype) ibuf; 171 (void) krb5_ser_unpack_int32(&ibuf, &bp, &remain); 172 authdata->length = (int) ibuf; 177 MALLOC((size_t) (ibuf)); 180 (size_t) ibuf, 145 krb5_int32 ibuf; local [all...] |
| ser_addr.c | 150 krb5_int32 ibuf; 158 if (krb5_ser_unpack_int32(&ibuf, &bp, &remain)) 159 ibuf = 0; 160 if (ibuf == KV5M_ADDRESS) { 171 (void) krb5_ser_unpack_int32(&ibuf, &bp, &remain); 172 address->addrtype = (krb5_addrtype) ibuf; 175 (void) krb5_ser_unpack_int32(&ibuf, &bp, &remain); 176 address->length = (int) ibuf; 180 address->contents = (krb5_octet *) MALLOC((size_t) (ibuf)); 183 (size_t) ibuf, 147 krb5_int32 ibuf; local [all...] |
| ser_key.c | 148 krb5_int32 ibuf; 156 if (krb5_ser_unpack_int32(&ibuf, &bp, &remain)) 157 ibuf = 0; 158 if (ibuf == KV5M_KEYBLOCK) { 167 (void) krb5_ser_unpack_int32(&ibuf, &bp, &remain); 168 keyblock->enctype = (krb5_enctype) ibuf; 171 (void) krb5_ser_unpack_int32(&ibuf, &bp, &remain); 172 keyblock->length = (int) ibuf; 176 keyblock->contents = (krb5_octet *) MALLOC((size_t) (ibuf)); 179 (size_t) ibuf, 145 krb5_int32 ibuf; local [all...] |
| ser_ctx.c | 346 krb5_int32 ibuf; 355 if ((kret = krb5_ser_unpack_int32(&ibuf, &bp, &remain))) 358 if (ibuf != KV5M_CONTEXT) 368 if ((kret = krb5_ser_unpack_int32(&ibuf, &bp, &remain))) 371 if (ibuf) { 372 context->default_realm = (char *) MALLOC((size_t) ibuf+1); 379 (size_t) ibuf, &bp, &remain); 383 context->default_realm[ibuf] = '\0'; 387 if ((kret = krb5_ser_unpack_int32(&ibuf, &bp, &remain))) 390 context->in_tkt_ktype_count = (int) ibuf; 343 krb5_int32 ibuf; local 585 krb5_int32 ibuf; local [all...] |
| ser_princ.c | 144 krb5_int32 ibuf; 154 if (krb5_ser_unpack_int32(&ibuf, &bp, &remain)) 155 ibuf = 0; 156 if (ibuf == KV5M_PRINCIPAL) { 160 if (!(kret = krb5_ser_unpack_int32(&ibuf, &bp, &remain))) { 163 tmpsize = ibuf+1; 167 (size_t) ibuf, 169 tmpname[ibuf] = '\0'; 175 kret = krb5_ser_unpack_int32(&ibuf, &bp, &remain); 176 if (!kret && (ibuf == KV5M_PRINCIPAL)) 141 krb5_int32 ibuf; local [all...] |
| ser_auth.c | 237 krb5_int32 ibuf; 248 if (krb5_ser_unpack_int32(&ibuf, &bp, &remain)) 249 ibuf = 0; 250 if (ibuf == KV5M_AUTHENTICATOR) { 260 (void) krb5_ser_unpack_int32(&ibuf, &bp, &remain); 261 authenticator->ctime = (krb5_timestamp) ibuf; 264 (void) krb5_ser_unpack_int32(&ibuf, &bp, &remain); 265 authenticator->cusec = ibuf; 268 (void) krb5_ser_unpack_int32(&ibuf, &bp, &remain); 269 authenticator->seq_number = ibuf; 234 krb5_int32 ibuf; local [all...] |
| ser_actx.c | 368 krb5_int32 ibuf; 378 if (krb5_ser_unpack_int32(&ibuf, &bp, &remain)) 379 ibuf = 0; 380 if (ibuf == KV5M_AUTH_CONTEXT) { 390 (void) krb5_ser_unpack_int32(&ibuf, &bp, &remain); 391 auth_context->auth_context_flags = ibuf; 394 (void) krb5_ser_unpack_int32(&ibuf, &bp, &remain); 395 auth_context->remote_seq_number = ibuf; 398 (void) krb5_ser_unpack_int32(&ibuf, &bp, &remain); 399 auth_context->local_seq_number = ibuf; 365 krb5_int32 ibuf; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/ |
| ser_sctx.c | 90 krb5_int32 ibuf; local 98 if (krb5_ser_unpack_int32(&ibuf, &bp, &remain)) 101 if (ibuf != KV5M_GSS_OID) 107 if (krb5_ser_unpack_int32(&ibuf, &bp, &remain)) { 111 oid->length = ibuf; 112 oid->elements = MALLOC(ibuf); 125 if (krb5_ser_unpack_int32(&ibuf, &bp, &remain)) { 131 if (ibuf != KV5M_GSS_OID) { 194 krb5_int32 ibuf; local 203 if (krb5_ser_unpack_int32(&ibuf, &bp, &remain) 533 krb5_int32 ibuf; local [all...] |
| /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/ |
| ser_cc.c | 164 krb5_int32 ibuf; 173 if (krb5_ser_unpack_int32(&ibuf, &bp, &remain)) 174 ibuf = 0; 175 if (ibuf == KV5M_CCACHE) { 179 kret = krb5_ser_unpack_int32(&ibuf, &bp, &remain); 182 (ccname = (char *) malloc((size_t) (ibuf+1))) && 184 (size_t) ibuf, 186 ccname[ibuf] = '\0'; 188 !(kret = krb5_ser_unpack_int32(&ibuf, &bp, &remain)) && 189 (ibuf == KV5M_CCACHE)) 161 krb5_int32 ibuf; local [all...] |
| /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/ |
| ser_rc.c | 171 krb5_int32 ibuf; 180 if (krb5_ser_unpack_int32(&ibuf, &bp, &remain)) 181 ibuf = 0; 182 if (ibuf == KV5M_RCACHE) { 186 kret = krb5_ser_unpack_int32(&ibuf, &bp, &remain); 189 (rcname = (char *) malloc((size_t) (ibuf+1))) && 191 (size_t) ibuf, 193 rcname[ibuf] = '\0'; 197 !(kret = krb5_ser_unpack_int32(&ibuf, &bp, &remain)) && 198 (ibuf == KV5M_RCACHE)) 168 krb5_int32 ibuf; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/mailx/ |
| lex.c | 70 FILE *ibuf; local 87 if ((ibuf = fopen(name, "r")) == NULL) { 106 fstat(fileno(ibuf), &stbuf); 124 fclose(ibuf); 128 if (fgets(fortest, sizeof (fortest), ibuf) == NULL) { 133 fseek(ibuf, (long)(BUFSIZ+1), 0); /* flush input buffer */ 134 fseek(ibuf, 0L, 0); 140 fclose(ibuf); 181 lock(ibuf, "r", 1); 182 fstat(fileno(ibuf), &stbuf) 299 FILE *ibuf; local 972 FILE *ibuf; local [all...] |
| fio.c | 53 setptr(register FILE *ibuf) 101 while ((n = getln(linebuf, sizeof (linebuf), ibuf)) > 0) { 117 fclose(ibuf); 144 fclose(ibuf); 155 if ((n = fread(linebuf, 1, n, ibuf)) <= 0) { 269 fclose(ibuf); 279 fclose(ibuf); 317 fclose(ibuf); 329 FILE *ibuf; local 333 ibuf = setinput(mp) 491 FILE *obuf, *ibuf, *tbuf = 0, *readstat; local [all...] |
| collect.c | 59 static int exwrite(char name[], FILE *ibuf); 63 static FILE *mesedit(FILE *ibuf, FILE *obuf, int c, struct header *hp); 64 static FILE *mespipe(FILE *ibuf, FILE *obuf, char cmd[]); 99 FILE *ibuf, *fbuf, *obuf; local 111 ibuf = obuf = NULL; 119 if ((ibuf = fopen(tempMail, "r")) == NULL) { 125 newi = ibuf; 579 rewind(ibuf); 580 exwrite(cp, ibuf); 631 rewind(ibuf); [all...] |
| quit.c | 66 FILE *ibuf, *obuf, *fbuf, *readstat; local 177 if ((ibuf = fopen(tempQuit, "r")) == NULL) { 192 fclose(ibuf); 200 fclose(ibuf); 218 fclose(ibuf); 235 rewind(ibuf); 236 c = getc(ibuf); 241 c = getc(ibuf); 243 fclose(ibuf);
|
| edit.c | 100 FILE *ibuf, *obuf; local 213 if ((ibuf = fopen(tempZedit, "r")) == NULL) { 225 while ((c = getc(ibuf)) != EOF) { 246 fclose(ibuf);
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/bio/ |
| bf_buff.c | 99 ctx->ibuf=(char *)OPENSSL_malloc(DEFAULT_BUFFER_SIZE); 100 if (ctx->ibuf == NULL) { OPENSSL_free(ctx); return(0); } 102 if (ctx->obuf == NULL) { OPENSSL_free(ctx->ibuf); OPENSSL_free(ctx); return(0); } 122 if (b->ibuf != NULL) OPENSSL_free(b->ibuf); 149 memcpy(out,&(ctx->ibuf[ctx->ibuf_off]),i); 183 i=BIO_read(b->next_bio,ctx->ibuf,ctx->ibuf_size); 296 p1=ctx->ibuf; 323 if (ctx->ibuf != NULL) OPENSSL_free(ctx->ibuf); [all...] |
| /onnv/onnv-gate/usr/src/cmd/sendmail/aux/ |
| makemap.c | 107 char ibuf[BUFSIZE]; local 396 while (sm_io_fgets(smioin, SM_TIME_DEFAULT, ibuf, sizeof ibuf) 407 p = strchr(ibuf, '\n'); 415 (long) sizeof ibuf); 420 if (ibuf[0] == '\0' || ibuf[0] == comment) 422 if (sep == '\0' && isascii(ibuf[0]) && isspace(ibuf[0])) 433 db_key.data = ibuf; [all...] |
| /onnv/onnv-gate/usr/src/cmd/expand/ |
| expand.c | 66 static char ibuf[BUFSIZ]; local 137 p1 = p2 = ibuf; 140 p1 = ibuf; 202 ibuf[n] = *p1++; 203 p1 = ibuf;
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/nca/ |
| ncab2clf.c | 530 is_valid_header(void *ibuf) 535 h = (nca_log_buf_hdr_t *)ibuf; 537 /* Do some validity checks on ibuf */ 568 void *ibuf, 593 h = (nca_log_buf_hdr_t *)ibuf; 688 char *ibuf; local 697 ibuf = xmalloc(g_infile_blk_size); 709 nh = read_n_bytes(ifd, ibuf, sizeof (nca_log_buf_hdr_t)); 715 if (! is_valid_header(ibuf)) { 724 h = (nca_log_buf_hdr_t *)ibuf; [all...] |
| /onnv/onnv-gate/usr/src/ucbcmd/sed/ |
| sed1.c | 42 char ibuf[BUFSIZ]; variable 123 ebp = ibuf; 124 cbp = ibuf; 613 if(f < 0 || (c = read(f, ibuf, BUFSIZ)) == 0) { 621 p2 = ibuf; 622 ebp = ibuf+c; 626 if(f < 0 || (c = read(f, ibuf, BUFSIZ)) == 0) { 640 p2 = ibuf; 641 ebp = ibuf + c;
|
| /onnv/onnv-gate/usr/src/cmd/vgrind/ |
| vgrindefs.c | 54 char ibuf[BUFSIZ]; local 68 cnt = read(tf, ibuf, BUFSIZ); 75 c = ibuf[i++];
|
| /onnv/onnv-gate/usr/src/lib/mms/mms/common/ |
| host_ident.c | 96 uint32_t ibuf; local 103 if (inet_pton(AF_INET, host_str, &ibuf)) { 104 addressp->a_addr[0] = ibuf;
|
| /onnv/onnv-gate/usr/src/cmd/bnu/ |
| fio.c | 227 char ack, ibuf[MAXMSGLEN]; local 244 if (frdmsg(ibuf, fn) != FAIL) { 245 if ((ack = ibuf[0]) == 'G') 270 char ibuf[FIBUFSIZ]; local 279 flen = frdblk(ibuf, fn, &alen); 285 if (fwrite(ibuf, sizeof (char), flen, fp2) != flen)
|