Searched defs:expand (Results 1 - 25 of 31) sorted by relevance

12

/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
/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/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/cmd/filesync/
H A Dfiles.c33 * expand ... expand env variables within a string or file name
131 * expand
134 * to expand variable names within a string
162 expand(char *name) function
/illumos-gate/usr/src/cmd/sh/
H A Dexpand.c57 expand(unsigned char *as, int rcnt) function
193 count += expand(rchain->argval,
/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/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/sendmail/src/
H A Dmacro.c163 ** EXPAND/DOEXPAND -- macro expand a string using $x escapes.
170 ** s -- the string to expand.
205 sm_dprintf("expand(");
318 sm_dprintf("expand(%d) ==> ", explevel);
331 syserr("expand: recursion too deep (%d max)",
350 sm_dprintf("expand ==> ");
357 expand(s, buf, bufsize, e) function
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmpmtab.c55 static char *expand();
206 strsave(expand(getword(ptr,&size,1),
812 * expand(cmdp, devp) - expand %d to device name and %% to %,
817 expand(cmdp,devp) function
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/
H A DPg.pm765 sub expand subroutine
767 scalar @_ > 0 or _usage("expand(cookie, val, ...)");
/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/unpack/
H A Dunpack.c81 static int expand();
122 return (expand());
492 expand() function
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dexpand.c28 int which; /* bit mask of types to expand */
58 * Take a list of names and expand any macros, etc.
67 expand(list, wh) function
77 printf("expand(%x, %d)\nlist = ", list, wh);
100 * Walk the name list and expand names into eargv[];
248 * expand into a list, after searching directory
/illumos-gate/usr/src/cmd/mailx/
H A Dfio.c724 * in it and expand it by using wordexp().
731 expand(char *name) function
739 if (debug) fprintf(stderr, "expand(%s)=", name);
776 * in it and expand it by using "sh -c echo filename"
785 char *t = expand(name);
801 * to expand it, to prevent infinite recursion.
803 if (*folder != '+' && (folder = expand(folder)) == NOSTR ||
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dpaths.c340 * for tokens to expand. Allocate a new buffer for the string.
343 expand(char **name, size_t *len, char **list, uint_t orig, uint_t omit, function
665 * older environments, only expand this token when hard-
1089 if ((_tkns = expand(&str, &len, &elist, orig, omit,
/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...]
/illumos-gate/usr/src/cmd/csh/
H A Dsh.glob.c42 void expand(tchar *);
149 expand(as);
170 expand(tchar *as) function
177 tprintf("TRACE- expand()\n");
343 expand(restbuf);
470 if (*slproc) /* Need to expand "/" only once */
485 expand(p);
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dauto_subr.c520 int expand = 0; local
538 expand++;
617 expand++;
641 if (!expand)
986 * Determine the application architecture (derived from uname -m) to expand
1007 * Determine the basic ISA (uname -p) to expand the $CPU macro.
1054 * Determine the platform (uname -i) to expand the $PLATFORM macro.
/illumos-gate/usr/src/cmd/backup/restore/
H A Dutilities.c840 * either this hack or re-write the expand() algorithm...
846 * "as" is the pattern to expand.
853 expand(char *as, int rflg, struct arglist *ap) function
936 size = expand(ap->head[rindexa].fname,
/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/cmd/sgs/m4/common/
H A Dm4.c50 static void expand(wchar_t **, int);
229 * Don't expand commented macro (between lcom and
234 * preceded by '$' because we want to expand "$#".
270 expand(Cp->argp, Ap-Cp->argp-1);
524 expand(wchar_t **a1, int c) function
/illumos-gate/usr/src/cmd/tip/
H A Dcmds.c63 cp = expand(copyname);
100 cp = expand(argv[1]);
259 fnamex = expand(fname);
400 copynamex = expand(argv[0]);
874 * expand a file name if it includes shell meta characters
878 expand(char name[]) function
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dmime.c550 expand(Mime_t* mp, register char* s, const char* name, const char* type, const char* opts) function
616 if (s = expand(mp, s, name, type, opts))
698 return expand(mp, att->value, name, type, opts);
/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/lib/libshell/common/sh/
H A Dlex.c288 char *quoted, *macro, *split, *expand; local
291 quoted = macro = split = expand = "";
297 expand = "expand:";
302 macro, split, expand, fmttoken(lp,tok,tokstr));

Completed in 351 milliseconds

12