Searched refs:tokenstr (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/iodbc-42.5/iodbc/iodbcadm/gtk/
H A Dadministrator.c318 char tokenstr[4096] = { 0 }; local
372 "", tokenstr, sizeof (tokenstr), "odbcinst.ini");
373 if (!strcasecmp (tokenstr, "1") || !strcasecmp (tokenstr, "On"))
376 "", tokenstr, sizeof (tokenstr), "odbcinst.ini");
386 tokenstr);
400 SQLGetPrivateProfileString ("ODBC", "Trace", "", tokenstr,
401 sizeof (tokenstr), NUL
613 char tokenstr[4096] = { 0 }; local
699 char tokenstr[4096] = { 0 }; local
[all...]
H A Ddsnchooser.c591 char tokenstr[4096] = { 0 }; local
616 if (!SQLGetPrivateProfileString (szDSN, NULL, "", tokenstr,
617 sizeof (tokenstr), NULL))
624 for (curr = tokenstr, cour = connstr + STRLEN (connstr) + 1; *curr;
802 char tokenstr[4096] = { 0 }; local
827 if (!SQLGetPrivateProfileString (szDSN, NULL, "", tokenstr,
828 sizeof (tokenstr), NULL))
835 for (curr = tokenstr, cour = connstr + STRLEN (connstr) + 1; *curr;
/macosx-10.10.1/iodbc-42.5/iodbc/iodbcadm/
H A Ddrvconn.c201 wchar_t tokenstr[4096]; local
413 L"", tokenstr, sizeof (tokenstr)/sizeof(wchar_t), NULL);
414 szDriver = tokenstr;
/macosx-10.10.1/iodbc-42.5/iodbc/iodbc/
H A Dconnect.c151 char tokenstr[4096]; local
162 "", tokenstr, sizeof (tokenstr), NULL);
163 drv = tokenstr;

Completed in 328 milliseconds