Searched refs:ch (Results 276 - 300 of 343) sorted by relevance

<<11121314

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dmisc.h314 /* Replace all `ch' characters of `input' with `with' and copy the
317 grub_strchrsub (char *output, const char *input, char ch, const char *with) argument
321 if (*input == ch)
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dmvcur.c424 nilout(int ch) argument
426 return (ch);
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Dmisc.c653 auto void write_char (unsigned char ch);
655 auto void write_fill (const char ch, int n);
657 void write_char (unsigned char ch) argument
660 *str++ = ch;
671 void write_fill (const char ch, int count_fill) argument
675 write_char (ch);
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c822 char *cname, ch; local
850 ch = *path;
860 *path = ch;
927 char *cname, ch; local
968 ch = *fsname;
993 *fsname = ch;
H A Dchar_io.c1276 int ch; local
1281 ch = *str;
1283 return ch;
H A Ddisk_io.c1054 char ch = *device;
1087 if (ch == 'n' && network_ready)
1092 if (ch == 'c' && cdrom_drive != GRUB_INVALID_DRIVE)
1099 if (ch == 'h')
H A Dstart.S225 movb 12(%si), %ch /* sector+hcyl in cl, cylinder in ch */
240 * %ch = cylinder
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c1065 unsigned char ch; local
1093 ch = (unsigned char) *hexstr;
1095 if ((ch >= '0') && (ch <= '9'))
1096 ch -= '0';
1097 else if ((ch >= 'A') && (ch <= 'F'))
1098 ch = ch - 'A' + 10;
1099 else if ((ch >
[all...]
/osnet-11/usr/src/lib/libshell/common/edit/
H A Demacs.c772 int digit,ch; local
792 switch(ch=i)
828 if(ch=='l')
849 else if(ch=='f')
851 else if(ch=='c')
886 if(ch=='b')
970 if(ch=='\n')
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperlio.c2972 int ch = PerlSIO_fgetc(s); local
2973 if (ch != EOF) {
2974 *buf = ch;
3026 int ch = *--buf & 0xFF; local
3027 if (ungetc(ch,s) != ch) {
3031 if ((STDCHAR*)PerlSIO_get_ptr(s) != --eptr || ((*eptr & 0xFF) != ch)) {
3240 STDCHAR ch = c; local
3241 if (PerlIOStdio_unread(aTHX_ f,&ch,1) == 1) {
4079 int ch local
4265 int ch = *buf++; local
4756 PerlIO_ungetc(PerlIO *f, int ch) argument
4769 PerlIO_putc(PerlIO *f, int ch) argument
[all...]
H A Dutil.c1602 Perl_my_memset(register char *loc, register I32 ch, register I32 len) argument
1607 *loc++ = ch;
3430 Perl_ebcdic_control(pTHX_ int ch) argument
3432 if (ch > 'a') {
3435 if (islower(ch))
3436 ch = toupper(ch);
3438 if ((ctlp = strchr(controllablechars, ch)) == 0) {
3439 Perl_die(aTHX_ "unrecognised control character '%c'\n", ch);
3447 if (ch
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.xs20 # define UNI_TO_NATIVE(ch) (((ch) > 255) ? (ch) : ASCII_TO_NATIVE(ch))
22 # define UNI_TO_NATIVE(ch) (ch)
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c114 __m_outc(ch)
115 int ch;
117 return putc(ch, __m_screen->_of);
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp-help.c344 find_char (char ch, char *beg, char *end)
347 if (*beg == ch)
921 int ch = *more_so;
922 if (oshort (opt) && ch == opt->key)
925 if (! find_char (ch, short_options,
929 *so++ = ch;
340 find_char(char ch, char *beg, char *end) argument
907 int ch = *more_so; local
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Ddevice.c543 char ch; local
546 dev->d_ops->read(dev, &ch, 1) == 1)
/osnet-11/usr/src/lib/libc/port/print/
H A Ddoprnt.c2228 wchar_t ch; local
2230 ch = *fmt;
2231 if (_M_ISDIGIT(ch)) {
2232 n = ch - '0';
2233 ch = *++fmt;
2234 while (_M_ISDIGIT(ch)) {
2236 n += ch - '0';
2237 ch = *++fmt;
/osnet-11/usr/src/lib/libxcurses/src/libc/stdio/
H A Dvfscanf.c460 scan(int ch, const char *str, const char *estr) argument
463 if (*str == ch)
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_auth.c98 struct ch { struct
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto.h100 pkinit_cert_handle ch; /* cert handle for this certificate */ member in struct:_pkinit_cert_matching_data
/osnet-11/usr/src/grub/grub2/grub-core/boot/i386/pc/
H A Ddiskboot.S211 movb 12(%si), %ch /* sector+hcyl in cl, cylinder in ch */
226 * %ch = cylinder
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/
H A DBase64.xs109 # define NATIVE_TO_ASCII(ch) (ch)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFatal.pm182 Lionel.Cons@cern.ch
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
H A DLanguage.pm149 ch:Chamorro
H A DScript.pm207 ch:chu:221:Old Church Slavonic
/osnet-11/usr/src/lib/libfuse/common/
H A Dfuse_uvfs.c1668 fuse_new(struct fuse_chan *ch, struct fuse_args *args, argument
1737 libuvfs_fid_unique(ch->fuse_uvfs_fs, rootfid);
1738 (void) libuvfs_stash_fs_store(ch->fuse_uvfs_fs, FUSE_ROOT_FID,
1742 fuse->fuse_uvfs_fs = ch->fuse_uvfs_fs;
1745 (void) fuse_uvfs_fs_init(ch->fuse_uvfs_fs, fs);
1746 libuvfs_name_root_create(ch->fuse_uvfs_fs, rootfid);
1747 if (libuvfs_register_callbacks(ch->fuse_uvfs_fs, uvfs_all) == -1) {

Completed in 89 milliseconds

<<11121314