Searched defs:out (Results 126 - 150 of 354) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Denum.c97 static int enuminfo(Opt_t* op, Sfio_t *out, const char *str, Optdisc_t *fp) argument
107 sfprintf(out,"\b%s\b%c",ep->values[0],0);
109 sfprintf(out,"\b%s\b",ep->values[0]);
114 sfprintf(out,"not ");
118 sfprintf(out,", \b%s\b",v);
243 error(ERROR_system(1), "out of space");
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dcompletion.c200 register char *out; local
236 out = outbuff + *cur + (sh_isoption(SH_VI)!=0);
244 char *last = out;
245 c = *(unsigned char*)out;
247 begin = out = find_begin(outbuff,last,0,&var);
252 stakwrite(out,last-out);
254 out = last;
259 while(out < last)
261 c = *(unsigned char*)out;
496 register char *out; local
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Ddeparse.c67 void sh_deparse(Sfio_t *out, const Shnode_t *t,int tflags) argument
69 outfile = out;
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DRequestHandler.java75 RequestHandler(InputStream in, OutputStream out, SLPConfig config_in) { argument
79 outStream = out;
386 // If there was a parse error, then break out and close the
595 // Parse out the message.
900 // time out.
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_program.c530 dt_header_provider(dtrace_hdl_t *dtp, dt_provider_t *pvp, FILE *out) argument
548 info.dthi_out = out;
557 if (fprintf(out, "#if _DTRACE_VERSION\n\n") < 0)
562 if (fprintf(out, "\n\n") < 0)
567 if (fprintf(out, "\n#else\n\n") < 0)
575 if (fprintf(out, "\n#endif\n\n") < 0)
582 dtrace_program_header(dtrace_hdl_t *dtp, FILE *out, const char *fname) argument
593 if (fprintf(out, "#ifndef\t_%s\n#define\t_%s\n\n",
598 if (fprintf(out, "#include <unistd.h>\n\n") < 0)
601 if (fprintf(out, "#ifde
[all...]
/illumos-gate/usr/src/lib/libuuid/common/
H A Duuid.c322 uchar_t *out = ptr; local
325 out[3] = (uchar_t)tmp;
327 out[2] = (uchar_t)tmp;
329 out[1] = (uchar_t)tmp;
331 out[0] = (uchar_t)tmp;
334 out[5] = (uchar_t)tmp;
336 out[4] = (uchar_t)tmp;
339 out[7] = (uchar_t)tmp;
341 out[6] = (uchar_t)tmp;
344 out[
479 uuid_unparse_common(uuid_t uu, char *out, boolean_t upper) argument
508 uuid_unparse_upper(uuid_t uu, char *out) argument
514 uuid_unparse_lower(uuid_t uu, char *out) argument
520 uuid_unparse(uuid_t uu, char *out) argument
[all...]
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dcallers.c81 exphone(char *in, char *out) argument
89 (void) strcpy(out, in);
115 (void) strcpy(out, tpre);
116 (void) strcat(out, npart);
/illumos-gate/usr/src/lib/libcmd/common/
H A Dfmt.c61 Sfio_t* out; member in struct:Fmt_s
104 sfputr(fp->out, cp, '\n');
115 sfputc(fp->out, ' ');
122 sfprintf(fp->out, "\"%s%s\"\n", cp, c == ']' || c == '{' || c == '}' ? "" : " ");
125 sfputr(fp->out, cp, '\n');
573 fmt.out = sfstdout;
596 error(2, "width out of range");
/illumos-gate/usr/src/lib/libidmap/common/
H A Dutils.c224 caddr_t out,
267 outproc, out, tout);
219 _idmap_clnt_call( const rpcproc_t procnum, const xdrproc_t inproc, const caddr_t in, const xdrproc_t outproc, caddr_t out, const struct timeval tout) argument
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dpem_encode.c42 * The word 'cryptographic' can be left out if the rouines from the library
141 PEM_EncodeUpdate(PEM_ENCODE_CTX *ctx, unsigned char *out, int *outl, argument
160 j = PEM_EncodeBlock(out, ctx->enc_data, ctx->length);
162 out += j;
163 *(out++) = '\n';
164 *out = '\0';
169 j = PEM_EncodeBlock(out, in, ctx->length);
172 out += j;
173 *(out++) = '\n';
174 *out
185 PEM_EncodeFinal(PEM_ENCODE_CTX *ctx, unsigned char *out, int *outl) argument
199 Der2Pem(KMF_OBJECT_TYPE type, unsigned char *data, int len, unsigned char **out, int *outlen) argument
322 PEM_DecodeUpdate(PEM_ENCODE_CTX *ctx, unsigned char *out, int *outl, unsigned char *in, int inl) argument
453 PEM_DecodeFinal(PEM_ENCODE_CTX *ctx, unsigned char *out, int *outl) argument
483 Pem2Der(unsigned char *in, int inlen, unsigned char **out, int *outlen) argument
[all...]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/util/
H A Dline64.c113 /* Comment-out while we address calling libldif from ns-back-ldbm
168 /* Comment-out while we address calling libldif from ns-back-ldbm
324 ldif_put_type_and_value_with_options( char **out, char *t, char *val, argument
340 *(*out)++ = *p;
342 *(*out)++ = ':';
345 *(*out)++ = '<'; /* add '<' for URLs */
348 save = *out;
354 *(*out)++ = ' ';
383 *(*out)++ = '\n';
384 *(*out)
404 ldif_put_type_and_value( char **out, char *t, char *val, int vlen ) argument
410 ldif_put_type_and_value_nowrap( char **out, char *t, char *val, int vlen ) argument
435 char *out; local
[all...]
/illumos-gate/usr/src/common/crypto/blowfish/
H A Dblowfish_impl.c353 * And to Microsoft interview survivors out there, perhaps I should do the
702 blowfish_copy_block(uint8_t *in, uint8_t *out) argument
705 IS_P2ALIGNED(out, sizeof (uint32_t))) {
707 *(uint32_t *)&out[0] = *(uint32_t *)&in[0];
709 *(uint32_t *)&out[4] = *(uint32_t *)&in[4];
711 BLOWFISH_COPY_BLOCK(in, out);
735 crypto_data_t *out)
741 rv = cbc_encrypt_contiguous_blocks(ctx, data, length, out,
745 rv = ecb_cipher_contiguous_blocks(ctx, data, length, out,
756 crypto_data_t *out)
734 blowfish_encrypt_contiguous_blocks(void *ctx, char *data, size_t length, crypto_data_t *out) argument
755 blowfish_decrypt_contiguous_blocks(void *ctx, char *data, size_t length, crypto_data_t *out) argument
[all...]
/illumos-gate/usr/src/common/crypto/rsa/
H A Drsa_impl.c489 rsa_encrypt(RSAbytekey *bkey, uchar_t *in, uint32_t in_len, uchar_t *out) argument
542 bignum2bytestring(out, &msg, modulus_bytes);
556 rsa_decrypt(RSAbytekey *bkey, uchar_t *in, uint32_t in_len, uchar_t *out) argument
627 bignum2bytestring(out, &msg, modulus_bytes);
/illumos-gate/usr/src/common/unicode/
H A Duconv.c257 check_endian(int flag, int *in, int *out) argument
268 *out = flag & UCONV_OUT_ENDIAN_MASKS;
271 if (*out == UCONV_OUT_ENDIAN_MASKS)
274 if (*out == 0)
275 *out = UCONV_OUT_NAT_ENDIAN;
707 * character. In doing so, we screen out illegally formed
709 * The algorithm at below also screens out anything bigger
/illumos-gate/usr/src/cmd/refer/
H A Dglue5.c32 char out; member in struct:words
72 q->inp = 0; q->out = 0; q->nst = 0; q->link = 0; q->fail = 0;
190 if (c->out && new(c)) {
278 s->out = 1;
307 smax->out = 1;
381 if ((state->nst)->out == 1) q->out = 1;
H A Drefer5.c194 fpar(int nf, char *flds[], char *out, int c, int seq, int prepend) argument
210 mycpy2(out, p, 20);
211 return (out);
226 mycpy(out, p+1);
228 strcpy(out, p+1);
230 initadd(out, flds[i]+2, p);
231 return (out);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Denc_des.c112 ecb_encrypt(struct stinfo *stp, Block in, Block out) argument
122 dout.ciphertext.data = (char *)out;
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dfindstack_subr.c64 thread_text_to_state(const char *state, uint_t *out) argument
67 *out = B_TRUE;
69 *out = B_FALSE;
72 * When run with "-i", ::stacks filters out "FREE" threads.
76 *out = UINT_MAX;
85 thread_state_to_text(uint_t state, char *out, size_t out_sz) argument
87 (void) snprintf(out, out_sz, state ? "PARKED" : "UNPARKED");
106 sobj_ops_to_text(uintptr_t addr, char *out, size_t sz) argument
108 (void) snprintf(out, sz, "%s", addr == NULL ? "<none>" : (char *)addr);
334 "which filters out thread
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java56 static PrintStream out = System.out; field in class:JDTrace
161 out.printf(" %3d", (Integer)value);
163 out.printf(" %5d", (Integer)value);
165 out.printf(" %8d", (Integer)value);
168 out.printf(" %16d", (Long)value);
170 out.printf(stringFormat, value.toString());
183 out.printf("%3s %-41s\n", "CPU", "FUNCTION");
186 out.printf("%3s %6s %32s\n",
230 out
[all...]
/illumos-gate/usr/src/cmd/eeprom/sparc/
H A Dopenprom.c96 func out; member in struct:opvar
286 if (v->name && v->out)
287 (*v->out)(v->name, opp->oprom_array);
410 * If old mode was not none, and new mode is none, wipe out old
/illumos-gate/usr/src/cmd/audio/utilities/
H A DResample.cc178 short *out)
185 return (Fir::filter_noadjust(in, size, out));
196 short *out_ptr = out;
208 return (out_ptr - out);
215 short *out)
218 return (decimate_noadjust(in, size, out));
228 return (decimate_noadjust(in, size, out));
234 decimate_flush(short *out) argument
239 int num_out = decimate_noadjust(in, num_in, out);
249 short *out)
176 decimate_noadjust(short *in, int size, short *out) argument
213 decimate(short *in, int size, short *out) argument
247 interpolate_noadjust(short *in, int size, short *out) argument
294 interpolate_flush(short *out) argument
308 interpolate(short *in, int size, short *out) argument
332 filter_noadjust(short *in, int size, short *out) argument
394 flush(short *out) argument
416 filter( short *in, int size, short *out) argument
[all...]
/illumos-gate/usr/src/cmd/svc/common/
H A Dmanifest_hash.c55 char *out, *cp, *base; local
59 out = uu_zalloc(PATH_MAX + 1);
62 if (strlcpy(out, in, PATH_MAX + 1) >= (PATH_MAX + 1)) {
63 uu_free(out);
67 if (realpath(in, out) == NULL) {
68 uu_free(out);
80 if (base != NULL && strncmp(out, base, strlen(base)) == 0)
83 cp = out + base_sz;
86 (void) memmove(out, cp, strlen(cp) + 1);
88 len = strlen(out);
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dmerginfo.c144 int out; local
248 out = 0;
252 out++;
256 out++;
276 if (out > 0) {
280 out++;
351 /* break out of loop if match */
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dcopy_auth.c131 krb5_authdata *const *in_authdat, krb5_authdata ***out)
133 return krb5_merge_authdata(context, in_authdat, NULL, out);
192 krb5_authdata **out; member in struct:find_authdata_context
208 new = realloc(fctx->out,
212 fctx->out = new;
215 fctx->out[fctx->length+1] = NULL;
217 &fctx->out[fctx->length]);
266 fctx.out = calloc(fctx.space+1, sizeof (krb5_authdata *));
268 if (fctx.out == NULL)
275 *results = fctx.out;
130 krb5_copy_authdata(krb5_context context, krb5_authdata *const *in_authdat, krb5_authdata ***out) argument
[all...]
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dstabs.c129 char *out; local
131 out = xrealloc(s1, newlen);
133 strncpy(out + strlen(out), s2, savelen);
135 strncpy(out, s2, savelen);
137 out[newlen - 1] = '\0';
139 return (out);

Completed in 143 milliseconds

1234567891011>>