path
stringlengths
14
112
content
stringlengths
0
6.32M
size
int64
0
6.32M
max_lines
int64
1
100k
repo_name
stringclasses
2 values
autogenerated
bool
1 class
cosmopolitan/third_party/musl/crypt_blowfish.c
/*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ │vi: set et ft=c ts=8 tw=8 fenc=utf-8 :vi│ ╚─────────────────────────────────────────────────â”...
32,690
847
jart/cosmopolitan
false
cosmopolitan/third_party/musl/glob.h
#ifndef COSMOPOLITAN_THIRD_PARTY_MUSL_GLOB_H_ #define COSMOPOLITAN_THIRD_PARTY_MUSL_GLOB_H_ #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ #define GLOB_ERR 0x01 #define GLOB_MARK 0x02 #define GLOB_NOSORT 0x04 #define GLOB_DOOFFS 0x08 /* reserves null slots at start of gl_pathv */ #define GLOB...
1,051
37
jart/cosmopolitan
false
cosmopolitan/third_party/musl/crypt.internal.h
#ifndef COSMOPOLITAN_THIRD_PARTY_MUSL_CRYPT_INTERNAL_H_ #define COSMOPOLITAN_THIRD_PARTY_MUSL_CRYPT_INTERNAL_H_ #include "third_party/musl/crypt.h" #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ _Hide char *__crypt_des(const char *, const char *, char *); _Hide char *__crypt_md5(const char *, const char *...
654
16
jart/cosmopolitan
false
cosmopolitan/third_party/musl/crypt_r.c
/*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ │vi: set et ft=c ts=8 tw=8 fenc=utf-8 :vi│ ╚─────────────────────────────────────────────────â”...
3,933
70
jart/cosmopolitan
false
cosmopolitan/third_party/musl/lockf.c
/*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ │vi: set et ft=c ts=8 tw=8 fenc=utf-8 :vi│ ╚─────────────────────────────────────────────────â”...
3,520
71
jart/cosmopolitan
false
cosmopolitan/third_party/musl/mntent.h
#ifndef COSMOPOLITAN_THIRD_PARTY_MUSL_MNTENT_H_ #define COSMOPOLITAN_THIRD_PARTY_MUSL_MNTENT_H_ #include "libc/stdio/stdio.h" #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ #define MOUNTED "/etc/mtab" #define MNTTYPE_IGNORE "ignore" #define MNTTYPE_NFS "nfs" #define MNTTYPE_SWAP "swap" #define MN...
1,017
38
jart/cosmopolitan
false
cosmopolitan/third_party/musl/fnmatch.c
/*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ │vi: set et ft=c ts=8 tw=8 fenc=utf-8 :vi│ ╚─────────────────────────────────────────────────â”...
11,464
369
jart/cosmopolitan
false
cosmopolitan/third_party/musl/passwd.h
#ifndef COSMOPOLITAN_LIBC_PASSWD_H_ #define COSMOPOLITAN_LIBC_PASSWD_H_ #include "libc/calls/weirdtypes.h" #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ struct FILE; struct passwd { char *pw_name; char *pw_passwd; uint32_t pw_uid; uint32_t pw_gid; char *pw_gecos; char *pw_dir; char *pw_she...
1,403
51
jart/cosmopolitan
false
cosmopolitan/third_party/musl/pwd.c
/*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ │vi: set et ft=c ts=8 tw=8 fenc=utf-8 :vi│ ╚─────────────────────────────────────────────────â”...
6,227
213
jart/cosmopolitan
false
cosmopolitan/third_party/musl/lockf.h
#ifndef COSMOPOLITAN_THIRD_PARTY_MUSL_LOCKF_H_ #define COSMOPOLITAN_THIRD_PARTY_MUSL_LOCKF_H_ #define F_ULOCK 0 #define F_LOCK 1 #define F_TLOCK 2 #define F_TEST 3 #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ int lockf(int, int, int64_t); COSMOPOLITAN_C_END_ #endif /* !(__ASSEMBLER__ + __LINKER__ +...
379
17
jart/cosmopolitan
false
cosmopolitan/third_party/musl/grp.c
/*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ │vi: set et ft=c ts=8 tw=8 fenc=utf-8 :vi│ ╚─────────────────────────────────────────────────â”...
7,957
249
jart/cosmopolitan
false
cosmopolitan/third_party/musl/tempnam.h
#ifndef COSMOPOLITAN_THIRD_PARTY_MUSL_TEMPNAM_H_ #define COSMOPOLITAN_THIRD_PARTY_MUSL_TEMPNAM_H_ #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ char *tempnam(const char *, const char *); COSMOPOLITAN_C_END_ #endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */ #endif /* COSMOPOLITAN_THIRD_PARTY_MUSL_TEMPNAM_H_...
324
11
jart/cosmopolitan
false
cosmopolitan/third_party/musl/crypt_sha512.c
/*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ │vi: set et ft=c ts=8 tw=8 fenc=utf-8 :vi│ ╚─────────────────────────────────────────────────â”...
12,533
396
jart/cosmopolitan
false
cosmopolitan/third_party/musl/rand48.h
#ifndef COSMOPOLITAN_THIRD_PARTY_MUSL_RAND48_H_ #define COSMOPOLITAN_THIRD_PARTY_MUSL_RAND48_H_ #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ double drand48(void); double erand48(unsigned short[3]); long int lrand48(void); long int nrand48(unsigned short[3]); long mrand48(void); long jrand48(unsigned sho...
545
19
jart/cosmopolitan
false
cosmopolitan/third_party/musl/crypt.c
/*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ │vi: set et ft=c ts=8 tw=8 fenc=utf-8 :vi│ ╚─────────────────────────────────────────────────â”...
3,609
62
jart/cosmopolitan
false
cosmopolitan/third_party/musl/encrypt.c
/*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ │vi: set et ft=c ts=8 tw=8 fenc=utf-8 :vi│ ╚─────────────────────────────────────────────────â”...
4,146
98
jart/cosmopolitan
false
cosmopolitan/third_party/musl/fnmatch.h
#ifndef COSMOPOLITAN_THIRD_PARTY_REGEX_FNMATCH_H_ #define COSMOPOLITAN_THIRD_PARTY_REGEX_FNMATCH_H_ #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ #define FNM_PATHNAME 0x1 #define FNM_NOESCAPE 0x2 #define FNM_PERIOD 0x4 #define FNM_LEADING_DIR 0x8 #define FNM_CASEFOLD 0x10 #define FNM_FILE_N...
557
21
jart/cosmopolitan
false
cosmopolitan/third_party/musl/crypt_des.c
/*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ │vi: set et ft=c ts=8 tw=8 fenc=utf-8 :vi│ ╚─────────────────────────────────────────────────â”...
36,918
1,052
jart/cosmopolitan
false
cosmopolitan/third_party/musl/crypt_sha256.c
/*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ │vi: set et ft=c ts=8 tw=8 fenc=utf-8 :vi│ ╚─────────────────────────────────────────────────â”...
10,877
359
jart/cosmopolitan
false
cosmopolitan/third_party/musl/mntent.c
/*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ │vi: set et ft=c ts=8 tw=8 fenc=utf-8 :vi│ ╚─────────────────────────────────────────────────â”...
4,654
119
jart/cosmopolitan
false
cosmopolitan/third_party/musl/musl.mk
#-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ #───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ PKGS += THIRD_PARTY_MUSL THIRD_PARTY_MUSL_SRCS = $(THIRD_PARTY_MUSL_A_SRCS) THIRD_PARTY_MUSL_HDRS = $(THIRD_PARTY_MUSL...
1,901
55
jart/cosmopolitan
false
cosmopolitan/third_party/musl/nftw.c
/*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ │vi: set et ft=c ts=8 tw=8 fenc=utf-8 :vi│ ╚─────────────────────────────────────────────────â”...
5,990
182
jart/cosmopolitan
false
cosmopolitan/third_party/musl/tempnam.c
/*-*- mode:c;indent-tabs-mode:t;c-basic-offset:8;tab-width:8;coding:utf-8 -*-│ │vi: set et ft=c ts=8 tw=8 fenc=utf-8 :vi│ ╚─────────────────────────────────────────────────â”...
4,036
90
jart/cosmopolitan
false
cosmopolitan/third_party/qemu/qemu.mk
#-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ #───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ o/third_party/qemu/qemu-aarch64: \ third_party/qemu/qemu-aarch64.gz @$(MKDIR) $(@D) @$(GZIP) $(ZFLAGS) -cd <$< >...
323
8
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/zipinfo.txt
ZIPINFO(1L) ZIPINFO(1L) NAME zipinfo - list detailed information about a ZIP archive SYNOPSIS zipinfo [-12smlvhMtTz] file[.zip] [file(s) ...] [-x xfile(s) ...] unzip -Z [-12smlvhMtTz] file[.zip] [file(s) ...] [-x xfile(s) ...] DESCRIPTION ...
23,938
437
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/crypt.h
// clang-format off /* Copyright (c) 1990-2007 Info-ZIP. All rights reserved. See the accompanying file LICENSE, version 2005-Feb-10 or later (the contents of which are also included in (un)zip.h) for terms of use. If, for some reason, all these files are missing, the Info-ZIP license also may be found at: ...
4,048
144
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/unzip.txt
UNZIP(1L) UNZIP(1L) NAME unzip - list, test and extract compressed files in a ZIP archive SYNOPSIS unzip [-Z] [-cflptTuvz[abjnoqsCDKLMUVWX$/:^]] file[.zip] [file(s) ...] [-x xfile(s) ...] [-d exdir] DESCRIPTION unzip will list, t...
55,697
956
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/apihelp.c
// clang-format off /* Copyright (c) 1990-2001 Info-ZIP. All rights reserved. See the accompanying file LICENSE, version 2000-Apr-09 or later (the contents of which are also included in unzip.h) for terms of use. If, for some reason, all these files are missing, the Info-ZIP license also may be found at: f...
5,468
157
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/LICENSE
This is version 2009-Jan-02 of the Info-ZIP license. The definitive version of this document should be available at ftp://ftp.info-zip.org/pub/infozip/license.html indefinitely and a copy at http://www.info-zip.org/pub/infozip/license.html. Copyright (c) 1990-2009 Info-ZIP. All rights reserved. For the purposes of ...
3,606
63
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/ttyio.h
// clang-format off /* Copyright (c) 1990-2004 Info-ZIP. All rights reserved. See the accompanying file LICENSE, version 2000-Apr-09 or later (the contents of which are also included in zip.h) for terms of use. If, for some reason, all these files are missing, the Info-ZIP license also may be found at: ftp...
5,311
226
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/fileio.c
// clang-format off /* Copyright (c) 1990-2010 Info-ZIP. All rights reserved. See the accompanying file LICENSE, version 2009-Jan-02 or later (the contents of which are also included in unzip.h) for terms of use. If, for some reason, all these files are missing, the Info-ZIP license also may be found at: f...
105,431
3,125
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/extract.c
// clang-format off /* Copyright (c) 1990-2010 Info-ZIP. All rights reserved. See the accompanying file LICENSE, version 2009-Jan-02 or later (the contents of which are also included in unzip.h) for terms of use. If, for some reason, all these files are missing, the Info-ZIP license also may be found at: f...
134,803
3,618
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/unreduce.c
// clang-format off /* Copyright (c) 1990-2002 Info-ZIP. All rights reserved. See the accompanying file LICENSE, version 2000-Apr-09 or later (the contents of which are also included in unzip.h) for terms of use. If, for some reason, all these files are missing, the Info-ZIP license also may be found at: f...
1,289
37
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/api.c
// clang-format off /* Copyright (c) 1990-2009 Info-ZIP. All rights reserved. See the accompanying file LICENSE, version 2009-Jan-02 or later (the contents of which are also included in unzip.h) for terms of use. If, for some reason, all these files are missing, the Info-ZIP license also may be found at: f...
19,041
707
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/zipinfo.c
// clang-format off /* Copyright (c) 1990-2010 Info-ZIP. All rights reserved. See the accompanying file LICENSE, version 2009-Jan-02 or later (the contents of which are also included in unzip.h) for terms of use. If, for some reason, all these files are missing, the Info-ZIP license also may be found at: f...
104,729
2,524
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/list.c
// clang-format off /* Copyright (c) 1990-2009 Info-ZIP. All rights reserved. See the accompanying file LICENSE, version 2009-Jan-02 or later (the contents of which are also included in unzip.h) for terms of use. If, for some reason, all these files are missing, the Info-ZIP license also may be found at: f...
27,368
730
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/explode.c
// clang-format off /* Copyright (c) 1990-2007 Info-ZIP. All rights reserved. See the accompanying file LICENSE, version 2007-Mar-04 or later (the contents of which are also included in unzip.h) for terms of use. If, for some reason, all these files are missing, the Info-ZIP license also may be found at: f...
24,128
620
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/README.cosmo
DESCRIPTION The UNIX unzip command, courtesy of the Info-ZIP project. PROVENANCE unzip610b.zip (circa 2010) https://sourceforge.net/projects/infozip/files/unreleased%20Betas/UnZip%20betas/ LICENSE BSD-like with Apache-like requirement that changes be documented. LOCAL CHANGES The only way this software...
794
28
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/globals.h
// clang-format off /* Copyright (c) 1990-2010 Info-ZIP. All rights reserved. See the accompanying file LICENSE, version 2009-Jan-02 or later (the contents of which are also included in unzip.h) for terms of use. If, for some reason, all these files are missing, the Info-ZIP license also may be found at: f...
18,117
469
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/unzvers.h
// clang-format off /* Copyright (c) 1990-2010 Info-ZIP. All rights reserved. See the accompanying file LICENSE, version 2009-Jan-02 or later (the contents of which are also included in unzip.h) for terms of use. If, for some reason, all these files are missing, the Info-ZIP license also may be found at: f...
3,165
97
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/ubz2err.c
// clang-format off /* Copyright (c) 1990-2008 Info-ZIP. All rights reserved. See the accompanying file LICENSE, version 2007-Mar-04 or later (the contents of which are also included in unzip.h) for terms of use. If, for some reason, all these files are missing, the Info-ZIP license also may be found at: f...
1,919
59
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/globals.c
// clang-format off /* Copyright (c) 1990-2007 Info-ZIP. All rights reserved. See the accompanying file LICENSE, version 2003-May-08 or later (the contents of which are also included in unzip.h) for terms of use. If, for some reason, all these files are missing, the Info-ZIP license also may be found at: f...
6,568
225
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/zip.h
// clang-format off /* Copyright (c) 1990-2005 Info-ZIP. All rights reserved. See the accompanying file LICENSE, version 2003-May-08 or later (the contents of which are also included in unzip.h) for terms of use. If, for some reason, all these files are missing, the Info-ZIP license also may be found at: f...
841
27
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/process.c
// clang-format off /* Copyright (c) 1990-2009 Info-ZIP. All rights reserved. See the accompanying file LICENSE, version 2009-Jan-02 or later (the contents of which are also included in unzip.h) for terms of use. If, for some reason, all these files are missing, the Info-ZIP license also may be found at: f...
111,088
3,180
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/unxcfg.h
// clang-format off /* Copyright (c) 1990-2010 Info-ZIP. All rights reserved. See the accompanying file LICENSE, version 2009-Jan-02 or later (the contents of which are also included in unzip.h) for terms of use. If, for some reason, all these files are missing, the Info-ZIP license also may be found at: f...
6,425
239
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/crypt.c
// clang-format off /* Copyright (c) 1990-2007 Info-ZIP. All rights reserved. See the accompanying file LICENSE, version 2005-Feb-10 or later (the contents of which are also included in (un)zip.h) for terms of use. If, for some reason, all these files are missing, the Info-ZIP license also may be found at: ...
22,321
655
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/inflate.c
// clang-format off /* Copyright (c) 1990-2010 Info-ZIP. All rights reserved. See the accompanying file LICENSE, version 2009-Jan-02 or later (the contents of which are also included in unzip.h) for terms of use. If, for some reason, all these files are missing, the Info-ZIP license also may be found at: f...
64,018
1,787
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/timezone.c
// clang-format off /* Copyright (c) 1990-2001 Info-ZIP. All rights reserved. See the accompanying file LICENSE, version 2000-Apr-09 or later (the contents of which are also included in zip.h) for terms of use. If, for some reason, all these files are missing, the Info-ZIP license also may be found at: ftp...
25,853
814
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/unzpriv.h
// clang-format off /* Copyright (c) 1990-2010 Info-ZIP. All rights reserved. See the accompanying file LICENSE, version 2009-Jan-02 or later (the contents of which are also included in unzip.h) for terms of use. If, for some reason, all these files are missing, the Info-ZIP license also may be found at: f...
101,805
2,859
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/ebcdic.h
// clang-format off /* Copyright (c) 1990-2008 Info-ZIP. All rights reserved. See the accompanying file LICENSE, version 2000-Apr-09 or later (the contents of which are also included in zip.h) for terms of use. If, for some reason, all these files are missing, the Info-ZIP license also may be found at: ftp...
15,660
299
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/unzip.c
// clang-format off /* Copyright (c) 1990-2010 Info-ZIP. All rights reserved. See the accompanying file LICENSE, version 2009-Jan-02 or later (the contents of which are also included in unzip.h) for terms of use. If, for some reason, all these files are missing, the Info-ZIP license also may be found at: f...
171,430
4,875
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/timezone.h
// clang-format off /* Copyright (c) 1990-2001 Info-ZIP. All rights reserved. See the accompanying file LICENSE, version 2000-Apr-09 or later (the contents of which are also included in zip.h) for terms of use. If, for some reason, all these files are missing, the Info-ZIP license also may be found at: ftp...
2,901
85
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/consts.h
// clang-format off /* Copyright (c) 1990-2001 Info-ZIP. All rights reserved. See the accompanying file LICENSE, version 2000-Apr-09 or later (the contents of which are also included in unzip.h) for terms of use. If, for some reason, all these files are missing, the Info-ZIP license also may be found at: f...
2,069
57
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/inflate.h
// clang-format off /* Copyright (c) 1990-2000 Info-ZIP. All rights reserved. See the accompanying file LICENSE, version 2000-Apr-09 or later (the contents of which are also included in unzip.h) for terms of use. If, for some reason, all these files are missing, the Info-ZIP license also may be found at: f...
1,787
41
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/unix.c
// clang-format off /* Copyright (c) 1990-2010 Info-ZIP. All rights reserved. See the accompanying file LICENSE, version 2009-Jan-02 or later (the contents of which are also included in unzip.h) for terms of use. If, for some reason, all these files are missing, the Info-ZIP license also may be found at: f...
67,728
2,049
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/match.c
// clang-format off /* Copyright (c) 1990-2010 Info-ZIP. All rights reserved. See the accompanying file LICENSE, version 2009-Jan-02 or later (the contents of which are also included in unzip.h) for terms of use. If, for some reason, all these files are missing, the Info-ZIP license also may be found at: f...
16,457
457
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/crc32.c
// clang-format off /* Copyright (c) 1990-2007 Info-ZIP. All rights reserved. See the accompanying file LICENSE, version 2005-Feb-10 or later (the contents of which are also included in zip.h) for terms of use. If, for some reason, all these files are missing, the Info-ZIP license also may be found at: ftp...
38,694
734
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/crc32.h
// clang-format off /* Copyright (c) 1990-2008 Info-ZIP. All rights reserved. See the accompanying file LICENSE, version 2000-Apr-09 or later (the contents of which are also included in zip.h) for terms of use. If, for some reason, all these files are missing, the Info-ZIP license also may be found at: ftp...
1,984
67
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/unshrink.c
// clang-format off /* Copyright (c) 1990-2008 Info-ZIP. All rights reserved. See the accompanying file LICENSE, version 2000-Apr-09 or later (the contents of which are also included in unzip.h) for terms of use. If, for some reason, all these files are missing, the Info-ZIP license also may be found at: f...
12,427
339
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/unzip.h
// clang-format off /*--------------------------------------------------------------------------- unzip.h (new) Copyright (c) 1990-2010 Info-ZIP. All rights reserved. This header file contains the public macros and typedefs required by both the UnZip sources and by any application using the UnZip API. If ...
25,826
716
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/unzip.mk
#-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ #───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ PKGS += THIRD_PARTY_UNZIP THIRD_PARTY_UNZIP_ARTIFACTS += THIRD_PARTY_UNZIP_A THIRD_PARTY_UNZIP = $(THIRD_PARTY_UNZIP_A...
2,836
80
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/envargs.c
// clang-format off /* Copyright (c) 1990-2005 Info-ZIP. All rights reserved. See the accompanying file LICENSE, version 2000-Apr-09 or later (the contents of which are also included in unzip.h) for terms of use. If, for some reason, all these files are missing, the Info-ZIP license also may be found at: f...
10,124
321
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/ttyio.c
// clang-format off /* Copyright (c) 1990-2008 Info-ZIP. All rights reserved. See the accompanying file LICENSE, version 2000-Apr-09 or later (the contents of which are also included in zip.h) for terms of use. If, for some reason, all these files are missing, the Info-ZIP license also may be found at: ftp...
20,810
696
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/unix/configure
: #!/bin/sh -x # The above ":" is necessary on some buggy systems. # configure: Test to determine values for system-dependent variables. # Output the flag definitions to the file "flags". # Parameters: $1 = $CC, $2 = $CFLAGS, $3 = $IZ_BZIP2, $4 = $IZ_ZLIB # # This file is typically called from Makefile rather than exe...
19,024
726
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/unix/Contents
Contents of the "unix" subdirectory for UnZip 6.0 and later: Contents this file Makefile makefile for UnZip for various architectures and OS's configure automatic build configuration script unix.c Unix-specific support routines unxcfg.h Unix-specific configuration settings zipgrep...
725
15
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/unix/macosx.h
/* macosx.h - UnZip 6 Copyright (c) 2008 Info-ZIP. All rights reserved. See the accompanying file LICENSE, version 2007-Mar-4 or later (the contents of which are also included in zip.h) for terms of use. If, for some reason, all these files are missing, the Info-ZIP license also may be found at: ftp://f...
1,375
50
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/unix/zipgrep
#!/bin/sh # # zipgrep: Use unzip and egrep to search the specified members of a # Zip archive for a string or pattern. Search all members if no members # are specified explicitly. The script attempts to handle egrep's "-h" # and "-l" options internally. # # This script assumes that the desired "unzip" and "egrep" ...
3,586
124
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/unix/Packaging/postinstall
#!/bin/sh # # Post installation script (simply inform installer about PATH etc) # echo " " echo " " echo "Installation is complete. Now, you should add the following" echo "(or equivalnet) commands to the appropriate initial user shell" echo "scripts (such as .profile, .login, etc) -- " echo " " echo " For korn or bou...
694
23
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/unix/Packaging/README
Solaris packaging ----------------- To generate a Solaris package for Info-ZIP UnZip utilities, first see the top level INSTALL and README files. Do a "make solaris", which will automatically build two Solaris installable package files for the package, IZunzip. IZunzip -- Solaris installable package in direct...
1,436
45
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/unix/Packaging/pkginfo.in
PKG=IZunzip NAME=Info-ZIP UnZip Utilities CATEGORY=application VENDOR=Info-ZIP EMAIL=Zip-Bugs@lists.wku.edu HOTLINE=Zip-Bugs@lists.wku.edu DESC=Copyrighted FREEWARE. See README, WHERE, and LICENSE docs in pkg's doc dir. CLASSES=none BASEDIR=/opt/Info-ZIP #BASEDIR=/usr/local VERSION=".VERSION." PSTAMP=".PSTAMP." ARCH="...
328
14
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/unix/Packaging/prototype
d none $BASEDIR 0755 root bin d none $BASEDIR/$PKG 0755 root bin d none $PKG/bin 0755 root bin f none $PKG/bin/unzip=unzip 0755 root bin f none $PKG/bin/funzip=funzip 0755 root bin f none $PKG/bin/unzipsfx=unzipsfx 0755 root bin f none $PKG/bin/zipgrep=unix/zipgrep 0755 root bin s none $PKG/bin/zipinfo=unzip d none $PK...
1,366
34
jart/cosmopolitan
false
cosmopolitan/third_party/unzip/unix/Packaging/preinstall.in
#!/bin/sh echo " " echo "REPORT ALL BUGS, PROBLEMS, AND ACCOLADES TO:" echo " " echo " Zip-Bugs@lists.wku.edu" echo " " echo "Checking architecture platform for .ARCH. ..." arch=`uname -p` if [ "arch_${arch}" != "arch_.ARCH." ]; then echo " " echo "This product MUST be installed on a Solaris .ARCH. platfo...
698
27
jart/cosmopolitan
false
cosmopolitan/dsp/dsp.mk
#-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ #───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ .PHONY: o/$(MODE)/dsp o/$(MODE)/dsp: o/$(MODE)/dsp/core \ o/$(MODE)/dsp/mpeg \ o/$(MODE)/dsp/scale \ o/$(MODE)/d...
327
9
jart/cosmopolitan
false
cosmopolitan/dsp/scale/magikarp.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
5,569
129
jart/cosmopolitan
false
cosmopolitan/dsp/scale/cdecimate2xuint8x8.h
#ifndef COSMOPOLITAN_DSP_SCALE_CDECIMATE2XUINT8X8_H_ #define COSMOPOLITAN_DSP_SCALE_CDECIMATE2XUINT8X8_H_ #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ void *cDecimate2xUint8x8(unsigned long n, unsigned char[n], const signed char[8]); COSMOPOLITAN_C_END_ #endif /* !(__ASSEMBLER_...
401
12
jart/cosmopolitan
false
cosmopolitan/dsp/scale/cdecimate2xuint8x8.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
4,572
99
jart/cosmopolitan
false
cosmopolitan/dsp/scale/gyarados.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
9,887
281
jart/cosmopolitan
false
cosmopolitan/dsp/scale/scale.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
2,305
40
jart/cosmopolitan
false
cosmopolitan/dsp/scale/scale.mk
#-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ #───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ PKGS += DSP_SCALE DSP_SCALE_ARTIFACTS += DSP_SCALE_A DSP_SCALE = $(DSP_SCALE_A_DEPS) $(DSP_SCALE_A) DSP_SCALE_A = o/$(...
1,975
67
jart/cosmopolitan
false
cosmopolitan/dsp/scale/scale.h
#ifndef COSMOPOLITAN_DSP_SCALE_SCALE_H_ #define COSMOPOLITAN_DSP_SCALE_SCALE_H_ #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ extern long gyarados_latency_; extern signed char g_magikarp[8]; extern signed char g_magkern[8]; extern const signed char kMagikarp[8][8]; extern const signed char kMagkern[8][8...
1,548
38
jart/cosmopolitan
false
cosmopolitan/dsp/bmp/bmp.mk
#-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ #───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ PKGS += DSP_BMP DSP_BMP_ARTIFACTS += DSP_BMP_A DSP_BMP = $(DSP_BMP_A_DEPS) $(DSP_BMP_A) DSP_BMP_A = o/$(MODE)/dsp/bmp/...
1,728
60
jart/cosmopolitan
false
cosmopolitan/dsp/tty/tty2rgbf24.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
1,985
24
jart/cosmopolitan
false
cosmopolitan/dsp/tty/setansipalette.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
1,999
25
jart/cosmopolitan
false
cosmopolitan/dsp/tty/setbgfg24.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
2,533
54
jart/cosmopolitan
false
cosmopolitan/dsp/tty/restore.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
2,105
29
jart/cosmopolitan
false
cosmopolitan/dsp/tty/kxtermpalette.c
#if 0 /*─────────────────────────────────────────────────────────────────╗ │ To the extent possible under law, Justine Tunney has waived │ │ all copyright and related or neighbo...
1,906
30
jart/cosmopolitan
false
cosmopolitan/dsp/tty/identclear.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
2,295
43
jart/cosmopolitan
false
cosmopolitan/dsp/tty/send.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
2,145
34
jart/cosmopolitan
false
cosmopolitan/dsp/tty/setbgfg256.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
2,454
48
jart/cosmopolitan
false
cosmopolitan/dsp/tty/setrawdeadline.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
2,269
34
jart/cosmopolitan
false
cosmopolitan/dsp/tty/altbuf.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
2,252
33
jart/cosmopolitan
false
cosmopolitan/dsp/tty/windex-avx2.S
/*-*- mode:unix-assembly; indent-tabs-mode:t; tab-width:8; coding:utf-8 -*-│ │vi: set et ft=asm ts=8 tw=8 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
2,917
71
jart/cosmopolitan
false
cosmopolitan/dsp/tty/describe.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
3,316
77
jart/cosmopolitan
false
cosmopolitan/dsp/tty/internal.h
#ifndef COSMOPOLITAN_DSP_TTY_INTERNAL_H_ #define COSMOPOLITAN_DSP_TTY_INTERNAL_H_ #include "dsp/tty/quant.h" #include "dsp/tty/ttyrgb.h" #include "third_party/intel/xmmintrin.internal.h" #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ struct TtyRgb rgb2tty24f_(ttyrgb_m128); struct TtyRgb rgb2ttyf2i_(ttyrgb...
1,262
35
jart/cosmopolitan
false
cosmopolitan/dsp/tty/savecursor.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
2,108
30
jart/cosmopolitan
false
cosmopolitan/dsp/tty/ttyhisto.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â...
2,768
53
jart/cosmopolitan
false
cosmopolitan/dsp/tty/tty.mk
#-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐ #───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘ PKGS += DSP_TTY DSP_TTY_ARTIFACTS += DSP_TTY_A DSP_TTY = $(DSP_TTY_A_DEPS) $(DSP_TTY_A) DSP_TTY_A = o/$(MODE)/dsp/tty/...
2,041
75
jart/cosmopolitan
false
cosmopolitan/dsp/tty/ktangopalette.c
#if 0 /*─────────────────────────────────────────────────────────────────╗ │ To the extent possible under law, Justine Tunney has waived │ │ all copyright and related or neighbo...
1,550
30
jart/cosmopolitan
false
cosmopolitan/dsp/tty/ttyrgb.h
#ifndef COSMOPOLITAN_DSP_TTY_RGB_H_ #define COSMOPOLITAN_DSP_TTY_RGB_H_ #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ struct TtyRgb { uint8_t r, g, b, xt; }; COSMOPOLITAN_C_END_ #endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */ #endif /* COSMOPOLITAN_DSP_TTY_RGB_H_ */
284
13
jart/cosmopolitan
false
cosmopolitan/dsp/tty/rgb2ttyi2f.c
/*-*- mode:c;indent-tabs-mode:nil;c-basic-offset:2;tab-width:8;coding:utf-8 -*-│ │vi: set net ft=c ts=2 sts=2 sw=2 fenc=utf-8 :vi│ ╞═════════════════════════════════════════════════â•...
2,026
26
jart/cosmopolitan
false