Home
last modified time | relevance | path

Searched refs:CHAR (Results 1 - 25 of 52) sorted by relevance

123

/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dtzdst.c53 STATIC VOID BufferInsert(CHAR *buf, size_t bufLen, size_t positions, CHAR data) in BufferInsert()
79 STATIC BOOL TimezoneFormat(CHAR *standardString, size_t bufLen) in TimezoneFormat()
123 STATIC INLINE INT32 StringToDigital(CHAR high, CHAR low) in StringToDigital()
142 CHAR standardString[STANDARD_TZ_LEN] = {0}; in settimezone()
196 STATIC const CHAR *g_strMonth[] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul",
198 STATIC const CHAR *g_strMonthWeek[] = { "1st", "2nd", "3rd", "4th", "5th" };
199 STATIC const CHAR *g_strWeekDay[] = { "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" };
203 STATIC CHAR g_strDstStar
[all...]
H A Dadp.c167 STATIC const CHAR empty[] = "."; in basename()
168 CHAR *first = (CHAR *)empty; in basename()
169 register CHAR *last = NULL; in basename()
172 first = (CHAR *)path; in basename()
173 last = (CHAR *)path - 1; in basename()
177 last = first = (CHAR *)path; in basename()
/third_party/elfutils/backends/
H A Dlinux-core-note.c37 #define CHAR int8_t macro
123 FIELD (CHAR, pr_state); in EBLHOOK()
124 FIELD (CHAR, pr_sname); in EBLHOOK()
125 FIELD (CHAR, pr_zomb); in EBLHOOK()
126 FIELD (CHAR, pr_nice); in EBLHOOK()
134 FIELD (CHAR, pr_fname[FNAMESZ]); in EBLHOOK()
135 FIELD (CHAR, pr_psargs[PRARGSZ]); in EBLHOOK()
188 FIELD (state, CHAR, state, 'd'),
189 FIELD (state, CHAR, sname, 'c'),
190 FIELD (state, CHAR, zom
[all...]
/third_party/mksh/
H A Dsyn.c178 static const char IONDELIM_delim[] = { CHAR, '<', CHAR, '<', EOS };
223 *cp++ = CHAR; in synio()
250 QCHAR, '\\', CHAR, 'b', CHAR, 'u', CHAR, 'i',
251 CHAR, 'l', CHAR, 't', CHAR, 'i', CHAR, '
[all...]
H A Dlex.c290 *wp++ = CHAR; in yylex()
294 *wp++ = CHAR; in yylex()
301 *wp++ = CHAR; in yylex()
383 *wp++ = CHAR; in yylex()
385 *wp++ = CHAR; in yylex()
438 *wp++ = CHAR; in yylex()
442 *wp++ = CHAR; in yylex()
458 *wp++ = CHAR; in yylex()
474 *wp++ = CHAR; in yylex()
493 c2 = CHAR; in yylex()
[all...]
/third_party/gn/src/base/strings/
H A Dstring_number_conversions.cc60 template <typename CHAR, int BASE, bool BASE_LTE_10>
64 template <typename CHAR, int BASE>
65 class BaseCharToDigit<CHAR, BASE, true> {
67 static bool Convert(CHAR c, uint8_t* digit) { in Convert()
77 template <typename CHAR, int BASE>
78 class BaseCharToDigit<CHAR, BASE, false> {
80 static bool Convert(CHAR c, uint8_t* digit) { in Convert()
94 template <int BASE, typename CHAR>
95 bool CharToDigit(CHAR c, uint8_t* digit) { in CharToDigit()
96 return BaseCharToDigit<CHAR, BAS in CharToDigit()
[all...]
H A Dutf_string_conversion_utils.h71 template <typename CHAR>
72 void PrepareForUTF8Output(const CHAR* src, size_t src_len, std::string* output);
H A Dutf_string_conversion_utils.cc93 template <typename CHAR>
94 void PrepareForUTF8Output(const CHAR* src, in PrepareForUTF8Output()
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/
H A DStackWalker.h140 CHAR name[STACKWALK_MAX_NAMELEN];
141 CHAR undName[STACKWALK_MAX_NAMELEN];
142 CHAR undFullName[STACKWALK_MAX_NAMELEN];
146 CHAR lineFileName[STACKWALK_MAX_NAMELEN];
149 CHAR moduleName[STACKWALK_MAX_NAMELEN];
151 CHAR loadedImageName[STACKWALK_MAX_NAMELEN];
H A DStackWalker.cpp131 CHAR ModuleName[32]; // module name
132 CHAR ImageName[256]; // image name
133 CHAR LoadedImageName[256]; // symbol file name
142 CHAR Name[1]; // symbol name (null terminated string)
426 CHAR ModuleName[32]; // module name
427 CHAR ImageName[256]; // image name
428 CHAR LoadedImageName[256]; // symbol file name
430 CHAR LoadedPdbName[256]; // pdb file name
432 CHAR CVData[MAX_PATH * 3]; // Contents of the CV record
455 CHAR ModuleNam
[all...]
/third_party/python/Lib/ctypes/
H A Dwintypes.py9 CHAR = ctypes.c_char variable
152 ("cFileName", CHAR * MAX_PATH),
153 ("cAlternateFileName", CHAR * 14)]
173 PCHAR = ctypes.POINTER(CHAR)
/third_party/lame/dshow/
H A Daboutprp.cpp39 CHAR lpszText[] = "This library is free software; you can redistribute it \r\n"
123 CHAR strbuf[250]; in OnActivate()
/third_party/lzma/CPP/Common/
H A DMyWindows.h36 typedef char CHAR; typedef
72 typedef const CHAR *LPCSTR;
73 typedef CHAR TCHAR;
235 CHAR cVal;
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Ddbghelp.h353 CHAR Name[1];
358 CHAR name[MAX_SYM_NAME + 1];
375 CHAR Name[1];
380 CHAR name[MAX_SYM_NAME + 1];
392 CHAR ModuleName[32];
393 CHAR ImageName[256];
394 CHAR LoadedImageName[256];
395 CHAR LoadedPdbName[256];
397 CHAR CVData[MAX_PATH*3];
446 CHAR ModuleNam
[all...]
/third_party/mesa3d/src/amd/addrlib/src/core/
H A Daddrobject.cpp213 const CHAR* pDebugString, ///< [in] Debug string in DebugPrint()
227 debugPrintInput.pDebugString = const_cast<CHAR*>(pDebugString); in DebugPrint()
H A Daddrobject.h75 VOID DebugPrint(const CHAR* pDebugString, ...) const;
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dmacro_const_1_0.h4 #define CHAR 'b' macro
H A Dmacro_const.h2 #define CHAR 'b' macro
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dmacro_const.rs9 pub const CHAR: u8 = 98u8; consts
/third_party/lame/Dll/
H A DExample.cpp81 CHAR strFileIn[255] ={'0',}; in main()
82 CHAR strFileOut[255] ={'0',}; in main()
/third_party/python/Lib/tkinter/
H A Dconstants.py49 CHAR='char' variable
/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/
H A Dpredef.c10 TEST_BIT(CHAR, char); in test()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
H A DFontData.java33 CHAR(1), enum constant
/third_party/mesa3d/src/amd/addrlib/inc/
H A Daddrtypes.h55 #if !defined(CHAR)
56 typedef char CHAR; typedef
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_textview.py14 from tkinter import Tk, TclError, CHAR, NONE, WORD namespace
117 for wrap in [CHAR, WORD]:

Completed in 18 milliseconds

123