/titanic_44/usr/src/lib/libast/common/port/ |
H A D | astlicense.c | 278 expand(Notice_t* notice, register Buffer_t* b, const Item_t* item) in expand() function 346 expand(notice, b, ¬ice->item[SINCE]); in copyright() 353 expand(notice, b, ¬ice->item[PARENT]); in copyright() 358 expand(notice, b, ¬ice->item[CORPORATION]); in copyright() 362 expand(notice, b, ¬ice->item[INCORPORATION]); in copyright() 368 expand(notice, b, ¬ice->item[COMPANY]); in copyright() 570 expand(¬ice, &buf, &key[i]); in astlicense() 582 expand(¬ice, &buf, ¬ice.item[i]); in astlicense() 595 expand(¬ice, &buf, &item); in astlicense() 598 expand(¬ice, &buf, ¬ice.item[h]); in astlicense() [all …]
|
/titanic_44/usr/src/common/crypto/aes/amd64/ |
H A D | aes_intel.s | 451 aeskeygenassist $0x1, %xmm2, %xmm1 / expand the key 455 aeskeygenassist $0x2, %xmm2, %xmm1 / expand the key 459 aeskeygenassist $0x4, %xmm2, %xmm1 / expand the key 463 aeskeygenassist $0x8, %xmm2, %xmm1 / expand the key 467 aeskeygenassist $0x10, %xmm2, %xmm1 / expand the key 471 aeskeygenassist $0x20, %xmm2, %xmm1 / expand the key 475 aeskeygenassist $0x40, %xmm2, %xmm1 / expand the key 498 aeskeygenassist $0x1, %xmm2, %xmm1 / expand the key 500 aeskeygenassist $0x2, %xmm2, %xmm1 / expand the key 502 aeskeygenassist $0x4, %xmm2, %xmm1 / expand the key [all …]
|
/titanic_44/usr/src/cmd/expand/ |
H A D | Makefile | 29 PROG= expand unexpand 36 POFILE= expand.po 49 $(LINT.c) expand.c $(LDLIBS) 56 $(RM) $@; cp expand.c $@
|
/titanic_44/usr/src/cmd/acct/ |
H A D | acctcms.c | 101 float expand(); 103 ulong_t expand(); 262 cpu = expand(acct.oab.ac_stime)+ in tdofile() 263 expand(acct.oab.ac_utime); in tdofile() 265 real = expand(acct.oab.ac_etime); in tdofile() 267 mem = expand(acct.oab.ac_mem); in tdofile() 269 cmt.tcm_io = expand(acct.oab.ac_io); in tdofile() 270 cmt.tcm_rw = expand(acct.oab.ac_rw); in tdofile() 279 cpu = expand(acct.oab.ac_stime)+ in tdofile() 280 expand(acct.oab.ac_utime); in tdofile() [all …]
|
H A D | acctprc.c | 73 float expand(); in main() 75 ulong_t expand(); in main() 86 if ((etime = SECS(expand(ab.ac_etime))) == 0) in main() 88 stime = expand(ab.ac_stime) + expand(ab.ac_utime); in main() 89 mem = expand(ab.ac_mem); in main()
|
H A D | acctprc1.c | 86 ulong_t expand(); in main() 130 if ((etime = SECS(expand(ab.ac_etime))) == 0) in main() 132 stime = expand(ab.ac_stime) + expand(ab.ac_utime); in main() 133 mem = expand(ab.ac_mem); in main()
|
H A D | acctcom.c | 112 float expand(); 114 ulong_t expand(); 373 elapsed = expand(a->ac_etime); in dofile() 394 sys = expand(a->ac_stime); in dofile() 395 user = expand(a->ac_utime); in dofile() 399 mem = expand(a->ac_mem); in dofile() 401 io=expand(a->ac_io); in dofile() 402 rw=expand(a->ac_rw); in dofile()
|
/titanic_44/usr/src/cmd/tcpd/ |
H A D | tcpdmatch.c | 268 static void expand(text, pattern, request) in expand() function 289 expand("client: hostname", "%n", request); 290 expand("client: address ", "%a", request); 291 expand("client: username", "%u", request); 292 expand("server: hostname", "%N", request); 293 expand("server: address ", "%A", request); 294 expand("server: process ", "%d", request);
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
H A D | gram.y | 126 nl = expand($3, E_VARS); 137 $1->sc_args = expand($2, E_VARS); 142 $1->sc_args = expand($2, E_ALL); 154 for (nl = expand(dupnl($2), E_VARS); nl != NULL; 158 $1->sc_args = expand($2, E_VARS); 163 $1->sc_args = expand($2, E_ALL); 364 files = expand(files, E_VARS|E_SHELL); 365 hosts = expand(hosts, E_ALL); 431 c->c_files = expand(files, E_ALL);
|
/titanic_44/usr/src/tools/scripts/ |
H A D | validate_flg.pl | 48 sub expand { subroutine 97 next if !defined($expfile = expand($1)); 101 next if !defined($expfile = expand($dir)); 112 next if !defined($expfile = expand($1));
|
/titanic_44/usr/src/cmd/lastcomm/ |
H A D | lc_pacct.c | 24 extern ulong_t expand(comp_t); 91 x = expand(acp->ac_utime) + expand(acp->ac_stime); in lc_pacct()
|
H A D | Makefile | 31 EXPOBJ= expand.o
|
/titanic_44/usr/src/lib/cfgadm_plugins/scsi/common/ |
H A D | cfga_scsi.c | 191 int hba, expand, nelem; in cfga_list_ext() local 222 expand = 0; in cfga_list_ext() 224 expand = 1; in cfga_list_ext() 234 } else if (!expand) { /* Stat only the HBA */ in cfga_list_ext()
|
/titanic_44/usr/src/uts/common/io/audio/impl/ |
H A D | audio_format.c | 700 int expand = AUDIO_UNIT_EXPAND; in auimpl_format_setup() local 747 expand *= sizeof (int32_t); in auimpl_format_setup() 748 expand /= info->sampsize; in auimpl_format_setup() 764 expand *= info->sampsize; in auimpl_format_setup() 765 expand /= sizeof (int32_t); in auimpl_format_setup() 784 expand *= target.p_nchan; in auimpl_format_setup() 785 expand /= source.p_nchan; in auimpl_format_setup() 792 expand *= target.p_rate; in auimpl_format_setup() 793 expand /= source.p_rate; in auimpl_format_setup() 810 if (expand > AUDIO_UNIT_EXPAND) { in auimpl_format_setup() [all …]
|
/titanic_44/usr/src/common/elfcap/ |
H A D | elfcap.c | 393 expand(elfcap_style_t style, elfcap_mask_t val, const elfcap_desc_t *cdp, in expand() function 449 return (expand(style, val, &hw1_386[0], ELFCAP_NUM_HW1_386, in elfcap_hw1_to_str() 454 return (expand(style, val, hw1_sparc, ELFCAP_NUM_HW1_SPARC, in elfcap_hw1_to_str() 475 return (expand(style, val, &hw2_386[0], ELFCAP_NUM_HW2_386, in elfcap_hw2_to_str() 478 return (expand(style, val, NULL, 0, str, len, fmt)); in elfcap_hw2_to_str() 499 return (expand(style, val, &sf1[0], ELFCAP_NUM_SF1, str, len, fmt)); in elfcap_sf1_to_str()
|
/titanic_44/usr/src/lib/cfgadm_plugins/fp/common/ |
H A D | cfga_fp.c | 210 int fca, expand, nelem; in cfga_list_ext() local 273 expand = 0; in cfga_list_ext() 275 expand = 1; in cfga_list_ext() 285 } else if (!expand) { /* Stat only the HBA */ in cfga_list_ext()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | glob.c | 91 static void expand(char *as); 179 expand(as); in acollect() 202 expand(char *as) in expand() function 368 expand(restbuf); in execbrc() 515 expand(p); in amatch()
|
/titanic_44/usr/src/cmd/sgs/moe/common/ |
H A D | moe.msg | 37 \t[-32]\t\tonly expand 32-bit objects\n\ 38 \t[-64]\t\tonly expand 64-bit objects\n\
|
/titanic_44/usr/src/cmd/sh/ |
H A D | expand.c | 57 expand(unsigned char *as, int rcnt) in expand() function 193 count += expand(rchain->argval, in expand()
|
/titanic_44/usr/src/grub/grub-0.97/docs/ |
H A D | src2texi | 15 ${dir}/${src} | expand > ${texi}.new
|
/titanic_44/usr/src/cmd/acct/lib/ |
H A D | expand.c | 48 expand(comp_t ct) in expand() function
|
H A D | Makefile | 28 OBJS= pnpsplit.o copyn.o devtolin.o expand.o lintodev.o \
|
/titanic_44/usr/src/cmd/csh/ |
H A D | sh.glob.c | 42 void expand(tchar *); 149 expand(as); in acollect() 170 expand(tchar *as) in expand() function 343 expand(restbuf); in execbrc() 485 expand(p); in amatch()
|
/titanic_44/usr/src/lib/libshell/common/tests/ |
H A D | quoting.sh | 181 then err_exit ' $x\$, with x=$hi, does not expand to $hi$' 184 then err_exit ' $x$, with x=$hi, does not expand to $hi$'
|
/titanic_44/usr/src/cmd/tip/ |
H A D | cmds.c | 63 cp = expand(copyname); in getfl() 100 cp = expand(argv[1]); in cu_take() 259 fnamex = expand(fname); in tip_sendfile() 400 copynamex = expand(argv[0]); in cu_put() 878 expand(char name[]) in expand() function
|