| /onnv/onnv-gate/usr/src/cmd/acct/lib/ |
| expand.c | 43 * this input value, the maximum value that expand() can return will therefore 48 expand(comp_t ct) function
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Text/ |
| Tabs.pm | 7 @EXPORT = qw(expand unexpand $tabstop); 19 sub expand subroutine 44 $line = expand($line); 72 Text::Tabs -- expand and unexpand tabs per the unix expand(1) and unexpand(1) 79 @lines_without_tabs = expand(@lines_with_tabs); 84 Text::Tabs does about what the unix utilities expand(1) and unexpand(1) 85 do. Given a line with tabs in it, expand will replace the tabs with 92 expand doesn't handle newlines very quickly -- do not feed it an
|
| /onnv/onnv-gate/usr/src/tools/scripts/ |
| 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));
|
| /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/utils/ |
| nisrm.c | 59 ulong_t expand; local 87 expand = EXPAND_NAME; 89 expand = 0; 94 res = nis_lookup(name, expand|MASTER_ONLY); 130 if (ask_remove || expand) {
|
| nisrmdir.c | 164 ulong_t expand; local 197 expand = EXPAND_NAME; 199 expand = 0; 204 res = nis_lookup(name, expand|MASTER_ONLY); 222 if (expand == 0) 260 if (ask_remove || expand) {
|
| /onnv/onnv-gate/usr/src/cmd/psrinfo/ |
| psrinfo.pl | 256 # Expand start-end into the list of values 261 sub expand subroutine 499 # Expand all x-y intervals in the argument list 500 @cpu_args = map { expand($_) } @ARGV;
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/comp/ |
| comp.h | 22 int (*expand)(COMP_CTX *ctx, member in struct:comp_method_st
|
| /onnv/onnv-gate/usr/src/lib/cfgadm_plugins/scsi/common/ |
| cfga_scsi.c | 191 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 */ 236 } else { /* Expand HBA attachment point */
|
| /onnv/onnv-gate/usr/src/cmd/filesync/ |
| files.c | 33 * 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 242 fprintf(stderr, "VARS: EXPAND %s to %s\n", name, namebuf);
|
| /onnv/onnv-gate/usr/src/cmd/fmli/sys/ |
| expand.c | 86 * EXPAND will "expand" all environment variables in the 91 expand(src) function
|
| /onnv/onnv-gate/usr/src/cmd/sh/ |
| expand.c | 57 expand(unsigned char *as, int rcnt) function 193 count += expand(rchain->argval,
|
| /onnv/onnv-gate/usr/src/cmd/tcpd/ |
| tcpdmatch.c | 268 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);
|
| /onnv/onnv-gate/usr/src/lib/cfgadm_plugins/fp/common/ |
| cfga_fp.c | 212 int fca, expand, nelem; local 274 expand = 0; 276 expand = 1; 280 * We expand published attachment points but not 286 } else if (!expand) { /* Stat only the HBA */ 288 } else { /* Expand HBA attachment point */
|
| /onnv/onnv-gate/usr/src/lib/libc/port/regex/ |
| glob.c | 166 int expand = 0; /* path has pattern */ local 176 if (expand) 177 goto Expand; 199 ++expand; 203 if (expand) 204 goto Expand; 209 Expand: 232 /* expand path to max. expansion */
|
| /onnv/onnv-gate/usr/src/common/elfcap/ |
| elfcap.c | 349 * Expand a capabilities value into the strings defined in the associated 353 expand(elfcap_style_t style, uint64_t val, const elfcap_desc_t *cdp, function 395 * Expand a CA_SUNW_HW_1 value. 409 return (expand(style, val, &hw1_386[0], ELFCAP_NUM_HW1_386, 414 return (expand(style, val, hw1_sparc, ELFCAP_NUM_HW1_SPARC, 421 * Expand a CA_SUNW_SF_1 value. Note, that at present these capabilities are 438 return (expand(style, val, &sf1[0], ELFCAP_NUM_SF1, str, len, fmt));
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/src/ |
| macro.c | 163 ** 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
|
| /onnv/onnv-gate/usr/src/cmd/ttymon/ |
| tmpmtab.c | 55 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
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/lhash/ |
| lhash.c | 83 * 1.6 eay - Fixed an invalid pointers in contract/expand 27/07/92 85 * 1.5 eay - Fixed a misuse of realloc in expand 02/03/1992 110 static void expand(LHASH *lh); 187 expand(lh); 305 static void expand(LHASH *lh) function
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
| SMTP.pm | 449 sub expand subroutine 717 =item expand ( ADDRESS ) 719 Request the server to expand the given address Returns an array
|
| /onnv/onnv-gate/usr/src/cmd/unpack/ |
| unpack.c | 81 static int expand(); 122 return (expand()); 492 expand() function
|
| /onnv/onnv-gate/usr/src/uts/common/io/audio/impl/ |
| audio_format.c | 544 * Mono expansion. We expand into the stereo 699 int expand = AUDIO_UNIT_EXPAND; local 722 expand *= sizeof (int32_t); 723 expand /= info->sampsize; 739 expand *= info->sampsize; 740 expand /= sizeof (int32_t); 757 expand *= target->p_nchan; 758 expand /= source->p_nchan; 770 expand *= target->p_rate; 771 expand /= source->p_rate [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
| expand.c | 28 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 630 * Expand file names beginning with `~' into the
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/ |
| glob.c | 78 static void expand(char *); 183 expand(as); 206 static void expand(char *as) function 374 expand(restbuf); 496 expand(p);
|
| /onnv/onnv-gate/usr/src/cmd/mailx/ |
| fio.c | 722 * in it and expand it by using wordexp(). 729 expand(char *name) function 737 if (debug) fprintf(stderr, "expand(%s)=", name); 774 * in it and expand it by using "sh -c echo filename" 783 char *t = expand(name); 799 * to expand it, to prevent infinite recursion. 801 if (*folder != '+' && (folder = expand(folder)) == NOSTR ||
|
| /onnv/onnv-gate/usr/src/cmd/tip/ |
| cmds.c | 63 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
|