| /onnv/onnv-gate/usr/src/pkgdefs/common_files/ |
| i.initd | 96 nfile="`dirname $ofile`/_`basename $ofile`.old" ;; 98 nfile="${ofile}.old" ;; 101 cp -p $ofile $nfile 102 echo "EXISTING_FILE_RENAMED: $ofile $nfile" >>$CLEANUP
|
| /onnv/onnv-gate/usr/src/cmd/acct/ |
| acctmerg.c | 39 * reads std input and 0-NFILE files, all in tacct.h format, 53 int nfile; /* index of last used in fl */ variable 54 FILE *fl[NFILE] = {stdin}; 56 struct tacct tb[NFILE]; /* current record from each file */ 106 if (++nfile >= NFILE) { 107 fprintf(stderr, "acctmerg: >%d files\n", NFILE); 110 if ((fl[nfile] = fopen(*argv, "r")) == NULL) { 119 for (i = 0; i <= nfile; i++) 125 for (i = 0; i <= nfile; i++ [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/libld/common/ |
| resolve.c | 549 Half nfile = ifl->ifl_ehdr->e_type; local 556 if ((ofile == ET_REL) && (nfile == ET_REL) && (obind != STB_WEAK) && 617 if ((sdp->sd_flags & FLG_SY_SOFOUND) && (nfile == ET_DYN)) { 622 } else if ((nfile == ET_REL) && ((ofile == ET_DYN) || 653 Half nfile = ifl->ifl_ehdr->e_type; local 671 if ((ofile == ET_REL) && (nfile == ET_REL) && (obind == nbind) && 690 } else if (ofile != nfile) { 702 if ((nfile == ET_DYN) && (ntype == STT_FUNC)) { 739 if (((ofile == ET_REL) && (nfile == ET_REL) && 786 if ((ofile == ET_REL) && (nfile == ET_DYN) && (otent == TRUE) & 831 Half nfile = ifl->ifl_ehdr->e_type; local 1083 Half vis = 0, nfile = ifl->ifl_ehdr->e_type; local [all...] |
| support.c | 178 const char *nfile = *ofile; local 209 (*flp->fl_fptr)(&npath, &nfile, &nfd, _flags, &nelf, ref, off, 223 if (nfile) 224 *ofile = nfile;
|
| files.c | 2373 const char *nfile = ofile; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/ldd/common/ |
| ldd.c | 159 int pflag = 0, vflag = 0, wflag = 0, nfile, var, error = 0; local 332 nfile = argc - optind; 365 if (elf_check(nfile, fname, cname, elf, fflag) != NULL) 372 if (aout_check(nfile, fname, cname, var, fflag) != NULL) 408 elf_check(int nfile, char *fname, char *cname, Elf *elf, int fflag) 556 return (run(nfile, cname, fname, (const char *)fname, class)); 558 return (run(nfile, cname, fname, conv_lddstub(class), class)); 562 aout_check(int nfile, char *fname, char *cname, int fd, int fflag) 598 return (run(nfile, cname, fname, conv_lddstub(ELFCLASS32), 602 return (run(nfile, cname, fname, (const char *)fname [all...] |
| /onnv/onnv-gate/usr/src/lib/libbc/inc/include/sys/ |
| file.h | 45 int nfile; variable
|
| /onnv/onnv-gate/usr/src/cmd/ipf/svc/ |
| ipfilter | 82 for nfile in $NAT_FILES $IPNATCONF; do 83 if [ -r ${nfile} ]; then 84 ipnat -f ${nfile} 86 echo "$0: load of ${nfile} failed"
|
| /onnv/onnv-gate/usr/src/cmd/fmli/sys/ |
| grep.c | 104 static int nfile; variable 128 sflag = iflag = errflg = nfile = nsucc = 0; 170 nfile = argc - 1; 246 if (nfile>1) 267 if (nfile > 1) /* print filename */
|
| /onnv/onnv-gate/usr/src/cmd/grep/ |
| grep.c | 92 static int nfile; variable 158 nfile = argc - 1; 232 if (nfile > 1 && !hflag && file) 328 if (nfile > 1 && !hflag && file) 353 if (nfile > 1 && !hflag)
|
| /onnv/onnv-gate/usr/src/cmd/tcopy/ |
| tcopy.c | 56 int nfile; /* used for ??? */ variable 175 if (nfile && filen > nfile)
|
| /onnv/onnv-gate/usr/src/lib/libtecla/common/ |
| pcache.c | 127 int nfile; /* The number of filenames stored in 'files' */ member in struct:PathNode 562 fptr += node->nfile; 838 node->nfile = 0; 855 int nfile = node->nfile = pca_scan_dir(pc, node->dir, node->mem); local 856 if(nfile < 1) { /* No files matched or an error occurred */ 858 return nfile < 0; 890 int nfile = 0; /* The number of filenames recorded */ local 949 nfile++; 954 qsort(mem->files + mem->nfiles - nfile, nfile, sizeof(*mem->files) [all...] |
| expand.c | 187 ef->result.nfile = 0; 464 if(ef->result.nfile < 1) { 471 qsort(ef->result.files, ef->result.nfile, sizeof(ef->result.files[0]), 613 if(ef->result.nfile + 1 > ef->files_dim) { 630 ef->result.files[ef->result.nfile++] = copy; 669 ef->result.nfile = 0; [all...] |
| getline.c | [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/crle/common/ |
| inspect.c | 387 char *nfile; local 397 if ((nfile = malloc(size)) == NULL) 399 (void) strcpy(nfile, file); 401 nfile = (char *)file; 403 fent->e_key = (Addr)nfile; 435 (void) printf(MSG_INTL(MSG_DIA_FILE), fent->e_id, nfile); local 510 char rpath[PATH_MAX], *npath, *nfile; local 522 if (nfile = strrchr(npath, '/')) 523 nfile++; 525 nfile = npath [all...] |
| /onnv/onnv-gate/usr/src/tools/scripts/ |
| webrev.sh | [all...] |
| /onnv/onnv-gate/usr/src/cmd/modload/ |
| plcysubr.c | 254 char *nfile; local 292 nfile = mktemp(tfile); 294 new = fopen(nfile, "w"); 418 (void) unlink(nfile); 420 } else if (rename(nfile, filename) != 0) { 424 (void) unlink(nfile); 429 (void) unlink(nfile);
|
| /onnv/onnv-gate/usr/src/cmd/fgrep/ |
| fgrep.c | 125 int nfile; variable 272 nfile = argc; 427 if (nfile > 1 && !hflag) 462 if ((nfile > 1) && !hflag)
|
| /onnv/onnv-gate/usr/src/cmd/egrep/ |
| egrep.y | 119 int nfile; 761 nfile = argc; 811 if (nfile>1 && !hflag) 916 if (nfile > 1 && !hflag) 948 if (nfile > 1 && !hflag)
|
| /onnv/onnv-gate/usr/src/lib/libtecla/ |
| libtecla.h | 185 /* In this case the single entry in 'nfile' may not */ 187 int nfile; /* The number of files in files[] */ member in struct:__anon4213 188 char **files; /* An array of 'nfile' filenames. */ [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/pvs/common/ |
| pvs.c | 1008 int nfile, var; local 1074 if ((nfile = argc - optind) == 0) { 1221 if ((nfile > 1) && !oflag) [all...] |