Searched refs:ch (Results 26 - 50 of 160) sorted by relevance

1234567

/haiku/src/system/libnetwork/netresolv/net/
H A Dbase64.c221 int state, ch; local
231 while ((ch = (u_char) *src++) != '\0') {
232 if (isspace(ch)) /*%< Skip whitespace anywhere. */
235 if (ch == Pad64)
238 pos = strchr(Base64, ch);
300 if (ch == Pad64) { /*%< We got a pad char. */
301 ch = *src++; /*%< Skip it, get next. */
309 for (; ch != '\0'; ch = (u_char) *src++)
310 if (!isspace(ch))
[all...]
/haiku/src/system/libnetwork/netresolv/inet/
H A Dinet_cidr_pton.c98 int ch, bits; local
103 while (ch = *src++, (isascii(ch) && isdigit(ch))) {
106 n = strchr(digits, ch) - digits;
112 } while ((ch = *src++) != '\0' && isascii(ch) && isdigit(ch));
116 if (ch == '\0' || ch
169 int ch, saw_xdigit; local
269 char *cp, ch; local
[all...]
/haiku/src/build/libbe/storage/
H A DMimeType.cpp21 bool isValidMimeChar(const char ch);
309 char ch = string[i]; local
310 if (ch == '/') {
315 } else if (!isValidMimeChar(ch)) {
322 bool isValidMimeChar(const char ch) argument
324 return ch > 32 // Handles white space and most CTLs
325 && ch != '/'
326 && ch != '<'
327 && ch != '>'
328 && ch !
[all...]
/haiku/src/libs/agg/src/
H A Dagg_line_profile_aa.cpp71 value_type* ch = profile(center_width + smoother_width); local
76 value_type* ch_center = ch + subpixel_scale*2;
82 ch = ch_center;
85 *ch++ = (value_type)val;
107 ch = ch_center;
110 *--ch = *ch_center++;
/haiku/src/tests/add-ons/kernel/drivers/tty/
H A Dposix_openpt_test.cpp17 char ch; local
19 while ((ch = *ptr++) != '\0') {
20 if (ch == '%' && *ptr != '\0') {
21 ch = *ptr++;
22 switch(ch) {
32 printf("%c", ch);
/haiku/src/system/boot/platform/riscv/
H A Dhtif.cpp34 HtifOutChar(char ch) argument
36 HtifCmd(1, 1, ch);
/haiku/src/system/kernel/arch/riscv64/
H A DHtif.cpp33 HtifOutChar(char ch) argument
35 HtifCmd(1, 1, ch);
H A Darch_debug_console.cpp85 char ch = *s; local
86 if (ch == '\n') {
89 } else if (ch != '\r')
90 arch_debug_serial_putchar(ch);
/haiku/src/libs/bsd/
H A Dreadpassphrase.c47 char ch, *p, *end; local
117 while ((nr = read(input, &ch, 1)) == 1 && ch != '\n' && ch != '\r') {
120 ch &= 0x7f;
121 if (isalpha(ch)) {
123 ch = (char)tolower(ch);
125 ch = (char)toupper(ch);
[all...]
/haiku/headers/cpp/
H A Dstream.h53 char* chr(char ch, int width = 0);
/haiku/src/libs/glut/
H A Dglutstroke.h39 const StrokeCharRec *ch; member in struct:__anon1829
H A Dglutbitmap.h30 const BitmapCharRec * const *ch; member in struct:__anon1824
/haiku/headers/private/kernel/arch/riscv64/
H A DHtif.h28 void HtifOutChar(char ch);
/haiku/src/apps/haikudepot/server/
H A DJwtTokenHelper.h34 static bool _IsBase64(char ch);
/haiku/src/libs/stdc++/legacy/
H A Dstream.cc77 int ch = i % base; local
79 if (ch >= 10)
80 ch += 'a' - 10;
82 ch += '0';
83 *--ptr = ch;
166 char* chr(char ch, int width) argument
168 char c = ch;
H A Diostream.cc53 //#define isspace(ch) ((ch)==' ' || (ch)=='\t' || (ch)=='\n')
63 int ch; local
65 ch = sb->sbumpc();
66 if (ch == EOF || !isspace(ch))
67 return ch;
76 int ch local
99 int ch = _strbuf->sgetc(); local
140 int ch = sb->sbumpc(); local
220 int ch = _strbuf->sbumpc(); local
243 int ch = sb->sbumpc(); local
282 register int ch = skip_ws(sb); local
448 register int ch = inbuf->sbumpc(); local
[all...]
/haiku/src/bin/bfs_tools/lib/
H A Dmakefile112 @zip -y `basename $(NAME)`-`date +%Y-%m-%d`.zip *.[ch]* *.rsrc makefile History ToDo test/*.[ch]* test/makefile
/haiku/src/apps/haikudepot/util/
H A DStringUtils.cpp43 StringUtils::_IsSpaceOrControl(char ch) argument
45 return ch <= 32;
/haiku/src/system/kernel/arch/arm/
H A Darch_debug_console.cpp86 char ch = *s; local
87 if (ch == '\n') {
90 } else if (ch != '\r')
91 arch_debug_serial_putchar(ch);
/haiku/src/system/kernel/arch/arm64/
H A Darch_debug_console.cpp79 char ch = *s; local
80 if (ch == '\n') {
83 } else if (ch != '\r')
84 arch_debug_serial_putchar(ch);
/haiku/src/libs/iconv/
H A Dutf7.h35 #define isdirect(ch) ((ch) < 128 && ((direct_tab[(ch)>>3] >> (ch & 7)) & 1))
45 #define isxdirect(ch) ((ch) < 128 && ((xdirect_tab[(ch)>>3] >> (ch & 7)) & 1))
54 #define isxbase64(ch) ((ch) < 12
[all...]
/haiku/src/system/libroot/posix/glibc/locale/
H A Dweightwc.h27 wint_t ch; local
29 ch = *(*cpp)++;
30 i = __collidx_table_lookup ((const char *) table, ch);
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_lowlevel.h1336 * @param ch the channel through which to send the invalidation
1343 int fuse_lowlevel_notify_inval_inode(struct fuse_chan *ch, fuse_ino_t ino,
1354 * @param ch the channel through which to send the invalidation
1360 int fuse_lowlevel_notify_inval_entry(struct fuse_chan *ch, fuse_ino_t parent,
1372 * @param ch the channel through which to send the notification
1379 int fuse_lowlevel_notify_delete(struct fuse_chan *ch,
1397 * @param ch the channel through which to send the invalidation
1404 int fuse_lowlevel_notify_store(struct fuse_chan *ch, fuse_ino_t ino,
1425 * @param ch the channel through which to send the invalidation
1432 int fuse_lowlevel_notify_retrieve(struct fuse_chan *ch, fuse_ino_
[all...]
/haiku/src/tests/add-ons/print/ppd/parser/
H A DParser.cpp233 int ch = GetCurrentChar(); local
234 if (ch == -1) {
237 if (IsWhitespace(ch)) {
239 } else if (ch == '*') {
242 ch = GetCurrentChar();
243 if (ch == '%') {
/haiku/src/add-ons/translators/sgi/
H A DSGIImage.cpp603 int32 ch; // current charater local
624 ch = buffer[bufferPos ++];
627 count = ch & 127;
631 if (ch & 128) {
661 ch = buffer[bufferPos ++];
664 *row = ch;
684 int32 ch; // current charater local
693 ch = *rleBuffer ++;
696 count = ch & 127;
700 if (ch
776 int32 ch; // current character local
854 int32 ch; // current character local
[all...]

Completed in 321 milliseconds

1234567