code stringlengths 1 1.05M | repo_name stringlengths 6 83 | path stringlengths 3 242 | language stringclasses 222
values | license stringclasses 20
values | size int64 1 1.05M |
|---|---|---|---|---|---|
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Chris Torek.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following condition... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/bsdi.1.0/local/local.h | C | apache-2.0 | 3,243 |
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Chris Torek.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following condition... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/bsdi.1.0/local/makebuf.c | C | apache-2.0 | 3,832 |
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Chris Torek.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following condition... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/bsdi.1.0/local/setvbuf.c | C | apache-2.0 | 4,653 |
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Chris Torek.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following co... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/clib/memmove.c | C | apache-2.0 | 4,175 |
/*
* Copyright (c) 1987, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyr... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/clib/mktemp.c | C | apache-2.0 | 3,451 |
#include <sys/types.h>
#include <sys/cdefs.h>
#include <compat.h>
#ifdef __STDC__
#include <stdarg.h>
#else
#include <varargs.h>
#endif
int
#ifdef __STDC__
snprintf(char *str, size_t n, const char *fmt, ...)
#else
snprintf(str, n, fmt, va_alist)
char *str;
size_t n;
const char *fmt;
va_dcl
#endif
{
va_list ap;
... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/clib/snprintf.c | C | apache-2.0 | 776 |
/*
* Copyright (c) 1988, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyr... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/clib/strerror.c | C | apache-2.0 | 2,577 |
# @(#)Makefile 8.9 (Berkeley) 7/14/94
LIBDB= libdb.a
OBJ1= hash.o hash_bigkey.o hash_buf.o hash_func.o hash_log2.o hash_page.o \
hsearch.o ndbm.o
OBJ2= bt_close.o bt_conv.o bt_debug.o bt_delete.o bt_get.o bt_open.o \
bt_overflow.o bt_page.o bt_put.o bt_search.o bt_seq.o bt_split.o \
bt_utils.o
OBJ3= db.o
OBJ4= mpoo... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/dgux.5.4/Makefile | Makefile | apache-2.0 | 3,363 |
../../include/cdefs.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/dgux.5.4/include/cdefs.h | C | apache-2.0 | 21 |
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copy... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/dgux.5.4/include/compat.h | C | apache-2.0 | 7,281 |
../../include/db.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/dgux.5.4/include/db.h | C | apache-2.0 | 18 |
../../include/mpool.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/dgux.5.4/include/mpool.h | C | apache-2.0 | 21 |
../../include/ndbm.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/dgux.5.4/include/ndbm.h | C | apache-2.0 | 20 |
../../include/queue.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/dgux.5.4/include/queue.h | C | apache-2.0 | 21 |
# @(#)Makefile 8.9 (Berkeley) 7/14/94
LIBDB= libdb.a
OBJ1= hash.o hash_bigkey.o hash_buf.o hash_func.o hash_log2.o hash_page.o \
hsearch.o ndbm.o
OBJ2= bt_close.o bt_conv.o bt_debug.o bt_delete.o bt_get.o bt_open.o \
bt_overflow.o bt_page.o bt_put.o bt_search.o bt_seq.o bt_split.o \
bt_utils.o
OBJ3= db.o
OBJ4= mpoo... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/hpux.9.01/Makefile | Makefile | apache-2.0 | 3,365 |
../../include/cdefs.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/hpux.9.01/include/cdefs.h | C | apache-2.0 | 21 |
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copy... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/hpux.9.01/include/compat.h | C | apache-2.0 | 7,281 |
../../include/db.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/hpux.9.01/include/db.h | C | apache-2.0 | 18 |
../../include/mpool.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/hpux.9.01/include/mpool.h | C | apache-2.0 | 21 |
../../include/ndbm.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/hpux.9.01/include/ndbm.h | C | apache-2.0 | 20 |
../../include/queue.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/hpux.9.01/include/queue.h | C | apache-2.0 | 21 |
/*
* Derived from:
* static char sccsid[] = "@(#)siglist.c 8.1 (Berkeley) 6/4/93";
*/
#include <sys/cdefs.h>
#include <signal.h>
const char *const sys_signame[NSIG] = {
"Signal 0",
"hup", /* SIGHUP */
"int", /* SIGINT */
"quit", /* SIGQUIT */
"ill", /* SIGILL */
"trap", /* SIGTRAP */
"abrt", ... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/hpux.9.01/local/hp_siglist.c | C | apache-2.0 | 2,036 |
queue.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/include/bsd-queue.h | C | apache-2.0 | 7 |
/*
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Berkeley Software Design, Inc.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/include/cdefs.h | C | apache-2.0 | 4,694 |
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copy... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/include/compat.h | C | apache-2.0 | 7,304 |
../../include/db.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/include/db.h | C | apache-2.0 | 18 |
../../include/filevtable.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/include/filevtable.h | C | apache-2.0 | 26 |
../../include/mpool.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/include/mpool.h | C | apache-2.0 | 21 |
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Margo Seltzer.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following ... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/include/ndbm.h | C | apache-2.0 | 2,819 |
/*
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copy... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/include/queue.h | C | apache-2.0 | 8,612 |
# @(#)Makefile 8.9 (Berkeley) 7/14/94
LIBDB= libdb.a
OBJ1= hash.o hash_bigkey.o hash_buf.o hash_func.o hash_log2.o hash_page.o \
hsearch.o ndbm.o
OBJ2= bt_close.o bt_conv.o bt_debug.o bt_delete.o bt_get.o bt_open.o \
bt_overflow.o bt_page.o bt_put.o bt_search.o bt_seq.o bt_split.o \
bt_utils.o
OBJ3= db.o
OBJ4= mpoo... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/irix.4.05F/Makefile | Makefile | apache-2.0 | 3,392 |
../../include/cdefs.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/irix.4.05F/include/cdefs.h | C | apache-2.0 | 21 |
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copy... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/irix.4.05F/include/compat.h | C | apache-2.0 | 7,281 |
../../include/db.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/irix.4.05F/include/db.h | C | apache-2.0 | 18 |
../../include/mpool.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/irix.4.05F/include/mpool.h | C | apache-2.0 | 21 |
../../include/ndbm.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/irix.4.05F/include/ndbm.h | C | apache-2.0 | 20 |
../../include/queue.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/irix.4.05F/include/queue.h | C | apache-2.0 | 21 |
# @(#)Makefile 8.9 (Berkeley) 7/14/94
LIBDB= libdb.a
OBJ1= hash.o hash_bigkey.o hash_buf.o hash_func.o hash_log2.o hash_page.o \
hsearch.o ndbm.o
OBJ2= bt_close.o bt_conv.o bt_debug.o bt_delete.o bt_get.o bt_open.o \
bt_overflow.o bt_page.o bt_put.o bt_search.o bt_seq.o bt_split.o \
bt_utils.o
OBJ3= db.o
OBJ4= mpoo... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/linux/Makefile | Makefile | apache-2.0 | 3,365 |
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copy... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/linux/include/compat.h | C | apache-2.0 | 7,284 |
../../include/db.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/linux/include/db.h | C | apache-2.0 | 18 |
../../include/mpool.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/linux/include/mpool.h | C | apache-2.0 | 21 |
../../include/ndbm.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/linux/include/ndbm.h | C | apache-2.0 | 20 |
# @(#)Makefile 8.9 (Berkeley) 7/14/94
LIBDB= libdb.a
OBJ1= hash.o hash_bigkey.o hash_buf.o hash_func.o hash_log2.o hash_page.o \
hsearch.o ndbm.o
OBJ2= bt_close.o bt_conv.o bt_debug.o bt_delete.o bt_get.o bt_open.o \
bt_overflow.o bt_page.o bt_put.o bt_search.o bt_seq.o bt_split.o \
bt_utils.o
OBJ3= db.o
OBJ4= mpoo... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/osf.1.0.2/Makefile | Makefile | apache-2.0 | 3,365 |
../../include/cdefs.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/osf.1.0.2/include/cdefs.h | C | apache-2.0 | 21 |
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copy... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/osf.1.0.2/include/compat.h | C | apache-2.0 | 7,284 |
../../include/db.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/osf.1.0.2/include/db.h | C | apache-2.0 | 18 |
../../include/mpool.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/osf.1.0.2/include/mpool.h | C | apache-2.0 | 21 |
../../include/ndbm.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/osf.1.0.2/include/ndbm.h | C | apache-2.0 | 20 |
../../include/queue.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/osf.1.0.2/include/queue.h | C | apache-2.0 | 21 |
osf.1.0.2 | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/osf.1.3 | Roff | apache-2.0 | 9 |
# @(#)Makefile 8.9 (Berkeley) 7/14/94
LIBDB= libdb.a
OBJ1= hash.o hash_bigkey.o hash_buf.o hash_func.o hash_log2.o hash_page.o \
hsearch.o ndbm.o
OBJ2= bt_close.o bt_conv.o bt_debug.o bt_delete.o bt_get.o bt_open.o \
bt_overflow.o bt_page.o bt_put.o bt_search.o bt_seq.o bt_split.o \
bt_utils.o
OBJ3= db.o
OBJ4= mpoo... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/ptx.2.0/Makefile | Makefile | apache-2.0 | 3,443 |
../../include/cdefs.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/ptx.2.0/include/cdefs.h | C | apache-2.0 | 21 |
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copy... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/ptx.2.0/include/compat.h | C | apache-2.0 | 7,325 |
../../include/db.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/ptx.2.0/include/db.h | C | apache-2.0 | 18 |
../../include/mpool.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/ptx.2.0/include/mpool.h | C | apache-2.0 | 21 |
../../include/ndbm.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/ptx.2.0/include/ndbm.h | C | apache-2.0 | 20 |
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copy... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/ptx.2.0/include/pathnames.h | C | apache-2.0 | 2,205 |
../../include/queue.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/ptx.2.0/include/queue.h | C | apache-2.0 | 21 |
# @(#)Makefile 8.9 (Berkeley) 7/14/94
LIBDB= libdb.a
OBJ1= hash.o hash_bigkey.o hash_buf.o hash_func.o hash_log2.o hash_page.o \
hsearch.o ndbm.o
OBJ2= bt_close.o bt_conv.o bt_debug.o bt_delete.o bt_get.o bt_open.o \
bt_overflow.o bt_page.o bt_put.o bt_search.o bt_seq.o bt_split.o \
bt_utils.o
OBJ3= db.o
OBJ4= mpoo... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/sinix.5.41/Makefile | Makefile | apache-2.0 | 3,374 |
../../include/cdefs.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/sinix.5.41/include/cdefs.h | C | apache-2.0 | 21 |
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copy... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/sinix.5.41/include/compat.h | C | apache-2.0 | 7,281 |
../../include/db.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/sinix.5.41/include/db.h | C | apache-2.0 | 18 |
../../include/mpool.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/sinix.5.41/include/mpool.h | C | apache-2.0 | 21 |
../../include/ndbm.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/sinix.5.41/include/ndbm.h | C | apache-2.0 | 20 |
../../include/queue.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/sinix.5.41/include/queue.h | C | apache-2.0 | 21 |
sunos.5.2 | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/solaris.2.2 | Roff | apache-2.0 | 9 |
# @(#)Makefile 8.9 (Berkeley) 7/14/94
LIBDB= libdb.a
OBJ1= hash.o hash_bigkey.o hash_buf.o hash_func.o hash_log2.o hash_page.o \
hsearch.o ndbm.o
OBJ2= bt_close.o bt_conv.o bt_debug.o bt_delete.o bt_get.o bt_open.o \
bt_overflow.o bt_page.o bt_put.o bt_search.o bt_seq.o bt_split.o \
bt_utils.o
OBJ3= db.o
OBJ4= mpoo... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/sunos.4.1.1/Makefile | Makefile | apache-2.0 | 3,375 |
../../include/cdefs.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/sunos.4.1.1/include/cdefs.h | C | apache-2.0 | 21 |
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copy... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/sunos.4.1.1/include/compat.h | C | apache-2.0 | 7,281 |
../../include/db.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/sunos.4.1.1/include/db.h | C | apache-2.0 | 18 |
../../include/mpool.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/sunos.4.1.1/include/mpool.h | C | apache-2.0 | 21 |
../../include/ndbm.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/sunos.4.1.1/include/ndbm.h | C | apache-2.0 | 20 |
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copy... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/sunos.4.1.1/include/pathnames.h | C | apache-2.0 | 2,238 |
../../include/queue.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/sunos.4.1.1/include/queue.h | C | apache-2.0 | 21 |
sunos.4.1.1 | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/sunos.4.1.2 | Roff | apache-2.0 | 11 |
sunos.4.1.1 | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/sunos.4.1.3 | Roff | apache-2.0 | 11 |
# @(#)Makefile 8.9 (Berkeley) 7/14/94
LIBDB= libdb.a
OBJ1= hash.o hash_bigkey.o hash_buf.o hash_func.o hash_log2.o hash_page.o \
hsearch.o ndbm.o
OBJ2= bt_close.o bt_conv.o bt_debug.o bt_delete.o bt_get.o bt_open.o \
bt_overflow.o bt_page.o bt_put.o bt_search.o bt_seq.o bt_split.o \
bt_utils.o
OBJ3= db.o
OBJ4= mpoo... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/sunos.5.2/Makefile | Makefile | apache-2.0 | 3,365 |
../../include/cdefs.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/sunos.5.2/include/cdefs.h | C | apache-2.0 | 21 |
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copy... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/sunos.5.2/include/compat.h | C | apache-2.0 | 7,324 |
../../include/db.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/sunos.5.2/include/db.h | C | apache-2.0 | 18 |
../../include/mpool.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/sunos.5.2/include/mpool.h | C | apache-2.0 | 21 |
../../include/ndbm.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/sunos.5.2/include/ndbm.h | C | apache-2.0 | 20 |
../../include/queue.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/sunos.5.2/include/queue.h | C | apache-2.0 | 21 |
# @(#)Makefile 8.9 (Berkeley) 7/14/94
LIBDB= libdb.a
OBJ1= hash.o hash_bigkey.o hash_buf.o hash_func.o hash_log2.o hash_page.o \
hsearch.o ndbm.o
OBJ2= bt_close.o bt_conv.o bt_debug.o bt_delete.o bt_get.o bt_open.o \
bt_overflow.o bt_page.o bt_put.o bt_search.o bt_seq.o bt_split.o \
bt_utils.o
OBJ3= db.o
OBJ4= mpoo... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/ultrix.4.2/Makefile | Makefile | apache-2.0 | 3,374 |
../../include/cdefs.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/ultrix.4.2/include/cdefs.h | C | apache-2.0 | 21 |
/*-
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copy... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/ultrix.4.2/include/compat.h | C | apache-2.0 | 7,284 |
/*-
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the abov... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/ultrix.4.2/include/db.h | C | apache-2.0 | 8,031 |
../../include/mpool.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/ultrix.4.2/include/mpool.h | C | apache-2.0 | 21 |
../../include/ndbm.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/ultrix.4.2/include/ndbm.h | C | apache-2.0 | 20 |
../../include/queue.h | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/ultrix.4.2/include/queue.h | C | apache-2.0 | 21 |
ultrix.4.2 | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/PORT/ultrix.4.3 | Roff | apache-2.0 | 10 |
# @(#)Makefile.inc 8.2 (Berkeley) 7/14/94
.PATH: ${.CURDIR}/db/btree
SRCS+= bt_close.c bt_conv.c bt_debug.c bt_delete.c bt_get.c bt_open.c \
bt_overflow.c bt_page.c bt_put.c bt_search.c bt_seq.c bt_split.c \
bt_utils.c
| YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/btree/Makefile.inc | Makefile | apache-2.0 | 223 |
/*-
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Mike Olson.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/btree/bt_close.c | C | apache-2.0 | 4,448 |
/*-
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Mike Olson.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/btree/bt_conv.c | C | apache-2.0 | 5,400 |
/*-
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Mike Olson.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/btree/bt_debug.c | C | apache-2.0 | 8,679 |
/*-
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Mike Olson.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/btree/bt_delete.c | C | apache-2.0 | 16,525 |
/*-
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Mike Olson.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/btree/bt_get.c | C | apache-2.0 | 3,253 |
/*-
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Mike Olson.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/btree/bt_open.c | C | apache-2.0 | 10,513 |
/*-
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Mike Olson.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/btree/bt_overflow.c | C | apache-2.0 | 5,948 |
/*-
* Copyright (c) 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the abov... | YifuLiu/AliOS-Things | components/py_engine/engine/lib/berkeley-db-1.xx/btree/bt_page.c | C | apache-2.0 | 2,998 |