GRAYBYTE WORDPRESS FILE MANAGER8848

Server IP : 198.54.121.189 / Your IP : 216.73.216.140
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /opt/alt/libc-client11/include/c-client/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /opt/alt/libc-client11/include/c-client//misc.h
/* ========================================================================
 * Copyright 1988-2006 University of Washington
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * 
 * ========================================================================
 */

/*
 * Program:	Miscellaneous utility routines
 *
 * Author:	Mark Crispin
 *		Networks and Distributed Computing
 *		Computing & Communications
 *		University of Washington
 *		Administration Building, AG-44
 *		Seattle, WA  98195
 *		Internet: MRC@CAC.Washington.EDU
 *
 * Date:	5 July 1988
 * Last Edited:	30 August 2006
 *
 * This original version of this file is
 * Copyright 1988 Stanford University
 * and was developed in the Symbolic Systems Resources Group of the Knowledge
 * Systems Laboratory at Stanford University in 1987-88, and was funded by the
 * Biomedical Research Technology Program of the NationalInstitutes of Health
 * under grant number RR-00785.
 */

/* Hash table operations */

#define HASHMULT 29		/* hash polynomial multiplier */

#define HASHENT struct hash_entry

HASHENT {
  HASHENT *next;		/* next entry with same hash code */
  char *name;			/* name of this hash entry */
  void *data[1];		/* data of this hash entry */
};


#define HASHTAB struct hash_table

HASHTAB {
  size_t size;			/* size of this table */
  HASHENT *table[1];		/* table */
};


/* KLUDGE ALERT!!!
 *
 * Yes, write() is overridden here instead of in osdep.  This
 * is because misc.h is one of the last files that most things #include, so
 * this should avoid problems with some system #include file.
 */

#define write safe_write


/* Some C compilers have these as macros */

#undef min
#undef max


/* And some C libraries have these as int functions */

#define min Min
#define max Max


/* Compatibility definitions */

#define pmatch(s,pat) \
  pmatch_full (s,pat,NIL)

/* Function prototypes */

unsigned char *ucase (unsigned char *string);
unsigned char *lcase (unsigned char *string);
char *cpystr (const char *string);
char *cpytxt (SIZEDTEXT *dst,char *text,unsigned long size);
char *textcpy (SIZEDTEXT *dst,SIZEDTEXT *src);
char *textcpystring (SIZEDTEXT *text,STRING *bs);
char *textcpyoffstring (SIZEDTEXT *text,STRING *bs,unsigned long offset,
			unsigned long size);
unsigned long find_rightmost_bit (unsigned long *valptr);
long min (long i,long j);
long max (long i,long j);
long search (unsigned char *base,long basec,unsigned char *pat,long patc);
long ssearch (unsigned char *base,long basec,unsigned char *pat,long patc);
HASHTAB *hash_create (size_t size);
void hash_destroy (HASHTAB **hashtab);
void hash_reset (HASHTAB *hashtab);
unsigned long hash_index (HASHTAB *hashtab,char *key);
void **hash_lookup (HASHTAB *hashtab,char *key);
HASHENT *hash_add (HASHTAB *hashtab,char *key,void *data,long extra);
void **hash_lookup_and_add (HASHTAB *hashtab,char *key,void *data,long extra);
unsigned char hex2byte (unsigned char c1,unsigned char c2);
int compare_ulong (unsigned long l1,unsigned long l2);
int compare_uchar (unsigned char c1,unsigned char c2);
int compare_cstring (unsigned char *s1,unsigned char *s2);
int compare_csizedtext (unsigned char *s1,SIZEDTEXT *s2);

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
January 01 1970 00:00:00
root / root
0
c-client.h
1.647 KB
July 09 2024 18:49:37
root / root
0644
dummy.h
1.488 KB
July 09 2024 18:49:37
root / root
0644
env.h
1.472 KB
July 09 2024 18:49:37
root / root
0644
env_unix.h
2.864 KB
July 09 2024 18:49:37
root / root
0644
fdstring.h
1.046 KB
July 09 2024 18:49:37
root / root
0644
flockcyg.h
1.345 KB
July 09 2024 18:49:37
root / root
0644
flocksim.h
4.285 KB
July 09 2024 18:49:37
root / root
0644
flstring.h
0.78 KB
July 09 2024 18:49:37
root / root
0644
fs.h
0.884 KB
July 09 2024 18:49:37
root / root
0644
ftl.h
0.806 KB
July 09 2024 18:49:37
root / root
0644
imap4r1.h
8.01 KB
July 09 2024 18:49:37
root / root
0644
linkage.c
1.204 KB
July 09 2024 18:49:37
root / root
0644
linkage.h
0.528 KB
July 09 2024 18:49:37
root / root
0644
mail.h
66.805 KB
July 09 2024 18:49:37
root / root
0644
misc.h
3.272 KB
July 09 2024 18:49:37
root / root
0644
netmsg.h
0.964 KB
July 09 2024 18:49:37
root / root
0644
newsrc.h
1.451 KB
July 09 2024 18:49:37
root / root
0644
nl.h
0.917 KB
July 09 2024 18:49:37
root / root
0644
nntp.h
1.58 KB
July 09 2024 18:49:37
root / root
0644
os_a32.h
1.201 KB
July 09 2024 18:49:37
root / root
0644
os_a41.h
1.201 KB
July 09 2024 18:49:37
root / root
0644
os_a52.h
1.266 KB
July 09 2024 18:49:37
root / root
0644
os_aix.h
1.096 KB
July 09 2024 18:49:37
root / root
0644
os_aos.h
1.262 KB
July 09 2024 18:49:37
root / root
0644
os_art.h
2.013 KB
July 09 2024 18:49:37
root / root
0644
os_asv.h
1.914 KB
July 09 2024 18:49:37
root / root
0644
os_aux.h
1.185 KB
July 09 2024 18:49:37
root / root
0644
os_bsd.h
1.327 KB
July 09 2024 18:49:37
root / root
0644
os_bsf.h
1.052 KB
July 09 2024 18:49:37
root / root
0644
os_bsi.h
1.034 KB
July 09 2024 18:49:37
root / root
0644
os_cvx.h
1.087 KB
July 09 2024 18:49:37
root / root
0644
os_cyg.h
1.596 KB
July 09 2024 18:49:37
root / root
0644
os_d-g.h
1.347 KB
July 09 2024 18:49:37
root / root
0644
os_do4.h
1.231 KB
July 09 2024 18:49:37
root / root
0644
os_drs.h
1.417 KB
July 09 2024 18:49:37
root / root
0644
os_dyn.h
1.495 KB
July 09 2024 18:49:37
root / root
0644
os_hpp.h
1.359 KB
July 09 2024 18:49:37
root / root
0644
os_isc.h
1.682 KB
July 09 2024 18:49:37
root / root
0644
os_lnx.h
1.446 KB
July 09 2024 18:49:37
root / root
0644
os_lyn.h
1.033 KB
July 09 2024 18:49:37
root / root
0644
os_mct.h
1.046 KB
July 09 2024 18:49:37
root / root
0644
os_mnt.h
1.177 KB
July 09 2024 18:49:37
root / root
0644
os_nto.h
1.641 KB
July 09 2024 18:49:37
root / root
0644
os_nxt.h
1.183 KB
July 09 2024 18:49:37
root / root
0644
os_os4.h
1.171 KB
July 09 2024 18:49:37
root / root
0644
os_osf.h
1.171 KB
July 09 2024 18:49:37
root / root
0644
os_osx.h
1.264 KB
July 09 2024 18:49:37
root / root
0644
os_ptx.h
1.697 KB
July 09 2024 18:49:37
root / root
0644
os_pyr.h
1.423 KB
July 09 2024 18:49:37
root / root
0644
os_qnx.h
1.418 KB
July 09 2024 18:49:37
root / root
0644
os_s40.h
0.935 KB
July 09 2024 18:49:37
root / root
0644
os_sc5.h
1.72 KB
July 09 2024 18:49:37
root / root
0644
os_sco.h
1.765 KB
July 09 2024 18:49:37
root / root
0644
os_sgi.h
1.363 KB
July 09 2024 18:49:37
root / root
0644
os_shp.h
1.359 KB
July 09 2024 18:49:37
root / root
0644
os_slx.h
1.446 KB
July 09 2024 18:49:37
root / root
0644
os_soln.h
1.935 KB
July 09 2024 18:49:37
root / root
0644
os_solo.h
1.903 KB
July 09 2024 18:49:37
root / root
0644
os_sos.h
1.171 KB
July 09 2024 18:49:37
root / root
0644
os_sua.h
1.157 KB
July 09 2024 18:49:37
root / root
0644
os_sun.h
1.276 KB
July 09 2024 18:49:37
root / root
0644
os_sv2.h
2.909 KB
July 09 2024 18:49:37
root / root
0644
os_sv4.h
1.795 KB
July 09 2024 18:49:37
root / root
0644
os_ult.h
1.012 KB
July 09 2024 18:49:37
root / root
0644
os_vu2.h
2.34 KB
July 09 2024 18:49:37
root / root
0644
osdep.h
1.446 KB
July 09 2024 18:49:37
root / root
0644
pseudo.h
0.818 KB
July 09 2024 18:49:37
root / root
0644
rfc822.h
5.294 KB
July 09 2024 18:49:37
root / root
0644
shortsym.h
17.649 KB
July 09 2024 18:49:37
root / root
0644
smtp.h
2.479 KB
July 09 2024 18:49:37
root / root
0644
sslio.h
2.255 KB
July 09 2024 18:49:37
root / root
0644
tcp.h
1.733 KB
July 09 2024 18:49:37
root / root
0644
tcp_unix.h
1.195 KB
July 09 2024 18:49:37
root / root
0644
unix.h
6.554 KB
July 09 2024 18:49:37
root / root
0644
utf8.h
22.429 KB
July 09 2024 18:49:37
root / root
0644
utf8aux.h
1.493 KB
July 09 2024 18:49:37
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF