Home
last modified time | relevance | path

Searched refs:path_max (Results 226 – 250 of 829) sorted by relevance

12345678910>>...34

/dports/lang/gcc9-devel/gcc-9-20211007/intl/
H A Ddcigettext.c537 size_t path_max; variable
540 path_max = (unsigned int) PATH_MAX;
541 path_max += 2; /* The getcwd docs say to do this. */
545 dirname = (char *) alloca (path_max + dirname_len);
549 ret = getcwd (dirname, path_max);
553 path_max += path_max / 2;
554 path_max += PATH_INCR;
/dports/games/briquolo/briquolo-0.5.7/intl/
H A Ddcigettext.c532 size_t path_max; in DCIGETTEXT() local
535 path_max = (unsigned int) PATH_MAX; in DCIGETTEXT()
536 path_max += 2; /* The getcwd docs say to do this. */ in DCIGETTEXT()
540 dirname = (char *) alloca (path_max + dirname_len); in DCIGETTEXT()
544 ret = getcwd (dirname, path_max); in DCIGETTEXT()
548 path_max += path_max / 2; in DCIGETTEXT()
549 path_max += PATH_INCR; in DCIGETTEXT()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/intl/
H A Ddcigettext.c537 size_t path_max; variable
540 path_max = (unsigned int) PATH_MAX;
541 path_max += 2; /* The getcwd docs say to do this. */
545 dirname = (char *) alloca (path_max + dirname_len);
549 ret = getcwd (dirname, path_max);
553 path_max += path_max / 2;
554 path_max += PATH_INCR;
/dports/shells/bash/bash-5.1/lib/intl/
H A Ddcigettext.c547 size_t path_max; variable
550 path_max = (unsigned int) PATH_MAX;
551 path_max += 2; /* The getcwd docs say to do this. */
555 dirname = (char *) alloca (path_max + dirname_len);
559 ret = getcwd (dirname, path_max);
563 path_max += path_max / 2;
564 path_max += PATH_INCR;
/dports/devel/gdb761/gdb-7.6.1/intl/
H A Ddcigettext.c537 size_t path_max; variable
540 path_max = (unsigned int) PATH_MAX;
541 path_max += 2; /* The getcwd docs say to do this. */
545 dirname = (char *) alloca (path_max + dirname_len);
549 ret = getcwd (dirname, path_max);
553 path_max += path_max / 2;
554 path_max += PATH_INCR;
/dports/lang/gcc48/gcc-4.8.5/intl/
H A Ddcigettext.c537 size_t path_max; variable
540 path_max = (unsigned int) PATH_MAX;
541 path_max += 2; /* The getcwd docs say to do this. */
545 dirname = (char *) alloca (path_max + dirname_len);
549 ret = getcwd (dirname, path_max);
553 path_max += path_max / 2;
554 path_max += PATH_INCR;
/dports/news/yencode/yencode-0.46/intl/
H A Ddcigettext.c496 size_t path_max; variable
499 path_max = (unsigned int) PATH_MAX;
500 path_max += 2; /* The getcwd docs say to do this. */
504 dirname = (char *) alloca (path_max + dirname_len);
508 ret = getcwd (dirname, path_max);
512 path_max += path_max / 2;
513 path_max += PATH_INCR;
/dports/print/ghostscript7-base/ghostscript-7.07/gimp-print-4.2.7/intl/
H A Ddcigettext.c496 size_t path_max; variable
499 path_max = (unsigned int) PATH_MAX;
500 path_max += 2; /* The getcwd docs say to do this. */
504 dirname = (char *) alloca (path_max + dirname_len);
508 ret = getcwd (dirname, path_max);
512 path_max += path_max / 2;
513 path_max += PATH_INCR;
/dports/misc/lingoteach/lingoteach-ui-0.3.9/intl/
H A Ddcigettext.c537 size_t path_max; variable
540 path_max = (unsigned int) PATH_MAX;
541 path_max += 2; /* The getcwd docs say to do this. */
545 dirname = (char *) alloca (path_max + dirname_len);
549 ret = getcwd (dirname, path_max);
553 path_max += path_max / 2;
554 path_max += PATH_INCR;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/intl/
H A Ddcigettext.c537 size_t path_max; variable
540 path_max = (unsigned int) PATH_MAX;
541 path_max += 2; /* The getcwd docs say to do this. */
545 dirname = (char *) alloca (path_max + dirname_len);
549 ret = getcwd (dirname, path_max);
553 path_max += path_max / 2;
554 path_max += PATH_INCR;
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/intl/
H A Ddcigettext.c537 size_t path_max; variable
540 path_max = (unsigned int) PATH_MAX;
541 path_max += 2; /* The getcwd docs say to do this. */
545 dirname = (char *) alloca (path_max + dirname_len);
549 ret = getcwd (dirname, path_max);
553 path_max += path_max / 2;
554 path_max += PATH_INCR;
/dports/games/volleyball/volleyball-0.8.6/intl/
H A Ddcigettext.c532 size_t path_max; in DCIGETTEXT() local
535 path_max = (unsigned int) PATH_MAX; in DCIGETTEXT()
536 path_max += 2; /* The getcwd docs say to do this. */ in DCIGETTEXT()
540 dirname = (char *) alloca (path_max + dirname_len); in DCIGETTEXT()
544 ret = getcwd (dirname, path_max); in DCIGETTEXT()
548 path_max += path_max / 2; in DCIGETTEXT()
549 path_max += PATH_INCR; in DCIGETTEXT()
/dports/devel/riscv64-gcc/gcc-8.3.0/intl/
H A Ddcigettext.c537 size_t path_max; variable
540 path_max = (unsigned int) PATH_MAX;
541 path_max += 2; /* The getcwd docs say to do this. */
545 dirname = (char *) alloca (path_max + dirname_len);
549 ret = getcwd (dirname, path_max);
553 path_max += path_max / 2;
554 path_max += PATH_INCR;
/dports/lang/gnat_util/gcc-6-20180516/intl/
H A Ddcigettext.c537 size_t path_max; variable
540 path_max = (unsigned int) PATH_MAX;
541 path_max += 2; /* The getcwd docs say to do this. */
545 dirname = (char *) alloca (path_max + dirname_len);
549 ret = getcwd (dirname, path_max);
553 path_max += path_max / 2;
554 path_max += PATH_INCR;
/dports/devel/avr-gcc/gcc-10.2.0/intl/
H A Ddcigettext.c537 size_t path_max; variable
540 path_max = (unsigned int) PATH_MAX;
541 path_max += 2; /* The getcwd docs say to do this. */
545 dirname = (char *) alloca (path_max + dirname_len);
549 ret = getcwd (dirname, path_max);
553 path_max += path_max / 2;
554 path_max += PATH_INCR;
/dports/japanese/mutt-devel/mutt-1.5.21/intl/
H A Ddcigettext.c496 size_t path_max; variable
499 path_max = (unsigned int) PATH_MAX;
500 path_max += 2; /* The getcwd docs say to do this. */
504 dirname = (char *) alloca (path_max + dirname_len);
508 ret = getcwd (dirname, path_max);
512 path_max += path_max / 2;
513 path_max += PATH_INCR;
/dports/japanese/scim-anthy/scim-anthy-1.2.7/intl/
H A Ddcigettext.c532 size_t path_max; in DCIGETTEXT() local
535 path_max = (unsigned int) PATH_MAX; in DCIGETTEXT()
536 path_max += 2; /* The getcwd docs say to do this. */ in DCIGETTEXT()
540 dirname = (char *) alloca (path_max + dirname_len); in DCIGETTEXT()
544 ret = getcwd (dirname, path_max); in DCIGETTEXT()
548 path_max += path_max / 2; in DCIGETTEXT()
549 path_max += PATH_INCR; in DCIGETTEXT()
/dports/japanese/scim-canna/scim-canna-1.0.0/intl/
H A Ddcigettext.c532 size_t path_max; in DCIGETTEXT() local
535 path_max = (unsigned int) PATH_MAX; in DCIGETTEXT()
536 path_max += 2; /* The getcwd docs say to do this. */ in DCIGETTEXT()
540 dirname = (char *) alloca (path_max + dirname_len); in DCIGETTEXT()
544 ret = getcwd (dirname, path_max); in DCIGETTEXT()
548 path_max += path_max / 2; in DCIGETTEXT()
549 path_max += PATH_INCR; in DCIGETTEXT()
/dports/japanese/scim-honoka/honoka-0.9.1/intl/
H A Ddcigettext.c532 size_t path_max; in DCIGETTEXT() local
535 path_max = (unsigned int) PATH_MAX; in DCIGETTEXT()
536 path_max += 2; /* The getcwd docs say to do this. */ in DCIGETTEXT()
540 dirname = (char *) alloca (path_max + dirname_len); in DCIGETTEXT()
544 ret = getcwd (dirname, path_max); in DCIGETTEXT()
548 path_max += path_max / 2; in DCIGETTEXT()
549 path_max += PATH_INCR; in DCIGETTEXT()
/dports/japanese/scim-skk/scim-skk-0.5.2/intl/
H A Ddcigettext.c532 size_t path_max; in DCIGETTEXT() local
535 path_max = (unsigned int) PATH_MAX; in DCIGETTEXT()
536 path_max += 2; /* The getcwd docs say to do this. */ in DCIGETTEXT()
540 dirname = (char *) alloca (path_max + dirname_len); in DCIGETTEXT()
544 ret = getcwd (dirname, path_max); in DCIGETTEXT()
548 path_max += path_max / 2; in DCIGETTEXT()
549 path_max += PATH_INCR; in DCIGETTEXT()
/dports/japanese/scim-tables/scim-tables-0.5.10/intl/
H A Ddcigettext.c519 size_t path_max; in DCIGETTEXT() local
522 path_max = (unsigned int) PATH_MAX; in DCIGETTEXT()
523 path_max += 2; /* The getcwd docs say to do this. */ in DCIGETTEXT()
527 dirname = (char *) alloca (path_max + dirname_len); in DCIGETTEXT()
531 ret = getcwd (dirname, path_max); in DCIGETTEXT()
535 path_max += path_max / 2; in DCIGETTEXT()
536 path_max += PATH_INCR; in DCIGETTEXT()
/dports/japanese/scim-honoka-plugin-romkan/honoka-plugin-romkan-0.9.0/intl/
H A Ddcigettext.c532 size_t path_max; in DCIGETTEXT() local
535 path_max = (unsigned int) PATH_MAX; in DCIGETTEXT()
536 path_max += 2; /* The getcwd docs say to do this. */ in DCIGETTEXT()
540 dirname = (char *) alloca (path_max + dirname_len); in DCIGETTEXT()
544 ret = getcwd (dirname, path_max); in DCIGETTEXT()
548 path_max += path_max / 2; in DCIGETTEXT()
549 path_max += PATH_INCR; in DCIGETTEXT()
/dports/japanese/kasumi/kasumi-2.5/intl/
H A Ddcigettext.c537 size_t path_max; variable
540 path_max = (unsigned int) PATH_MAX;
541 path_max += 2; /* The getcwd docs say to do this. */
545 dirname = (char *) alloca (path_max + dirname_len);
549 ret = getcwd (dirname, path_max);
553 path_max += path_max / 2;
554 path_max += PATH_INCR;
/dports/lang/gcc11/gcc-11.2.0/intl/
H A Ddcigettext.c537 size_t path_max; variable
540 path_max = (unsigned int) PATH_MAX;
541 path_max += 2; /* The getcwd docs say to do this. */
545 dirname = (char *) alloca (path_max + dirname_len);
549 ret = getcwd (dirname, path_max);
553 path_max += path_max / 2;
554 path_max += PATH_INCR;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/intl/
H A Ddcigettext.c537 size_t path_max; variable
540 path_max = (unsigned int) PATH_MAX;
541 path_max += 2; /* The getcwd docs say to do this. */
545 dirname = (char *) alloca (path_max + dirname_len);
549 ret = getcwd (dirname, path_max);
553 path_max += path_max / 2;
554 path_max += PATH_INCR;

12345678910>>...34