Searched refs:tchar (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/expat/xmlwf/
H A Dwin32filemap.c20 #include <tchar.h>
H A Dxmlwin32url.cxx9 #include <tchar.h>
/freebsd-9.3-release/contrib/libreadline/
H A Dhistexpand.c1070 int tchar = string[i]; local
1075 ADD_CHAR (tchar);
1084 c = tchar;
1103 if (tchar == history_expansion_char)
1104 tchar = -3;
1105 else if (tchar == history_comment_char)
1106 tchar = -2;
1108 switch (tchar)
1116 ADD_CHAR (tchar);
1121 ADD_CHAR (tchar);
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/
H A DLPdir_win.c27 #include <tchar.h>
H A Dcryptlib.c413 # include <tchar.h>
/freebsd-9.3-release/gnu/lib/libodialog/
H A Dtree.c812 unsigned char tchar = *pcurrent; local
816 *pcurrent = tchar;
820 *pcurrent = tchar;
823 *pcurrent = tchar;
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h67 #include <tchar.h>
/freebsd-9.3-release/contrib/binutils/gas/
H A Dmacro.c298 char tchar = in->ptr[idx]; local
318 else if (escaped && in->ptr[idx] == tchar)
320 sb_add_char (acc, tchar);
325 if (in->ptr[idx] == tchar)
329 if (idx >= in->len || in->ptr[idx] != tchar)
408 char tchar = in->ptr[idx]; local
410 switch (tchar)
416 && in->ptr[idx] != tchar)
432 *in_br = tchar;
443 sb_add_char (out, tchar);
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Devutil.c37 #include <tchar.h>

Completed in 202 milliseconds