Searched refs:output (Results 226 - 250 of 293) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_capab.c295 goto output;
345 output:
/illumos-gate/usr/src/cmd/ast/msgcc/
H A Dmsgcc.sh41 already have a suffix. The default output is \ba.out.msg\b if \b-c\b
141 1) print -u2 $"$__command__: output argument expected"
389 # final output
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dcbcp.c450 output(us->us_unit, outpacket_buf, outlen + PPP_HDRLEN);
H A Ddemand.c316 output(0, pkt->data, pkt->length);
/illumos-gate/usr/src/cmd/sh/
H A Dxec.c535 write(output, s, length(s) - 1);
H A Dmacro.c169 output is never trimmed
517 /* quote output from command subst. if within double
518 quotes or backslash part of output */
627 write(output, stakbot, staktop - stakbot);
/illumos-gate/usr/src/stand/lib/inet/
H A Dmac.c289 isp->output[MEDIA_LVL] = mac_state.mac_output;
/illumos-gate/usr/src/uts/common/sys/usb/clients/video/usbvc/
H A Dusbvc.h267 } output; member in union:usbvc_term_descr::__anon9198
282 /* for input or output terminals, excluding camera terminals */
315 /* Do not support output video device at present */
/illumos-gate/usr/src/cmd/iconv/
H A Dcharmap.c47 char cm_tombs[MB_LEN_MAX + 1]; /* output */
260 * must alread exist) used later to write the output encoding.
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c1188 char *output = p_secstodate_output; local
1200 sprintf(output, "%04d%02d%02d%02d%02d%02d",
1203 return (output);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dinput.c484 * Stop paying attention if we fill the output buffer.
509 (void) output(OUT_QUERY, from, ifp, v12buf.buf,
512 (void) output(OUT_UNICAST, from, ifp,
1047 (void) output(OUT_QUERY, from, ifp, v12buf.buf,
H A Doutput.c36 * $FreeBSD: src/sbin/routed/output.c,v 1.7 2000/08/11 08:24:38 sheldonh Exp $
49 * walk the tree of routes with this for output
57 struct interface *ifp; /* usually output interface */
101 output(enum output_type type, function
364 if (output(wb->type, &ws.to, ws.ifp, wb->buf,
742 struct interface *ifp, /* output interface */
786 * will be bumped up on output.
812 return; /* no output */
1053 if (output(type, &dst, ifp, &buf, sizeof (buf)) < 0)
/illumos-gate/usr/src/tools/cscope-fast/
H A Dmain.c963 BOOL interactive = YES; /* output progress messages */
1122 /* output the leading tab expected by crossref() */
1210 * output the view path and source and include directory and
1310 * output the cscope version, current directory, database format options, and
1447 /* copy this file's symbol data and output the inverted index postings */
1491 goto output;
1496 goto output;
1507 output:
1555 (void) nonl(); /* don't translate an output \n to \n\r */
H A Dcgrep.c216 static FILE *output; variable
1648 output = o;
1742 (void) fprintf(output, format, file, current.ln);
1743 (void) fwrite((char *)current.prntbuf, 1, nc, output);
/illumos-gate/usr/src/uts/common/des/
H A Ddes_crypt.c145 /* operations are in-place if the output buffer is NULL */
146 #define DES_ARG_INPLACE(input, output) \
147 if ((output) == NULL) \
148 (output) = (input);
550 * We need to just return the length needed to store the output.
592 * We need to just return the length needed to store the output.
629 /* return length needed to store the output */
691 /* return length needed to store the output */
807 /* return length needed to store the output */
910 /* return length needed to store the output */
[all...]
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c124 #define SHELP_EXPORT "export [-f output-file]"
873 "output, or to output-file if\n\tspecified, in "
939 * Parameters: path string, file name, output string.
966 *s = '\0'; /* Terminate the output string */
1050 /* don't page error output */
5181 boolean_t output = B_FALSE; local
5202 output = B_TRUE;
5209 * nothing to output.
5211 if (!output
5231 boolean_t output = B_FALSE; local
5275 boolean_t output = B_FALSE; local
5323 boolean_t output = B_FALSE; local
5361 boolean_t output = B_FALSE; local
5405 boolean_t output = B_FALSE; local
5590 boolean_t output = B_FALSE; local
[all...]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_common_transact.c749 smb_encode_SHARE_INFO_1(struct mbuf_chain *output, struct mbuf_chain *text, argument
752 (void) smb_mbc_encodef(output, "13c.wl", oem_name,
759 smb_encode_SHARE_INFO_2(struct mbuf_chain *output, struct mbuf_chain *text, argument
767 smb_encode_SHARE_INFO_1(output, text, oem_name, type, comment);
768 (void) smb_mbc_encodef(output, "wwwl9c.",
1425 * fsctl "output" is what we read from the pipe (and becomes the
/illumos-gate/usr/src/lib/libdscfg/common/
H A Dcfg.c1050 cfg_encode_string(char *str, char *output, int outlen) argument
1058 q = output;
1078 p = mem = strdup(output);
1079 q = output;
1101 return (q - output);
1110 cfg_decode_string(char *str, char *output, int outlen) argument
1116 q = output;
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dcertop.c654 * returns the the signature in output
666 KMF_DATA *output = NULL; local
741 output = kmf_get_attr_ptr(KMF_OUT_DATA_ATTR, attrlist, numattr);
742 if (output == NULL) {
774 output);
785 ret = DerDecodeDSASignature(output, &signature);
789 output->Length = signature.Length;
790 (void) memcpy(output->Data, signature.Data, signature.Length);
1066 * ciphertext(output) - pointer to the ciphertext contains
/illumos-gate/usr/src/lib/libbsm/common/
H A Dadt.c239 } output; local
269 MD5Final(output.obuff, &context);
271 retval = output.v[count % 4];
956 * output is 0x followed by
986 * be an attempt to free data already free'd, so output to syslog
1864 * the output (see next_token). Calculating the offset to the
1927 * the output tokens, allowing for the possibility that the input data
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Dassemble.c96 static void output(itm_hdr_t *, itm_info_hdr_t *);
189 output(itm_header, info_header);
898 output(itm_hdr_t *itm_header, itm_info_hdr_t *info_header) function
/illumos-gate/usr/src/uts/common/crypto/io/
H A Daes.c98 /* operations are in-place if the output buffer is NULL */
99 #define AES_ARG_INPLACE(input, output) \
100 if ((output) == NULL) \
101 (output) = (input);
427 * We need to just return the length needed to store the output.
544 * Return length needed to store the output.
653 /* return length needed to store the output */
733 /* return length needed to store the output */
1012 /* return size of buffer needed to store output */
1143 /* return size of buffer needed to store output */
[all...]
H A Drsa.c170 /* operations are in-place if the output buffer is NULL */
171 #define RSA_ARG_INPLACE(input, output) \
172 if ((output) == NULL) \
173 (output) = (input);
958 * an output argument for verify.
/illumos-gate/usr/src/lib/libc/sparc/crt/
H A D_rtboot.s242 ! During construction -- the assembly output of _rtld.c2s is placed here.
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy3.c45 /* print the output for the states */
47 output() function
54 SLOOP(i) { /* output the stuff for state i */
57 /* output actions */
205 /* output the gotos for the nontermninals */
252 /* output the gotos for nonterminal c */
352 /* output state i */
467 /* output the final production */
473 /* now, output nonterminal actions */
486 /* output
[all...]

Completed in 205 milliseconds

1234567891011>>