Searched refs:sizestr (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.bin/rpcgen/ |
H A D | rpc_cout.c | 376 char *sizestr; in inline_struct() local 389 sizestr = NULL; in inline_struct() 404 if (sizestr == NULL) in inline_struct() 418 if (sizestr == NULL) { in inline_struct() 419 sizestr = xstrdup(ptemp); in inline_struct() 422 sizestr = xrealloc(sizestr, in inline_struct() 423 strlen(sizestr) in inline_struct() 425 sizestr = strcat(sizestr, ptemp); in inline_struct() 431 if (sizestr == NULL && size < inline_size){ in inline_struct() 443 if (sizestr == NULL) in inline_struct() [all …]
|
/freebsd/usr.sbin/bsdinstall/partedit/ |
H A D | gpart_ops.c | 555 char sizestr[32]; in gpart_edit() local 651 humanize_number(sizestr, 7, pp->lg_mediasize, "B", HN_AUTOSCALE, in gpart_edit() 653 items[1].init = sizestr; in gpart_edit() 998 char sizestr[7]; in add_boot_partition() local 1000 humanize_number(sizestr, 7, in add_boot_partition() 1005 sizestr, bootmount, &bootpartname, 0); in add_boot_partition() 1037 char sizestr[32], startstr[32], output[64], *newpartname; in gpart_create() local 1117 humanize_number(sizestr, 7, size*sector, "B", HN_AUTOSCALE, in gpart_create() 1119 items[1].init = sizestr; in gpart_create() 1305 snprintf(sizestr, sizeof(sizestr), "%jd", size); in gpart_create() [all …]
|
/freebsd/lib/libc/resolv/ |
H A D | res_debug.c | 1033 char *sizestr, *hpstr, *vpstr; in loc_ntoa() local 1096 sizestr = strdup(precsize_ntoa(sizeval)); in loc_ntoa() 1105 (sizestr != NULL) ? sizestr : error, in loc_ntoa() 1109 if (sizestr != NULL) in loc_ntoa() 1110 free(sizestr); in loc_ntoa()
|
/freebsd/crypto/heimdal/appl/rcp/ |
H A D | ChangeLog | 88 * rcp.c (sizestr): remove and use snprintf to do this correctly
|