Searched refs:sccsid (Results 1 – 6 of 6) sorted by relevance
/third_party/curl/packages/OS400/ |
D | ccsidcurl.c | 107 const char *s, int slen, int sccsid) in convert() argument 121 if(sccsid == 65535) in convert() 122 sccsid = ASCII_CCSID; in convert() 127 if(sccsid == dccsid) { in convert() 139 cd = iconv_open_CCSID(dccsid, sccsid, 1); in convert() 143 cd = iconv_open_CCSID(dccsid, sccsid, 0); in convert() 161 static char *dynconvert(int dccsid, const char *s, int slen, int sccsid) in dynconvert() argument 178 l = convert(d, dlen, dccsid, s, slen, sccsid); in dynconvert() 212 slist_convert(int dccsid, struct curl_slist *from, int sccsid) in slist_convert() argument 218 char *cp = dynconvert(dccsid, from->data, -1, sccsid); in slist_convert() [all …]
|
D | ccsidcurl.h | 33 unsigned int sccsid, 37 unsigned int sccsid,
|
/third_party/ntfs-3g/libntfs-3g/ |
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/e2fsprogs/lib/et/ |
D | vfprintf.c | 19 static char sccsid[] = "@(#)vfprintf.c 5.2 (Berkeley) 6/27/88"; variable
|
/third_party/libwebsockets/win32port/win32helpers/ |
D | getopt.c | 37 static char sccsid[] = "@(#)getopt.c 8.3 (Berkeley) 4/27/95";
|
/third_party/mksh/ |
D | sh.h | 192 #define __SCCSID(x) __IDSTRING(sccsid,x)
|