Home
last modified time | relevance | path

Searched refs:bufsz (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dgetpath.c405 size_t bufsz; in calculate_path() local
477 bufsz = strlen(zip_path); /* Replace "00" with version */ in calculate_path()
478 zip_path[bufsz - 6] = VERSION[0]; in calculate_path()
479 zip_path[bufsz - 5] = VERSION[1]; in calculate_path()
506 bufsz = strlen(prefix); in calculate_path()
507 if(prefix[bufsz-1] == ':') { // if prefix consists solely of a volume_name in calculate_path()
508 prefix[bufsz] = SEP; // then append SEP indicating the root directory in calculate_path()
509 prefix[bufsz+1] = 0; // and ensure the new string is terminated in calculate_path()
515 bufsz = 0; in calculate_path()
518 bufsz += strlen(rtpypath) + 1; in calculate_path()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dgetpath.c474 size_t bufsz; in calculate_path() local
546 bufsz = strlen(zip_path); /* Replace "00" with version */ in calculate_path()
547 zip_path[bufsz - 6] = VERSION[0]; in calculate_path()
548 zip_path[bufsz - 5] = VERSION[1]; in calculate_path()
575 bufsz = strlen(prefix); in calculate_path()
576 if(prefix[bufsz-1] == ':') { in calculate_path()
577 prefix[bufsz] = SEP; in calculate_path()
578 prefix[bufsz+1] = 0; in calculate_path()
584 bufsz = 0; in calculate_path()
587 bufsz += strlen(rtpypath) + 1; in calculate_path()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgetpath.c386 size_t bufsz; in calculate_path() local
532 bufsz = strlen(zip_path); /* Replace "00" with version */ in calculate_path()
533 zip_path[bufsz - 6] = VERSION[0]; in calculate_path()
534 zip_path[bufsz - 5] = VERSION[2]; in calculate_path()
551 bufsz = 0; in calculate_path()
554 bufsz += strlen(rtpypath) + 1; in calculate_path()
563 bufsz += prefixsz; in calculate_path()
566 bufsz += delim - defpath + 1; in calculate_path()
568 bufsz += strlen(defpath) + 1; in calculate_path()
574 bufsz += strlen(zip_path) + 1; in calculate_path()
[all …]