Searched defs:fw (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfmove.c34 Sfoff_t sfmove(Sfio_t* fr, Sfio_t* fw, Sfoff_t n, reg int rc) argument
36 Sfoff_t sfmove(fr,fw,n,rc)
38 Sfio_t* fw; /* moving data to this stream */
51 SFMTXDECL2(fw);
54 if(fw)
55 SFMTXBEGIN2(fw, (Sfoff_t)0);
64 if(fw && (w = SFWRITE(fw, cp, r)) != r)
67 if(fw->extent >= 0 && w > 0)
68 (void)SFSEEK(fw,(Sfoff_
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Dimport_gcry.py104 fw = codecs.open (outfile, "w", "utf-8") variable
105 fw.write ("/* This file was automatically imported with \n")
106 fw.write (" import_gcry.py. Please don't modify it */\n")
107 fw.write ("#include <grub/dl.h>\n")
109 fw.write ("#include <grub/misc.h>\n")
110 fw.write ("void camellia_setup128(const unsigned char *key, grub_uint32_t *subkey);\n")
111 fw.write ("void camellia_setup192(const unsigned char *key, grub_uint32_t *subkey);\n")
112 fw.write ("void camellia_setup256(const unsigned char *key, grub_uint32_t *subkey);\n")
113 fw.write ("void camellia_encrypt128(const grub_uint32_t *subkey, grub_uint32_t *io);\n")
114 fw
343 fw=codecs.open (outfile, "w", "utf-8") variable
350 fw=codecs.open (outfile, "w", "utf-8") variable
357 fw=codecs.open (outfile, "w", "utf-8") variable
364 fw=codecs.open (outfile, "w", "utf-8") variable
400 fw=codecs.open (outfile, "w", "utf-8") variable
[all...]
/osnet-11/usr/src/lib/efcode/engine/
H A Denv.c390 fmt_args(fcode_env_t *env, int cw, int fw, char format, long *arg, argument
398 if (fw > 0) { /* check for normal (not long) formats */
530 int l, cw, fw, bytes; local
542 fw = cfstr.fwidth;
567 if (fw > 0) { /* process normal (not long) formats */
568 bytes = pct - fmt + fw;
572 /* if here, fw must be a long format */
574 bytes = pct - fmt - fw;
578 bytes = pct - fmt - fw - 2;
587 if ((l - abs(fw)) !
[all...]

Completed in 21 milliseconds