HomeSort by: relevance | last modified time | path
    Searched defs:out (Results 1 - 25 of 1266) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/games/trek/
out.c 1 /* $NetBSD: out.c,v 1.8 2009/05/24 19:18:44 dholland Exp $ */
28 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
35 static char sccsid[] = "@(#)out.c 8.1 (Berkeley) 5/31/93";
37 __RCSID("$NetBSD: out.c,v 1.8 2009/05/24 19:18:44 dholland Exp $");
46 ** Announce Device Out
50 out(int dev) function
  /src/lib/libc/compat/arch/vax/sys/
compat_sigprocmask13.S 26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
52 beql out
54 out: label
  /src/external/bsd/unbound/dist/winrc/
unbound-service-install.c 32 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
52 FILE* out = stdout; local
53 /* out = fopen("unbound-service-install.log", "w");*/
55 wsvc_rc_start(out);
59 if(out) fprintf(out, "Usage: %s [start]\n", argv[0]);
63 wsvc_install(out, "unbound-service-install.exe");
unbound-service-remove.c 32 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
52 FILE* out = stdout; local
53 /* out = fopen("unbound-service-remove.log", "w");*/
55 wsvc_rc_stop(out);
59 if(out) fprintf(out, "Usage: %s [stop]\n", argv[0]);
  /src/lib/libc/arch/i386/sys/
sbrk.S 31 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
63 jz out
73 out: label
81 jz out
87 out: label
  /src/lib/libc/arch/x86_64/sys/
sbrk.S 31 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
60 jz out
67 out: label
74 jz out
81 out: label
  /src/lib/libc/compat/arch/i386/sys/
compat_sigprocmask.S 31 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
60 jz out
62 out: label
  /src/lib/libc/compat/arch/m68k/sys/
compat_sigprocmask.S 32 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
63 jeq out
66 out: label
  /src/lib/libc/compat/arch/mips/sys/
compat_sigprocmask.S 31 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
59 beq a2, zero, out # test if old mask requested
61 out: label
  /src/lib/libc/compat/arch/x86_64/sys/
compat_sigprocmask.S 31 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
56 jz out
58 out: label
  /src/sys/arch/i386/stand/lib/
biosmemps2.S 28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
56 jc out /* 0xc0 not supported if carry set */
65 jmp out
83 out: label
  /src/external/bsd/libfido2/dist/openbsd-compat/
endian_win32.c 23 uint32_t out = 0; local
24 uint8_t *b = (uint8_t *)&out;
31 return (out);
37 uint64_t out = 0; local
38 uint8_t *b = (uint8_t *)&out;
49 return (out);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.tui/
flush-after-run.c 40 FILE *out = fopen (filename, "w"); local
41 if (out == NULL)
44 fprintf (out, "Hello World\n");
46 if (fclose (out) != 0)
  /src/external/mit/libuv/dist/src/unix/
atomic-ops.h 12 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
33 int out; local
35 : "=a" (out), "+m" (*(volatile int*) ptr)
38 return out;
  /src/crypto/external/apache2/openssl/dist/demos/cms/
cms_uncomp.c 17 BIO *in = NULL, *out = NULL; local
37 out = BIO_new_file("smuncomp.txt", "w");
38 if (!out)
42 if (!CMS_uncompress(cms, out, NULL, 0))
54 BIO_free(out);
  /src/crypto/external/bsd/openssl/dist/demos/cms/
cms_uncomp.c 17 BIO *in = NULL, *out = NULL; local
37 out = BIO_new_file("smuncomp.txt", "w");
38 if (!out)
42 if (!CMS_uncompress(cms, out, NULL, 0))
56 BIO_free(out);
  /src/crypto/external/bsd/openssl.old/dist/demos/cms/
cms_uncomp.c 17 BIO *in = NULL, *out = NULL; local
37 out = BIO_new_file("smuncomp.txt", "w");
38 if (!out)
42 if (!CMS_uncompress(cms, out, NULL, 0))
56 BIO_free(out);
  /src/external/apache2/llvm/dist/llvm/utils/
merge-stats.py 32 out = json.dumps(result, indent=2) variable
33 print(out)
  /src/external/bsd/flex/dist/src/
tables.h 50 FILE *out;
63 * gentables - true if we should spit out the normal C tables
49 FILE *out; member in struct:yytbl_writer
  /src/external/gpl3/gdb/dist/gdb/unittests/
ui-file-selftests.c 30 string_file out; local
31 out.putstr (str, quoter);
32 SELF_CHECK (out.string () == result);
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
ui-file-selftests.c 29 string_file out; local
30 out.putstr (str, quoter);
31 SELF_CHECK (out.string () == result);
  /src/external/lgpl3/mpc/dist/tests/
clear_parameters.c 70 int in, out; local
74 for (out = 0; out < params->nbout; out++)
76 clear_param (&(params->P[out]), params->T[out]);
77 clear_param (&(params->P[total + out]), params->T[out]);
init_parameters.c 71 int in, out; local
74 for (out = 0; out < params->nbout; out++)
76 init_param (&(params->P[out]), params->T[out]);
77 init_param (&(params->P[total + out]), params->T[total + out]);
  /src/tests/crypto/libcrypto/conf/
Makefile 12 FILES+= d_conf-1x.out
13 FILESNAME_d_conf-1x.out= d_conf.out
15 FILES+= d_conf-3x.out
16 FILESNAME_d_conf_ssleay.out= ssleay.out
17 FILESNAME_d_conf-3x.out= d_conf.out
  /src/sys/external/isc/libsodium/dist/test/default/
core4.c 16 static unsigned char out[64]; variable
23 crypto_core_salsa20(out, in, k, c);
30 printf("%3u", (unsigned int) out[i]);

Completed in 41 milliseconds

1 2 3 4 5 6 7 8 91011>>