Searched refs:base_len (Results 1 – 6 of 6) sorted by relevance
| /illumos-gate/usr/src/cmd/du/ |
| H A D | du.c | 72 static size_t base_len = PATH_MAX + 1; /* # of chars for base */ variable 214 if ((base = (char *)calloc(base_len, sizeof (char))) == NULL) { in main() 240 while (base_len < (strlen(argv[optind]) + 1)) { in main() 241 base_len = base_len * 2; in main() 242 if ((base = (char *)realloc(base, base_len * in main() 253 if (base_len > name_len) { in main() 254 name_len = base_len; in main() 489 while ((offset + strlen(dp->d_name) + 2) > base_len) { in descend() 490 base_len = base_len * 2; in descend() 492 base_len * sizeof (char))) == NULL) { in descend()
|
| /illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
| H A D | softDH.c | 95 uint32_t base_len = sizeof (base); in soft_dh_genkey_pair() local 142 rv = soft_get_public_value(pubkey, CKA_BASE, base, &base_len); in soft_dh_genkey_pair() 151 k.base_bytes = base_len; in soft_dh_genkey_pair()
|
| H A D | softDSA.c | 472 uint32_t base_len = sizeof (base); in soft_dsa_genkey_pair() local 497 rv = soft_get_public_value(pubkey, CKA_BASE, base, &base_len); in soft_dsa_genkey_pair() 509 k.base_bytes = base_len; in soft_dsa_genkey_pair()
|
| /illumos-gate/usr/src/uts/i86pc/io/pci/ |
| H A D | pci_prd_i86pc.c | 438 ushort_t ebda_seg, base_size, ext_len, base_len, base_end_seg; in mps_probe() local 479 base_len = ctp->ct_len; in mps_probe() 480 if (checksum((uchar_t *)ctp, base_len) != 0) { in mps_probe() 492 extp = (uchar_t *)ctp + base_len; in mps_probe()
|
| /illumos-gate/usr/src/cmd/geniconvtbl/ |
| H A D | itmcomp.c | 556 size_t base_len; in prog_path_expand() local 562 base_len = strlen(base_name); in prog_path_expand() 582 if ((dir_len + base_len) < MAXPATHLEN) { in prog_path_expand() 583 (void) memcpy(path + dir_len, base_name, base_len + 1); in prog_path_expand()
|
| /illumos-gate/usr/src/uts/sun4v/os/ |
| H A D | mach_cpu_states.c | 121 size_t base_len = 0; in store_boot_cmd() local 148 base_len = strlen(BOOT_CMD_BASE); in store_boot_cmd() 149 len = base_len + 1; in store_boot_cmd() 164 (void) strncpy(&cmd_buf[base_len], args, args_len); in store_boot_cmd()
|