Searched refs:expand (Results 1 - 25 of 94) sorted by relevance

1234

/illumos-gate/usr/src/cmd/expand/
H A DMakefile26 # cmd/expand/Makefile
29 PROG= expand unexpand
34 # workaround two meanings for expand.po
36 POFILE= expand.po
49 $(LINT.c) expand.c $(LDLIBS)
56 $(RM) $@; cp expand.c $@
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dsrc2texi15 ${dir}/${src} | expand > ${texi}.new
/illumos-gate/usr/src/cmd/acct/lib/
H A Dexpand.c43 * this input value, the maximum value that expand() can return will therefore
48 expand(comp_t ct) function
H A DMakefile28 OBJS= pnpsplit.o copyn.o devtolin.o expand.o lintodev.o \
/illumos-gate/usr/src/cmd/acct/
H A Dacctprc.c73 float expand();
75 ulong_t expand();
86 if ((etime = SECS(expand(ab.ac_etime))) == 0)
88 stime = expand(ab.ac_stime) + expand(ab.ac_utime);
89 mem = expand(ab.ac_mem);
H A Dacctcms.c101 float expand();
103 ulong_t expand();
262 cpu = expand(acct.oab.ac_stime)+
263 expand(acct.oab.ac_utime);
265 real = expand(acct.oab.ac_etime);
267 mem = expand(acct.oab.ac_mem);
269 cmt.tcm_io = expand(acct.oab.ac_io);
270 cmt.tcm_rw = expand(acct.oab.ac_rw);
279 cpu = expand(acct.oab.ac_stime)+
280 expand(acc
[all...]
H A Dacctprc1.c86 ulong_t expand();
130 if ((etime = SECS(expand(ab.ac_etime))) == 0)
132 stime = expand(ab.ac_stime) + expand(ab.ac_utime);
133 mem = expand(ab.ac_mem);
H A Dacctcom.c112 float expand();
114 ulong_t expand();
373 elapsed = expand(a->ac_etime);
394 sys = expand(a->ac_stime);
395 user = expand(a->ac_utime);
399 mem = expand(a->ac_mem);
401 io=expand(a->ac_io);
402 rw=expand(a->ac_rw);
/illumos-gate/usr/src/cmd/lastcomm/
H A Dlc_pacct.c24 extern ulong_t expand(comp_t);
91 x = expand(acp->ac_utime) + expand(acp->ac_stime);
H A DMakefile31 EXPOBJ= expand.o
/illumos-gate/usr/src/tools/scripts/
H A Dvalidate_flg.pl48 sub expand { subroutine
97 next if !defined($expfile = expand($1));
101 next if !defined($expfile = expand($dir));
112 next if !defined($expfile = expand($1));
/illumos-gate/usr/src/lib/libast/common/port/
H A Dastlicense.c274 * expand simple ${...}
278 expand(Notice_t* notice, register Buffer_t* b, const Item_t* item) function
346 expand(notice, b, &notice->item[SINCE]);
353 expand(notice, b, &notice->item[PARENT]);
358 expand(notice, b, &notice->item[CORPORATION]);
362 expand(notice, b, &notice->item[INCORPORATION]);
368 expand(notice, b, &notice->item[COMPANY]);
570 expand(&notice, &buf, &key[i]);
582 expand(&notice, &buf, &notice.item[i]);
595 expand(
[all...]
/illumos-gate/usr/src/cmd/tcpd/
H A Dtcpdmatch.c268 static void expand(text, pattern, request) 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);
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_scsi.c191 int hba, expand, nelem; local
222 expand = 0;
224 expand = 1;
228 * We expand published attachment points but not
234 } else if (!expand) { /* Stat only the HBA */
/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daes_intel.s451 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 th
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dgram.y126 nl = expand($3, E_VARS);
137 $1->sc_args = expand($2, E_VARS);
142 $1->sc_args = expand($2, E_ALL);
150 * We dup the namelist in $2 because expand()
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(file
[all...]
H A Ddefs.h83 /* expand type definitions */
148 struct namelist *expand();
/illumos-gate/usr/src/lib/libtecla/
H A DMakefile.com29 direader.o homedir.o pathutil.o expand.o stringrp.o cplfile.o \
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_fp.c210 int fca, expand, nelem; local
273 expand = 0;
275 expand = 1;
279 * We expand published attachment points but not
285 } else if (!expand) { /* Stat only the HBA */
/illumos-gate/usr/src/cmd/filesync/
H A Dfilesync.h151 char *expand(char *); /* expand variables in name */
/illumos-gate/usr/src/common/elfcap/
H A Delfcap.c389 expand(elfcap_style_t style, elfcap_mask_t val, const elfcap_desc_t *cdp, function
445 return (expand(style, val, &hw1_386[0], ELFCAP_NUM_HW1_386,
450 return (expand(style, val, hw1_sparc, ELFCAP_NUM_HW1_SPARC,
471 return (expand(style, val, &hw2_386[0], ELFCAP_NUM_HW2_386,
474 return (expand(style, val, NULL, 0, str, len, fmt));
495 return (expand(style, val, &sf1[0], ELFCAP_NUM_SF1, str, len, fmt));
/illumos-gate/usr/src/cmd/sh/
H A Dexpand.c57 expand(unsigned char *as, int rcnt) function
193 count += expand(rchain->argval,
H A DMakefile30 ctype.o echo.o expand.o func.o macro.o pwd.o setbrk.o test.o \
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dglob.c91 static void expand(char *as);
179 expand(as);
202 expand(char *as) function
368 expand(restbuf);
515 expand(p);
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_format.c544 * Mono expansion. We expand into the stereo
700 int expand = AUDIO_UNIT_EXPAND; local
747 expand *= sizeof (int32_t);
748 expand /= info->sampsize;
758 * the converter will be NULL and expand will not be
764 expand *= info->sampsize;
765 expand /= sizeof (int32_t);
784 expand *= target.p_nchan;
785 expand /= source.p_nchan;
792 expand *
[all...]

Completed in 113 milliseconds

1234