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/quickjs/tests/test_language.js
function assert(actual, expected, message) { if (arguments.length == 1) expected = true; if (actual === expected) return; if (actual !== null && expected !== null && typeof actual == 'object' && typeof expected == 'object' && actual.toString() === expected.toString()) ret...
11,133
548
jart/cosmopolitan
false
cosmopolitan/third_party/quickjs/tests/bjson.c
/* * QuickJS: binary JSON module (test only) * * Copyright (c) 2017-2019 Fabrice Bellard * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limit...
3,139
97
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/readtags.h
// clang-format off /* * $Id: readtags.h 443 2006-05-30 04:37:13Z darren $ * * Copyright (c) 1996-2003, Darren Hiebert * * This source code is released for the public domain. * * This file defines the public interface for looking up tag entries in tag * files. * * The functions defined in this interface are...
8,365
254
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/lregex.c
// clang-format off /* * $Id: lregex.c 747 2009-11-06 02:33:37Z dhiebert $ * * Copyright (c) 2000-2003, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions for applying regular expression matching. * * ...
16,853
714
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/entry.h
// clang-format off /* * $Id: entry.h 443 2006-05-30 04:37:13Z darren $ * * Copyright (c) 1998-2002, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * External interface to entry.c */ #ifndef _ENTRY_H #define _ENTRY_H /* * INCLUDE...
3,212
112
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/vstring.c
// clang-format off /* * $Id: vstring.c 558 2007-06-15 19:17:02Z elliotth $ * * Copyright (c) 1998-2002, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions supporting resizeable strings. */ /* * INCLU...
4,958
240
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/strlist.c
// clang-format off /* * $Id: strlist.c 443 2006-05-30 04:37:13Z darren $ * * Copyright (c) 1999-2002, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions managing resizable string lists. */ /* * INCLU...
6,923
284
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/fortran.c
// clang-format off /* * $Id: fortran.c 660 2008-04-20 23:30:12Z elliotth $ * * Copyright (c) 1998-2003, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions for generating tags for Fortran language * fi...
54,549
2,205
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/jscript.c
// clang-format off /* * $Id: jscript.c 763 2010-07-28 14:22:42Z dfishburn $ * * Copyright (c) 2003, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions for generating tags for JavaScript language * ...
38,845
1,692
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/verilog.c
// clang-format off /* * $Id: verilog.c 753 2010-02-27 17:53:32Z elliotth $ * * Copyright (c) 2003, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions for generating tags for the Verilog HDL * (Hard...
7,102
344
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/entry.c
// clang-format off /* * $Id: entry.c 766 2010-09-11 18:59:45Z dhiebert $ * * Copyright (c) 1996-2002, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions for creating tag entries. */ /* * INCLUDE FILE...
22,461
880
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/routines.h
// clang-format off /* * $Id: routines.h 536 2007-06-02 06:09:00Z elliotth $ * * Copyright (c) 2002, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * External interface to routines.c */ #ifndef _ROUTINES_H #define _ROUTINES_H /* * ...
4,080
138
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/beta.c
// clang-format off /* * $Id: beta.c 536 2007-06-02 06:09:00Z elliotth $ * * Copyright (c) 1999-2000, Mjolner Informatics * * Written by Erik Corry <corry@mjolner.dk> * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains function...
8,980
324
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/ctags.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_CTAGS THIRD_PARTY_CTAGS_ARTIFACTS += THIRD_PARTY_CTAGS_A THIRD_PARTY_CTAGS = $(THIRD_PARTY_CTAGS_D...
2,022
62
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/html.c
// clang-format off /* * $Id: html.c 443 2006-05-30 04:37:13Z darren $ * * Copyright (c) 2003, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions for generating tags for HTML language * files. */ /* *...
1,233
51
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/read.h
// clang-format off /* * $Id: read.h 769 2010-09-11 21:00:16Z dhiebert $ * * Copyright (c) 1998-2002, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * External interface to read.c */ #ifndef _READ_H #define _READ_H #if defined(FILE...
3,819
124
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/cobol.c
// clang-format off /* * $Id: cobol.c 443 2006-05-30 04:37:13Z darren $ * * Copyright (c) 2000-2003, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions for generating tags for COBOL language * files. *...
1,599
52
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/keyword.h
// clang-format off /* * $Id: keyword.h 658 2008-04-20 23:21:35Z elliotth $ * * Copyright (c) 1998-2002, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * External interface to keyword.c */ #ifndef _KEYWORD_H #define _KEYWORD_H /* *...
856
36
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/matlab.c
// clang-format off /* * $Id$ * * Copyright (c) 2008, David Fishburn * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions for generating tags for MATLAB language files. */ /* * INCLUDE FILES */ #include "third_party/c...
1,258
47
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/README.cosmo
// clang-format off ORIGIN Debian 11 Package: exuberant-ctags Version: 1:5.9~svn20110310-14 LICENSE GNU GPL v2 LOCAL CHANGES - Rename __unused__ to __unused - Use [[:alnum:]] rather than invalid strings - Remove support for VAX, VMS, OS2, QDOS, Amiga, etc.
276
17
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/main.c
/* * $Id: main.c 536 2007-06-02 06:09:00Z elliotth $ * * Copyright (c) 1996-2003, Darren Hiebert * * Author: Darren Hiebert <dhiebert@users.sourceforge.net> * http://ctags.sourceforge.net * * This source code is released for free distribution under the terms of the * GNU General Public Lice...
9,390
381
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/basic.c
// clang-format off /* * $Id:$ * * Copyright (c) 2000-2006, Darren Hiebert, Elias Pschernig * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions for generating tags for BlitzBasic * (BlitzMax), PureBasic and F...
4,581
206
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/sml.c
// clang-format off /* * $Id: sml.c 536 2007-06-02 06:09:00Z elliotth $ * * Copyright (c) 2002, Venkatesh Prasad Ranganath and Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions for generating tags for S...
4,968
215
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/asp.c
// clang-format off /* * $Id: asp.c 711 2009-07-04 16:52:11Z dhiebert $ * * Copyright (c) 2000, Patrick Dehne <patrick@steidle.net> * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions for generating tags for the ASP (Ac...
7,350
331
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/sql.c
// clang-format off /* * $Id: sql.c 761 2010-06-04 12:40:28Z dfishburn $ * * Copyright (c) 2002-2003, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions for generating tags for PL/SQL language * files. *...
57,565
2,380
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/sort.c
// clang-format off /* * $Id: sort.c 747 2009-11-06 02:33:37Z dhiebert $ * * Copyright (c) 1996-2002, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions to sort the tag entries. */ /* * INCLUDE FILES ...
6,318
256
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/sh.c
// clang-format off /* * $Id: sh.c 443 2006-05-30 04:37:13Z darren $ * * Copyright (c) 2000-2002, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions for generating tags for scripts for the * Bourne she...
2,627
118
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/debug.c
// clang-format off /* * $Id: debug.c 558 2007-06-15 19:17:02Z elliotth $ * * Copyright (c) 1996-2002, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains debugging functions. */ /* * INCLUDE FILES */ #include "...
2,843
115
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/debug.h
// clang-format off /* * $Id: debug.h 558 2007-06-15 19:17:02Z elliotth $ * * Copyright (c) 1998-2002, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * External interface to debug.c */ #ifndef _DEBUG_H #define _DEBUG_H /* * Inclu...
1,813
72
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/lua.c
// clang-format off /* * $Id: lua.c 443 2006-05-30 04:37:13Z darren $ * * Copyright (c) 2000-2001, Max Ischenko <mfi@ukr.net>. * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions for generating tags for Lua language. */...
2,786
136
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/parse.h
// clang-format off /* * $Id: parse.h 443 2006-05-30 04:37:13Z darren $ * * Copyright (c) 1998-2003, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * Private definitions for parsing support. */ #ifndef _PARSE_H #define _PARSE_H /* ...
5,178
131
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/options.h
// clang-format off /* * $Id: options.h 443 2006-05-30 04:37:13Z darren $ * * Copyright (c) 1998-2003, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * Defines external interface to option processing. */ #ifndef _OPTIONS_H #define _...
5,102
156
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/go.c
// clang-format off /* * INCLUDE FILES */ #include "third_party/ctags/general.h" /* must always come first */ #include "libc/runtime/runtime.h" #include "third_party/ctags/debug.h" #include "third_party/ctags/entry.h" #include "third_party/ctags/keyword.h" #include "third_party/ctags/read.h" #include "third_p...
14,323
672
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/general.h
// clang-format off /* * $Id: general.h 508 2007-05-03 03:20:59Z dhiebert $ * * Copyright (c) 1998-2003, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * Provides the general (non-ctags-specific) environment assumed by all. */ #ifnd...
1,323
60
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/dosbatch.c
// clang-format off /* * $Id$ * * Copyright (c) 2009, David Fishburn * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions for generating tags for DOS Batch language files. */ /* * INCLUDE FILES */ #include "third_part...
1,050
45
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/pascal.c
// clang-format off /* * $Id: pascal.c 536 2007-06-02 06:09:00Z elliotth $ * * Copyright (c) 2001-2002, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions for generating tags for the Pascal language, * ...
6,371
270
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/args.h
// clang-format off /* * $Id: args.h 443 2006-05-30 04:37:13Z darren $ * * Copyright (c) 1999-2002, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * Defines external interface to command line argument reading. */ #ifndef _ARGS_H #de...
1,742
72
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/erlang.c
// clang-format off /* * $Id: erlang.c 443 2006-05-30 04:37:13Z darren $ * * Copyright (c) 2003, Brent Fulgham <bfulgham@debian.org> * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions for generating tags for Erlang lan...
4,860
192
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/read.c
// clang-format off /* * $Id: read.c 769 2010-09-11 21:00:16Z dhiebert $ * * Copyright (c) 1996-2002, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains low level source and tag file read functions (newline * co...
13,090
566
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/tex.c
// clang-format off /* * $Id: tex.c 666 2008-05-15 17:47:31Z dfishburn $ * * Copyright (c) 2008, David Fishburn * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions for generating tags for TeX language files. * * T...
11,939
524
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/awk.c
// clang-format off /* * $Id: awk.c 443 2006-05-30 04:37:13Z darren $ * * Copyright (c) 2000-2002, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions for generating tags for AWK functions. */ /* * INC...
1,747
84
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/parse.c
// clang-format off /* * $Id: parse.c 597 2007-07-31 05:35:30Z dhiebert $ * * Copyright (c) 1996-2003, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions for managing source languages and * dispatching...
17,393
673
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/main.h
// clang-format off /* * $Id: main.h 443 2006-05-30 04:37:13Z darren $ * * Copyright (c) 1998-2002, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * External interface to main.c */ #ifndef _MAIN_H #define _MAIN_H /* * INCLUDE FIL...
970
41
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/scheme.c
// clang-format off /* * $Id: scheme.c 443 2006-05-30 04:37:13Z darren $ * * Copyright (c) 2000-2002, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions for generating tags for Scheme language * files....
2,685
114
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/parsers.h
// clang-format off /* * $Id: parsers.h 771 2010-11-30 13:15:12Z vberthoux $ * * Copyright (c) 2000-2003, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * External interface to all language parsing modules. * * To add a new langua...
1,283
67
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/ant.c
// clang-format off /* * $Id$ * * Copyright (c) 2008, David Fishburn * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions for generating tags for Ant language files. */ /* * INCLUDE FILES */ #include "third_party/ctag...
1,064
45
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/args.c
/* * $Id: args.c 536 2007-06-02 06:09:00Z elliotth $ * * Copyright (c) 1999-2002, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions for reading command line arguments. */ #include "third_party/...
5,880
269
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/vim.c
// clang-format off /* * $Id: vim.c 762 2010-07-28 11:38:19Z dfishburn $ * * Copyright (c) 2000-2003, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * Thanks are due to Jay Glanville for significant improvements. * * This module contains func...
16,477
659
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/options.c
// clang-format off /* * $Id: options.c 576 2007-06-30 04:16:23Z elliotth $ * * Copyright (c) 1996-2003, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions to process command line options. */ /* * INC...
48,294
1,848
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/sort.h
// clang-format off /* * $Id: sort.h 443 2006-05-30 04:37:13Z darren $ * * Copyright (c) 1998-2002, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * External interface to sort.c */ #ifndef _SORT_H #define _SORT_H /* * INCLUDE FIL...
678
34
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/strlist.h
// clang-format off /* * $Id: strlist.h 443 2006-05-30 04:37:13Z darren $ * * Copyright (c) 1999-2002, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * Defines external interface to resizable string lists. */ #ifndef _STRLIST_H #def...
2,090
56
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/eiffel.c
// clang-format off /* * $Id: eiffel.c 748 2009-11-06 02:44:42Z dhiebert $ * * Copyright (c) 1998-2002, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions for generating tags for Eiffel language * file...
31,398
1,374
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/python.c
// clang-format off /* * $Id: python.c 752 2010-02-27 17:52:46Z elliotth $ * * Copyright (c) 2000-2003, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions for generating tags for Python language * file...
17,883
777
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/flex.c
// clang-format off /* * $Id: flex.c 666 2008-05-15 17:47:31Z dfishburn $ * * Copyright (c) 2008, David Fishburn * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions for generating tags for Adobe languages. * There ...
55,742
2,432
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/keyword.c
// clang-format off /* * $Id: keyword.c 715 2009-07-06 03:31:00Z dhiebert $ * * Copyright (c) 1998-2002, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * Manages a keyword hash. */ /* * INCLUDE FILES */ #include "third_party/ctag...
5,491
261
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/perl.c
// clang-format off /* * $Id: perl.c 601 2007-08-02 04:45:16Z perlguy0 $ * * Copyright (c) 2000-2003, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions for generating tags for PERL language * files. *...
9,008
385
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/php.c
// clang-format off /* * $Id: php.c 734 2009-08-20 23:33:54Z jafl $ * * Copyright (c) 2000, Jesus Castagnetto <jmcastagnetto@zkey.com> * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions for generating tags for the PHP ...
5,804
227
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/make.c
// clang-format off /* * $Id: make.c 751 2010-02-27 17:41:57Z elliotth $ * * Copyright (c) 2000-2005, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions for generating tags for makefiles. */ /* * INCL...
4,282
220
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/yacc.c
// clang-format off /* * $Id: yacc.c 443 2006-05-30 04:37:13Z darren $ * * Copyright (c) 2001-2002, Nick Hibma <n_hibma@van-laarhoven.org> * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions for generating tags for YACC...
1,005
43
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/objc.c
// clang-format off /* * Copyright (c) 2010, Vincent Berthoux * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions for generating tags for Objective C * language files. */ /* * INCLUDE FILES */ #include "third_party/c...
22,008
1,150
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/c.c
// clang-format off /* * $Id: c.c 689 2008-12-13 21:17:36Z elliotth $ * * Copyright (c) 1996-2003, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions for parsing and scanning C, C++ and Java * source f...
81,132
2,935
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/COPYING
// clang-format off GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changin...
18,027
342
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/ctags.h
// clang-format off /* * $Id: ctags.h 702 2009-03-14 03:52:21Z dhiebert $ * * Copyright (c) 1996-2002, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * Program definitions */ #ifndef _CTAGS_H #define _CTAGS_H /* * MACROS */ #ifnd...
705
30
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/tcl.c
// clang-format off /* * $Id: tcl.c 443 2006-05-30 04:37:13Z darren $ * * Copyright (c) 2000-2003, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions for generating tags for TCL scripts. */ /* * INCLU...
2,633
119
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/config.h
// clang-format off /* config.h. Generated from config.h.in by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ /* Define this label if your system uses case-insensitive file names */ /* #undef CASE_INSENSITIVE_FILENAMES */ /* Define this label if you wish to check the regcomp() functio...
8,897
280
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/vstring.h
// clang-format off /* * $Id: vstring.h 719 2009-07-07 03:46:59Z dhiebert $ * * Copyright (c) 1998-2002, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * Provides the external interface for resizeable strings. */ #ifndef _VSTRING_H ...
3,413
102
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/vhdl.c
// clang-format off /* * $Id: vhdl.c 652 2008-04-18 03:51:47Z elliotth $ * * Copyright (c) 2008, Nicolas Vincent * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions for generating tags for VHDL files. */ /* * INCLU...
18,332
838
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/lisp.c
// clang-format off /* * $Id: lisp.c 717 2009-07-07 03:40:50Z dhiebert $ * * Copyright (c) 2000-2002, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions for generating tags for LISP files. */ /* * INC...
2,926
141
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/get.c
// clang-format off /* * $Id: get.c 559 2007-06-17 03:30:09Z elliotth $ * * Copyright (c) 1996-2002, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains the high level source read functions (preprocessor * direct...
16,162
672
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/routines.c
/* * $Id: routines.c 536 2007-06-02 06:09:00Z elliotth $ * * Copyright (c) 2002-2003, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains a lose assortment of shared functions. */ #include "third_party/cta...
12,123
534
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/slang.c
// clang-format off /* * $Id: slang.c 443 2006-05-30 04:37:13Z darren $ * * Copyright (c) 2000-2001, Francesc Rocher * * Author: Francesc Rocher <f.rocher@computer.org>. * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module cont...
1,110
43
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/ocaml.c
// clang-format off /* * Copyright (c) 2009, Vincent Berthoux * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions for generating tags for Objective Caml * language files. */ /* * INCLUDE FILES */ #include "third_party...
39,855
1,895
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/asm.c
// clang-format off /* * $Id: asm.c 536 2007-06-02 06:09:00Z elliotth $ * * Copyright (c) 2000-2003, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions for generating tags for assembly language * files...
8,317
390
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/rexx.c
// clang-format off /* * $Id: rexx.c 443 2006-05-30 04:37:13Z darren $ * * Copyright (c) 2001-2003, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * This module contains functions for generating tags for the REXX language * (http:...
1,040
41
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/get.h
// clang-format off /* * $Id: get.h 525 2007-05-28 01:50:41Z elliotth $ * * Copyright (c) 1998-2002, Darren Hiebert * * This source code is released for free distribution under the terms of the * GNU General Public License. * * External interface to get.c */ #ifndef _GET_H #define _GET_H /* * INCLUDE FILES...
1,319
52
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/ruby.c
// clang-format off /* * $Id: ruby.c 571 2007-06-24 23:32:14Z elliotth $ * * Copyright (c) 2000-2001, Thaddeus Covert <sahuagin@mediaone.net> * Copyright (c) 2002 Matthias Veit <matthias_veit@yahoo.de> * Copyright (c) 2004 Elliott Hughes <enh@acm.org> * * This source code is released for free distribution und...
9,463
411
jart/cosmopolitan
false
cosmopolitan/third_party/ctags/readtags.c
/* * $Id: readtags.c 592 2007-07-31 03:30:41Z dhiebert $ * * Copyright (c) 1996-2003, Darren Hiebert * * This source code is released into the public domain. * * This module contains functions for reading tag files. */ #include "libc/calls/calls.h" #include "libc/calls/weirdtypes.h" #include "libc/errno...
22,080
957
jart/cosmopolitan
false
cosmopolitan/third_party/hiredis/sds.h
// clang-format off /* SDSLib 2.0 -- A C dynamic strings library * * Copyright (c) 2006-2015, Salvatore Sanfilippo <antirez at gmail dot com> * Copyright (c) 2015, Oran Agra * Copyright (c) 2015, Redis Labs, Inc * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modi...
9,406
284
jart/cosmopolitan
false
cosmopolitan/third_party/hiredis/async.h
// clang-format off /* * Copyright (c) 2009-2011, Salvatore Sanfilippo <antirez at gmail dot com> * Copyright (c) 2010-2011, Pieter Noordhuis <pcnoordhuis at gmail dot com> * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that ...
6,328
154
jart/cosmopolitan
false
cosmopolitan/third_party/hiredis/read.h
// clang-format off /* * Copyright (c) 2009-2011, Salvatore Sanfilippo <antirez at gmail dot com> * Copyright (c) 2010-2011, Pieter Noordhuis <pcnoordhuis at gmail dot com> * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that ...
5,165
138
jart/cosmopolitan
false
cosmopolitan/third_party/hiredis/net.h
// clang-format off /* Extracted from anet.c to work properly with Hiredis error reporting. * * Copyright (c) 2009-2011, Salvatore Sanfilippo <antirez at gmail dot com> * Copyright (c) 2010-2014, Pieter Noordhuis <pcnoordhuis at gmail dot com> * Copyright (c) 2015, Matt Stancliff <matt at genges dot com>, * ...
2,802
58
jart/cosmopolitan
false
cosmopolitan/third_party/hiredis/net.c
// clang-format off /* Extracted from anet.c to work properly with Hiredis error reporting. * * Copyright (c) 2009-2011, Salvatore Sanfilippo <antirez at gmail dot com> * Copyright (c) 2010-2014, Pieter Noordhuis <pcnoordhuis at gmail dot com> * Copyright (c) 2015, Matt Stancliff <matt at genges dot com>, * ...
22,237
706
jart/cosmopolitan
false
cosmopolitan/third_party/hiredis/async.c
// clang-format off /* * Copyright (c) 2009-2011, Salvatore Sanfilippo <antirez at gmail dot com> * Copyright (c) 2010-2011, Pieter Noordhuis <pcnoordhuis at gmail dot com> * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that ...
34,576
1,050
jart/cosmopolitan
false
cosmopolitan/third_party/hiredis/async_private.inc
// clang-format off /* * Copyright (c) 2009-2011, Salvatore Sanfilippo <antirez at gmail dot com> * Copyright (c) 2010-2011, Pieter Noordhuis <pcnoordhuis at gmail dot com> * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that ...
3,387
77
jart/cosmopolitan
false
cosmopolitan/third_party/hiredis/dict.h
// clang-format off /* Hash table implementation. * * This file implements in memory hash tables with insert/del/replace/find/ * get-random-element operations. Hash tables will auto resize if needed * tables of power of two in size are used, collisions are handled by * chaining. See the source code for more inform...
4,670
127
jart/cosmopolitan
false
cosmopolitan/third_party/hiredis/alloc.c
// clang-format off /* * Copyright (c) 2020, Michael Grunder <michael dot grunder at gmail dot com> * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * * Redistributions of source code...
3,459
107
jart/cosmopolitan
false
cosmopolitan/third_party/hiredis/sdsalloc.h
// clang-format off /* SDSLib 2.0 -- A C dynamic strings library * * Copyright (c) 2006-2015, Salvatore Sanfilippo <antirez at gmail dot com> * Copyright (c) 2015, Oran Agra * Copyright (c) 2015, Redis Labs, Inc * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modi...
2,161
46
jart/cosmopolitan
false
cosmopolitan/third_party/hiredis/read.c
// clang-format off /* * Copyright (c) 2009-2011, Salvatore Sanfilippo <antirez at gmail dot com> * Copyright (c) 2010-2011, Pieter Noordhuis <pcnoordhuis at gmail dot com> * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that ...
24,636
822
jart/cosmopolitan
false
cosmopolitan/third_party/hiredis/alloc.h
// clang-format off /* * Copyright (c) 2020, Michael Grunder <michael dot grunder at gmail dot com> * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * * Redistributions of source code...
3,189
100
jart/cosmopolitan
false
cosmopolitan/third_party/hiredis/README.md
[![Build Status](https://github.com/redis/hiredis/actions/workflows/build.yml/badge.svg)](https://github.com/redis/hiredis/actions/workflows/build.yml) **This Readme reflects the latest changed in the master branch. See [v1.0.0](https://github.com/redis/hiredis/tree/v1.0.0) for the Readme and documentation for the la...
34,246
791
jart/cosmopolitan
false
cosmopolitan/third_party/hiredis/dict.c
// clang-format off /* Hash table implementation. * * This file implements in memory hash tables with insert/del/replace/find/ * get-random-element operations. Hash tables will auto resize if needed * tables of power of two in size are used, collisions are handled by * chaining. See the source code for more inform...
11,355
364
jart/cosmopolitan
false
cosmopolitan/third_party/hiredis/hiredis.c
// clang-format off /* * Copyright (c) 2009-2011, Salvatore Sanfilippo <antirez at gmail dot com> * Copyright (c) 2010-2014, Pieter Noordhuis <pcnoordhuis at gmail dot com> * Copyright (c) 2015, Matt Stancliff <matt at genges dot com>, * Jan-Erik Rediger <janerik at fnordig dot com> * * All ri...
37,389
1,227
jart/cosmopolitan
false
cosmopolitan/third_party/hiredis/COPYING
Copyright (c) 2009-2011, Salvatore Sanfilippo <antirez at gmail dot com> Copyright (c) 2010-2011, Pieter Noordhuis <pcnoordhuis at gmail dot com> All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redis...
1,588
30
jart/cosmopolitan
false
cosmopolitan/third_party/hiredis/hiredis.h
// clang-format off /* * Copyright (c) 2009-2011, Salvatore Sanfilippo <antirez at gmail dot com> * Copyright (c) 2010-2014, Pieter Noordhuis <pcnoordhuis at gmail dot com> * Copyright (c) 2015, Matt Stancliff <matt at genges dot com>, * Jan-Erik Rediger <janerik at fnordig dot com> * * All ri...
14,158
371
jart/cosmopolitan
false
cosmopolitan/third_party/hiredis/sds.c
// clang-format off /* SDSLib 2.0 -- A C dynamic strings library * * Copyright (c) 2006-2015, Salvatore Sanfilippo <antirez at gmail dot com> * Copyright (c) 2015, Oran Agra * Copyright (c) 2015, Redis Labs, Inc * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modi...
41,739
1,328
jart/cosmopolitan
false
cosmopolitan/third_party/hiredis/hiredis.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_HIREDIS THIRD_PARTY_HIREDIS_ARTIFACTS += THIRD_PARTY_HIREDIS_A THIRD_PARTY_HIREDIS = $(THIRD_PARTY...
2,267
61
jart/cosmopolitan
false
cosmopolitan/third_party/mbedtls/pkcs5.h
#ifndef MBEDTLS_PKCS5_H #define MBEDTLS_PKCS5_H #include "third_party/mbedtls/asn1.h" #include "third_party/mbedtls/config.h" #include "third_party/mbedtls/md.h" COSMOPOLITAN_C_START_ /* clang-format off */ #define MBEDTLS_ERR_PKCS5_BAD_INPUT_DATA -0x2f80 /*< Bad input parameters to function. */ #def...
1,184
26
jart/cosmopolitan
false
cosmopolitan/third_party/mbedtls/fastdiv.h
#ifndef COSMOPOLITAN_THIRD_PARTY_MBEDTLS_FASTDIV_H_ #define COSMOPOLITAN_THIRD_PARTY_MBEDTLS_FASTDIV_H_ #include "libc/macros.internal.h" #if !(__ASSEMBLER__ + __LINKER__ + 0) COSMOPOLITAN_C_START_ struct Divisor { uint64_t m; uint8_t s; uint8_t t; }; static inline struct Divisor GetDivisor(uint64_t d) { int ...
801
35
jart/cosmopolitan
false
cosmopolitan/third_party/mbedtls/chachapoly.h
#ifndef MBEDTLS_CHACHAPOLY_H #define MBEDTLS_CHACHAPOLY_H #include "third_party/mbedtls/config.h" #include "third_party/mbedtls/poly1305.h" /* clang-format off */ #define MBEDTLS_ERR_CHACHAPOLY_BAD_STATE -0x0054 /*< The requested operation is not permitted in the current state. */ #define MBEDTLS_ERR_CHACHA...
14,882
319
jart/cosmopolitan
false
cosmopolitan/third_party/mbedtls/dhm.h
#ifndef MBEDTLS_DHM_H #define MBEDTLS_DHM_H #include "third_party/mbedtls/bignum.h" #include "third_party/mbedtls/config.h" /* clang-format off */ /* * DHM Error codes */ #define MBEDTLS_ERR_DHM_BAD_INPUT_DATA -0x3080 /*< Bad input parameters. */ #define MBEDTLS_ERR_DHM_READ_PARAMS_FAILED ...
51,583
1,025
jart/cosmopolitan
false