Searched refs:llimit (Results 1 - 3 of 3) sorted by relevance
| /illumos-gate/usr/src/cmd/vi/port/ |
| H A D | ex_vops3.c | 52 line *llimit; variable 88 llimit = limit; 182 if (dir < 0 && (wdot != llimit || wcursor != linebuf)) { 184 llimit = dot; 348 llimit = one; 358 llimit = wdot; 391 llimit = one; 394 llimit = dol; 397 llimit = addr; 399 llimit [all...] |
| /illumos-gate/usr/src/cmd/svr4pkg/pkgmk/ |
| H A D | main.c | 160 static fsblkcnt_t llimit = 0; variable 245 llimit = strtoull(optarg, NULL, 10); 577 &limit, &ilimit, &llimit);
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/ |
| H A D | ipqosconf.c | 2870 * with value 2 (or YELLOW), and so forth. size is the array size and llimit 2873 * and value pairs and ulimit and llimit parameters are ignored and instead 2881 int llimit, 2892 IPQOSCDBG4(L0, "In print_int_array: size: %u, llimit: %u, ulimit: %u, " 2893 "enum_nvs: %x \n", size, llimit, ulimit, enum_nvs); 2899 get_str_val_value_range(enum_nvs, &llimit, &ulimit); 2911 for (x = llimit; x <= ulimit; x++) { 3411 int llimit, ulimit; local 3421 &arr_enum_nvs, &size, &llimit, &ulimit, 3430 llimit, ulimi 2877 print_int_array( FILE *fp, int arr[], uint32_t size, int llimit, int ulimit, str_val_nd_t *enum_nvs, int tab_inserts) argument 4300 read_int_array( FILE *fp, char *first_token, int **arrp, uint32_t arr_size, int llimit, int ulimit, str_val_nd_t *enum_nvs) argument 6046 int llimit = 0, ulimit = 0; local [all...] |
Completed in 528 milliseconds