Searched refs:sccsid (Results 1 - 10 of 10) sorted by relevance
/third_party/curl/packages/OS400/ |
H A D | ccsidcurl.c | 109 const char *s, int slen, int sccsid) in convert() 116 *** Convert `sccsid'-coded `slen'-data bytes at `s' into `dccsid'-coded in convert() 123 if(sccsid == 65535) in convert() 124 sccsid = ASCII_CCSID; in convert() 129 if(sccsid == dccsid) { in convert() 141 cd = iconv_open_CCSID(dccsid, sccsid, 1); in convert() 145 cd = iconv_open_CCSID(dccsid, sccsid, 0); in convert() 163 static char *dynconvert(int dccsid, const char *s, int slen, int sccsid) in dynconvert() argument 180 l = convert(d, dlen, dccsid, s, slen, sccsid); in dynconvert() 214 slist_convert(int dccsid, struct curl_slist *from, int sccsid) in slist_convert() argument 108 convert(char *d, size_t dlen, int dccsid, const char *s, int slen, int sccsid) convert() argument 286 curl_easy_escape_ccsid(CURL *handle, const char *string, int length, unsigned int sccsid, unsigned int dccsid) curl_easy_escape_ccsid() argument 315 curl_easy_unescape_ccsid(CURL *handle, const char *string, int length, int *outlength, unsigned int sccsid, unsigned int dccsid) curl_easy_unescape_ccsid() argument [all...] |
H A D | ccsidcurl.h | 35 unsigned int sccsid, 39 unsigned int sccsid,
|
/third_party/ntfs-3g/libntfs-3g/ |
H A D | compat.c | 79 static const char sccsid[] = "@(#)daemon.c 8.1 (Berkeley) 6/4/93"; variable 166 static const char sccsid[] = "strsep.c 8.1 (Berkeley) 6/4/93"; variable
|
/third_party/FreeBSD/contrib/tcp_wrappers/ |
H A D | strcasecmp.c | 19 static char sccsid[] = "@(#)strcasecmp.c 5.6 (Berkeley) 6/27/88"; variable
|
/third_party/FreeBSD/lib/libc/stdlib/ |
H A D | strtoimax.c | 38 static char sccsid[] = "from @(#)strtol.c 8.1 (Berkeley) 6/4/93"; variable
|
H A D | strtoumax.c | 38 static char sccsid[] = "from @(#)strtoul.c 8.1 (Berkeley) 6/4/93"; variable
|
H A D | strtoul.c | 38 static char sccsid[] = "@(#)strtoul.c 8.1 (Berkeley) 6/4/93"; variable
|
H A D | qsort.c | 33 static char sccsid[] = "@(#)qsort.c 8.1 (Berkeley) 6/4/93"; variable
|
/third_party/libwebsockets/win32port/win32helpers/ |
H A D | getopt.c | 37 static char sccsid[] = "@(#)getopt.c 8.3 (Berkeley) 4/27/95";
|
/third_party/mksh/ |
H A D | sh.h | 192 #define __SCCSID(x) __IDSTRING(sccsid,x)
|
Completed in 10 milliseconds