Searched refs:ch (Results 151 - 175 of 343) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libfuse/
H A DMakefile40 MSGFILES = `$(GREP) -l gettext $(HDRDIR)/*.[ch]`
/osnet-11/usr/src/lib/libipsecutil/
H A DMakefile43 MSGFILES = `$(GREP) -l gettext common/*.[ch]`
/osnet-11/usr/src/grub/grub2/grub-core/lib/mips/
H A Drelocator.c114 grub_relocator_chunk_t ch; local
123 err = grub_relocator_alloc_chunk_align (rel, &ch, 0,
131 ptr = get_virtual_current_address (ch);
136 vtarget = (grub_addr_t) grub_map_memory (get_physical_target_address (ch),
/osnet-11/usr/src/cmd/ldap/common/
H A Dldapdelete.c187 char ch; local
213 ch = getchar();
214 if ( (ch == 'Y') || (ch == 'y')) {
/osnet-11/usr/src/lib/libzfs/
H A DMakefile42 MSGFILES = `$(GREP) -l gettext $(HDRDIR)/*.[ch]`
/osnet-11/usr/src/lib/libresolv2/
H A DMakefile103 $(XGETTEXT) $(XGETFLAGS) *.[ch]* */*.[ch]*
/osnet-11/usr/src/lib/libmail/
H A DMakefile84 $(XGETTEXT) $(XGETFLAGS) *.[ch]* */*.[ch]*
/osnet-11/usr/src/lib/libparted/
H A DMakefile102 $(XGETTEXT) $(XGETFLAGS) *.[ch]* */*.[ch]*
/osnet-11/usr/src/lib/libparted/common/lib/
H A Dquotearg.h352 char *quotearg_char (char const *arg, char ch);
355 char *quotearg_char_mem (char const *arg, size_t argsize, char ch);
/osnet-11/usr/src/lib/fm/libdiskstatus/common/
H A Dds_util.c126 char ch = (isprint(start[subscript]) ? local
130 *linep = ch;
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/x86pi/common/
H A Dx86pi_chassis.c44 smbios_chassis_t ch; local
66 rv = smbios_info_chassis(shp, smb_id, &ch);
/osnet-11/usr/src/lib/libcurses/screen/
H A Dllib-lcurses81 int addch(chtype ch);
99 int addwch(chtype ch);
158 int echochar(chtype ch);
161 int echowchar(chtype ch);
263 int mvaddch(int y, int x, chtype ch);
281 int mvaddwch(int y, int x, chtype ch);
311 int mvhline(int y, int x, chtype ch, int n);
329 int mvinsch(int y, int x, chtype ch);
344 int mvinswch(int y, int x, chtype ch);
365 int mvwaddch(WINDOW *win, int y, int x, chtype ch);
[all...]
H A Dsetupterm.c101 _Pr(int ch) /* FOR DEBUG ONLY */ argument
103 if (ch >= 0200) {
105 ch -= 0200;
107 if ((ch < ' ') || (ch == 0177))
108 printf("^%c", ch ^ 0100);
110 printf("%c", ch);
115 int ch; local
122 while (ch = *string++)
123 _Pr(ch
130 unsigned char ch; local
[all...]
/osnet-11/usr/src/lib/libxcurses2/h/
H A Dcurses.h735 #define addch(ch) waddch(stdscr, ch)
736 #define mvaddch(y, x, ch) (move(y, x) ? ((ch), ERR) : addch(ch))
737 #define mvwaddch(w, y, x, ch) \
738 (wmove(__w1 = (w), y, x) ? ((ch), ERR) : waddch(__w1, ch))
818 #define bkgd(ch) wbkgd(stdscr, ch)
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex_internal.h52 # define isblank(ch) ((ch) == ' ' || (ch) == '\t')
520 #define IS_WORD_CHAR(ch) (isalnum (ch) || (ch) == '_')
521 #define IS_NEWLINE(ch) ((ch) == NEWLINE_CHAR)
522 #define IS_WIDE_WORD_CHAR(ch) (iswalnum (ch) || (c
728 unsigned char ch; member in union:__anon475::__anon476
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_fat.c295 char *rest, ch, dir_buf[FAT_DIRENTRY_LENGTH]; local
344 for (rest = dirname; (ch = *rest) && !isspace (ch) && ch != '/'; rest++);
349 if (print_possibilities && ch != '/')
371 *rest = ch;
477 *(dirname = rest) = ch;
H A Dfsys_ext2fs.c562 char ch; /* temp char holder */ local
745 for (rest = dirname; (ch = *rest) && !isspace (ch) && ch != '/';
773 *rest = ch;
792 *rest = ch;
816 if (print_possibilities && ch != '/'
829 while (!dp->inode || (str_chk || (print_possibilities && ch != '/')));
832 *(dirname = rest) = ch;
/osnet-11/usr/src/cmd/sendmail/db/txn/
H A Dtxn_auto.c82 u_int ch; local
86 ch = 0;
211 u_int ch; local
215 ch = 0;
368 u_int ch; local
372 ch = 0;
389 ch = ((u_int8_t *)argp->xid.data)[i];
390 if (isprint(ch) || ch == 0xa)
391 putchar(ch);
517 u_int ch; local
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_parse.c83 char *cp, ch, *tag, *value; local
96 ch = *cp;
97 if (ch == 0)
99 if (ch == '[') {
135 if (ch == '}') {
337 char ch; local
346 while ((ch = *str++)) {
347 switch (ch) {
364 buf[0] = ch;
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A Dbsd.c607 grub_relocator_chunk_t ch; local
608 err = grub_relocator_alloc_chunk_addr (relocator, &ch,
612 p = get_virtual_current_address (ch);
687 grub_relocator_chunk_t ch; local
688 err = grub_relocator_alloc_chunk_align (relocator, &ch,
695 stack = get_virtual_current_address (ch);
696 stack_target = get_physical_target_address (ch);
724 grub_relocator_chunk_t ch; local
725 err = grub_relocator_alloc_chunk_align (relocator, &ch,
732 stack = get_virtual_current_address (ch);
787 grub_relocator_chunk_t ch; local
1078 grub_relocator_chunk_t ch; local
1110 grub_relocator_chunk_t ch; local
1219 grub_relocator_chunk_t ch; local
1326 grub_relocator_chunk_t ch; local
1373 grub_relocator_chunk_t ch; local
1838 grub_relocator_chunk_t ch; local
1889 grub_relocator_chunk_t ch; local
[all...]
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DIANACharCode.java243 * @param ch The character as a string of Integers.
251 static String unescapeChar(String ch, String encoding) argument
257 code = Integer.parseInt(ch);
264 new Object[] {ch, encoding});
302 new Object[] {ch, encoding});
313 new Object[] {ch, encoding});
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr_buf.c208 asr_buf_append_char(asr_buf_t *abp, const char ch) argument
214 abp->asrb_data[abp->asrb_length] = ch;
340 char ch; local
346 ch = *c;
347 switch (ch) {
377 if ((ch < 32) || (126 < ch))
378 ch = '.';
381 err |= asr_buf_append_char(abp, ch);
403 char ch; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/boot/i386/pc/
H A Dstartup_raw.S325 movb %al, %ch
326 decb %ch
327 movb %ch, (%ebx)
334 movb (%ebx), %ch
336 subb %ch, %al
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/pc/
H A Dchainloader.c165 grub_relocator_chunk_t ch; local
168 err = grub_relocator_alloc_chunk_addr (rel, &ch, 0x7C00,
172 bs = get_virtual_current_address (ch);
173 err = grub_relocator_alloc_chunk_addr (rel, &ch,
178 ptable = get_virtual_current_address (ch);
/osnet-11/usr/src/lib/libxcurses/h/
H A Dcurses.h834 #define addch(ch) waddch(stdscr,ch)
835 #define mvaddch(y,x,ch) (move(y,x)?ERR:addch(ch))
836 #define mvwaddch(w,y,x,ch) (wmove(w,y,x)?ERR:waddch(w,ch))
882 #define bkgd(ch) wbkgd(stdscr, ch)
883 #define bkgdset(ch) __m_chtype_cc(ch,
[all...]

Completed in 90 milliseconds

1234567891011>>