Searched defs:first_file (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/cmd/mkfiles/
H A Dmkfiles.c38 unsigned int first_file = 0; local
45 if (argc == 4 && sscanf(argv[3], "%u", &first_file) != 1)
48 if (numfiles < first_file)
52 for (unsigned int i = first_file; i <= numfiles; i++) {
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_int.h95 prf_file_t first_file; member in struct:_profile_t
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.h315 bool first_file; /* for difference option */ variable
/illumos-gate/usr/src/tools/codereview/
H A Dlwlp.c274 int ch, i, j, first_file; local
445 first_file = optind;
446 for (j = first_file; j < argc; j++) {
453 if (iscodereview && (first_file + 2) != argc) {
561 CODEREVIEW, argv[first_file+1], argv[first_file]);
563 bannerfile = argv[first_file+1];
573 } else if (first_file == argc) { /* no files on command line */
579 for (i = first_file; i < argc; i++) {

Completed in 66 milliseconds