Searched refs:names (Results 126 - 150 of 176) sorted by relevance

12345678

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_cmdsub.c771 names['t'-'a'] = *dot &~ 01;
899 names['t'-'a'] = *dot &~ 01;
1446 if (names[k] == *(j))
1447 names[k]= *((undap1+(j-dolp1)) );
H A Dex.h129 * very little code. The offsets for the option names in the structure
244 var line names['z'-'a'+2]; /* Mark registers a-z,' */ variable
H A Dex_cmds.c477 names[c - 'a'] = *addr2 &~ 01;
/illumos-gate/usr/src/lib/krb5/kadm5/
H A Dadmin.h589 kadm5_ret_t kadm5_free_name_list(void *server_handle, char **names,
599 * names.
789 char **names, int count);
/illumos-gate/usr/src/tools/scripts/
H A Dcheck_rtime.pl76 # exception names.
649 ## ProcSymSortOutMsg(RelPath, secname, addr, names...)
655 my($RelPath, $secname, $addr, @names) = @_;
658 "$secname: duplicate $addr: ". join(', ', @names));
669 # libproc and debuggers always display public names instead of symbols
H A Dxref.mk99 # * We strip out any duplicate file names, being careful not to
/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c782 } *names, *groups; variable in typeref:struct:cachenode
815 c = findincache(&names, uid);
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Dimx6.dtsi317 dma-names = "rx", "tx";
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_fhistory.c22 * nor the names of its contributors may be used to endorse or promote
466 file_entry->names.names_len = 1;
467 file_entry->names.names_val = file_name_entry;
596 dir_entry->names.names_len = 1;
597 dir_entry->names.names_val = dir_name_entry;
H A Dndmp.x23 * nor the names of its contributors may be used to endorse or promote
1844 ndmp_file_name_v3 names<>;
1860 ndmp_file_name_v3 names<>;
/illumos-gate/usr/src/cmd/sgs/pvs/common/
H A Dpvs.c30 * -C demangle C++ symbol names.
1011 char *names; local
1147 names = data->d_buf;
1191 _cache->c_name = names + shdr.sh_name;
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Ddump.c94 char **names; member in struct:dump_args
477 * Plow, brute force, through the list of names/regular expressions.
485 match_error = regcomp(&match_exp, arglist->names[i], REG_EXTENDED);
524 compile(arglist->names[i],
537 if (re_result = re_comp(arglist->names[i])) {
547 if (!strcmp(arglist->names[i], name))
1427 arglist.names = (char **) NULL;
1433 arglist.names = &argv[aindex];
1991 * If no error, then we're done reading. Now parse the names
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_history.txt13 * 3. Neither the name of the author nor the names of any co-contributors
160 * 02-29-08 02.00.06 Modified various names to make them 32-character unique.
482 * 02-29-08 02.00.02 Modified various names to make them 32-character unique.
499 * 02-29-08 02.00.02 Modified various names to make them 32-character unique.
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dnvdisc.c627 int nv_adddisc(Namval_t *np, const char **names, Namval_t **funs) argument
631 register const char **av=names;
647 vp->bnames = names;
1271 * return space separated list of names of variables in given tree
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c926 const char **names = arg; local
932 for (i = 0; names[i] != NULL; i++) {
933 if (grub_strcmp(za->za_name, names[i]) == 0) {
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub1.c894 (void) printf("start names\n");
/illumos-gate/usr/src/cmd/svc/configd/
H A Dconfigd.h800 char **names);
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dreglib.h571 Dt_t* names; member in struct:State_s
/illumos-gate/usr/src/cmd/make/include/mk/
H A Ddefs.h102 struct _Name *names[64]; member in struct:_Name_vector
/illumos-gate/usr/src/boot/sys/boot/i386/pmbr/
H A Dpmbr.s14 # 3. Neither the name of the author nor the names of any co-contributors
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl99 set n_primary [llength [array names pg_used]]
101 foreach x [array names pg_used] {incr unused_primary $pg_used($x)}
/illumos-gate/usr/src/cmd/ypcmd/
H A Dyp_b_subr.c72 extern listofnames *names();
538 list = names(serverfile);
/illumos-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_memerr.c79 const struct ce_name2type *names = (minorvers == 0) ? &old[0] : &new[0]; local
82 for (tp = names; tp->name != NULL; tp++)
/illumos-gate/usr/src/cmd/fm/modules/sun4v/generic-mem/
H A Dgmem_memerr.c68 const struct ce_name2type *names = &new[0]; local
71 for (tp = names; tp->name != NULL; tp++) {
/illumos-gate/usr/src/cmd/mandoc/
H A Dmain.c412 printf("%s - %s\n", res[i].names,
681 page->names = NULL;

Completed in 185 milliseconds

12345678