Home
last modified time | relevance | path

Searched refs:sccsid (Results 1 – 6 of 6) sorted by relevance

/third_party/curl/packages/OS400/
Dccsidcurl.c107 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 …]
Dccsidcurl.h33 unsigned int sccsid,
37 unsigned int sccsid,
/third_party/ntfs-3g/libntfs-3g/
Dcompat.c79 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/
Dvfprintf.c19 static char sccsid[] = "@(#)vfprintf.c 5.2 (Berkeley) 6/27/88"; variable
/third_party/libwebsockets/win32port/win32helpers/
Dgetopt.c37 static char sccsid[] = "@(#)getopt.c 8.3 (Berkeley) 4/27/95";
/third_party/mksh/
Dsh.h192 #define __SCCSID(x) __IDSTRING(sccsid,x)