Searched defs:fcnt (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/db/log/ |
H A D | log.c | 303 int cnt, fcnt, ret; local 320 ret = __os_dirlist(dir, &names, &fcnt); 334 for (cnt = fcnt, clv = logval = 0; --cnt >= 0;) { 353 __os_dirfree(names, fcnt);
|
/illumos-gate/usr/src/uts/i86pc/os/cpupm/ |
H A D | cpu_acpi.c | 422 cpu_acpi_obj_t objtype, int fcnt) 465 obj->Package.Elements[i].Package.Count != fcnt) { 474 for (j = 0; j < fcnt; j++) { 421 cpu_acpi_cache_supported_states(cpu_acpi_handle_t handle, cpu_acpi_obj_t objtype, int fcnt) argument
|
/illumos-gate/usr/src/cmd/th_tools/ |
H A D | th_define.c | 487 size_t fcnt, /* and then fail it fcnt times */ 502 fcnt, /* and then fail it fcnt times */ 514 int fon, size_t fcnt) 584 fcnt, edp->acc_chk, opname, 592 nttime, interval, type, fon, fcnt, 617 type, fon, fcnt, 630 type, fon, fcnt, 644 type, fon, fcnt, ed 479 define_one_error( FILE *fp, struct bofi_errdef *edp, struct acc_log_elem *item, ulong_t nttime, ulong_t interval, char *type, int fon, size_t fcnt, uint_t acc_chk, char *opname, uint64_t operand) argument 512 define_op_err(FILE *fp, int *ecnt, struct bofi_errdef *edp, struct acc_log_elem *item, ulong_t nttime, ulong_t interval, char *type, int fon, size_t fcnt) argument 762 size_t acnt, fcnt; local [all...] |
/illumos-gate/usr/src/cmd/tar/ |
H A D | tar.c | 2936 int fcnt = 0; /* count # files in argv list */ local 3851 if (fcnt > xcnt) { 3854 fcnt-xcnt); 4145 int fcnt = 0; /* count # files in argv list */ local 4297 if (fcnt > tcnt) { 4299 "tar: %d file(s) not found\n"), fcnt-tcnt);
|
Completed in 66 milliseconds