Searched refs:ch (Results 176 - 200 of 343) sorted by relevance

1234567891011>>

/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A DbsdXX.c107 grub_relocator_chunk_t ch; local
108 err = grub_relocator_alloc_chunk_addr (relocator, &ch,
112 chunk_src = get_virtual_current_address (ch);
204 grub_relocator_chunk_t ch; local
206 err = grub_relocator_alloc_chunk_addr (relocator, &ch,
211 chunk_src = get_virtual_current_address (ch);
320 grub_relocator_chunk_t ch; local
321 err = grub_relocator_alloc_chunk_addr (relocator, &ch,
325 sym_chunk = get_virtual_current_address (ch);
435 grub_relocator_chunk_t ch; local
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_ufs.c69 char *fname, ch; local
85 ch = *dirname;
89 *dirname = ch;
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dt-shm.c208 int ch; local
214 while ((ch = getopt(argc, argv, OPTIONS)) != -1)
216 switch ((char) ch)
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dprivate.h118 int ch; /* Character found by this node. */ member in struct:t_decode
233 extern void iqAdd(unsigned int ch);
234 extern void iqPush(unsigned int ch);
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex_internal.c229 int i, ch;
233 ch = pstr->raw_mbs [pstr->raw_mbs_idx + byte_idx + i];
234 buf[i] = pstr->mbs[byte_idx + i] = pstr->trans[ch];
341 int ch = pstr->raw_mbs[pstr->raw_mbs_idx + byte_idx];
342 pstr->mbs[byte_idx] = ch;
344 pstr->wcs[byte_idx++] = (wchar_t) ch;
369 int i, ch;
373 ch = pstr->raw_mbs [pstr->raw_mbs_idx + src_idx + i];
374 buf[i] = pstr->trans[ch];
456 int ch
228 int i, ch; local
340 int ch = pstr->raw_mbs[pstr->raw_mbs_idx + byte_idx]; local
368 int i, ch; local
455 int ch = pstr->raw_mbs[pstr->raw_mbs_idx + src_idx]; local
536 int ch = pstr->raw_mbs[pstr->raw_mbs_idx + char_idx]; local
559 int ch = pstr->raw_mbs[pstr->raw_mbs_idx + buf_idx]; local
838 int ch; local
882 int ch; local
[all...]
H A Dargp-fmtstream.h64 #define __argp_fmtstream_putc(fs,ch) putc(ch,fs)
65 #define argp_fmtstream_putc(fs,ch) putc(ch,fs)
/osnet-11/usr/src/lib/libproc/
H A DMakefile84 $(XGETTEXT) $(XGETFLAGS) *.[ch]*
/osnet-11/usr/src/lib/libshadowfs/
H A DMakefile47 MSGFILES = $(ERRPO) `$(GREP) -l gettext $(HDRDIR)/*.[ch]`
/osnet-11/usr/src/lib/libsmbfs/
H A DMakefile50 MSGFILES = `$(GREP) -l gettext common/*.[ch]`
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_nb.c299 uchar_t ch; local
323 ch = namebuf[i];
324 smbfs_mb_put_uint8(mbp, 'A' + ((ch >> 4) & 0xF));
325 smbfs_mb_put_uint8(mbp, 'A' + ((ch) & 0xF));
/osnet-11/usr/src/lib/libldap5/
H A DMakefile75 $(XGETTEXT) $(XGETFLAGS) sources/ldap/*/*.[ch]*
/osnet-11/usr/src/lib/libpool/
H A DMakefile55 MSGFILES = `$(GREP) -l gettext common/*.[ch]`
/osnet-11/usr/src/lib/libdiskmgt/
H A DMakefile49 MSGFILES = `$(GREP) -l gettext common/*.[ch]`
/osnet-11/usr/src/lib/libexacct/
H A DMakefile73 $(XGETTEXT) $(XGETFLAGS) *.[ch]*
/osnet-11/usr/src/lib/libfruutils/
H A DMakefile54 $(XGETTEXT) $(XGETFLAGS) */*.[ch]*
/osnet-11/usr/src/lib/libidmap/
H A DMakefile34 MSGFILES:sh = echo common/*.[ch]
/osnet-11/usr/src/lib/krb5/kadm5/clnt/
H A DMakefile.com108 $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext ../*.[ch] ../../*.[ch]`
/osnet-11/usr/src/lib/krb5/kadm5/srv/
H A DMakefile.com103 $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext ../*.[ch] ../../*.[ch]`
/osnet-11/usr/src/lib/krb5/ss/
H A DMakefile61 $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext *.[ch]`
/osnet-11/usr/src/lib/libadr/
H A DMakefile48 MSGFILES = `$(GREP) -l gettext $(HDRDIR)/*.[ch]`
/osnet-11/usr/src/lib/libadt_jni/
H A DMakefile28 MSGFILES= `$(GREP) -l gettext */*.[ch]`
/osnet-11/usr/src/grub/grub2/grub-core/boot/i386/pc/
H A Dboot.S249 movb %ch, %al
292 movb %al, %ch
312 * %ch = cylinder
464 movb $0, %ch
473 movb $79, %ch
/osnet-11/usr/src/grub/grub2/grub-core/loader/
H A Dmultiboot.c326 grub_relocator_chunk_t ch; local
330 err = grub_relocator_alloc_chunk_align (grub_multiboot_relocator, &ch,
339 module = get_virtual_current_address (ch);
340 target = get_physical_target_address (ch);
/osnet-11/usr/src/lib/cfgadm_plugins/ac/
H A DMakefile67 $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext */*.[ch]`
/osnet-11/usr/src/lib/cfgadm_plugins/fp/
H A DMakefile67 $(XGETTEXT) $(XGETFLAGS) `$(GREP) -l gettext */*.[ch]`

Completed in 67 milliseconds

1234567891011>>