Searched refs:tchar (Results 1 - 17 of 17) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/legacy/
H A Dittnotify.h81 #include <tchar.h>
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_config.h76 #include <tchar.h>
H A Dittnotify.h142 #include <tchar.h>
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h66 #include <tchar.h>
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-tc.c47 #include <tchar.h>
/freebsd-11-stable/crypto/openssl/crypto/
H A Dcryptlib.c803 # include <tchar.h>
/freebsd-11-stable/contrib/expat/xmlwf/
H A Dxmlwin32url.cxx41 #include <tchar.h>
H A Dxmltchar.h56 # define tchar wchar_t macro
73 # define tchar char macro
H A Dwin32filemap.c48 #include <tchar.h>
H A Dunixfilemap.c56 filemap(const tchar *name,
57 void (*processor)(const void *, size_t, const tchar *, void *arg),
H A Dreadfilemap.c80 filemap(const tchar *name,
81 void (*processor)(const void *, size_t, const tchar *, void *arg),
/freebsd-11-stable/contrib/expat/lib/
H A Dloadlibrary.c36 #include <tchar.h>
/freebsd-11-stable/crypto/openssl/apps/
H A Dapps.c2916 # include <tchar.h>
/freebsd-11-stable/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-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Ddate.c96 find_rule(char tchar) argument
100 if (rules[i].key == tchar)
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devutil.c37 #include <tchar.h>
/freebsd-11-stable/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...]

Completed in 200 milliseconds