Searched refs:buildpath (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/atari/
H A Datari.c513 buildpath: path1/path2/ ... (NULL-terminated)
552 static char *buildpath; /* full path (so far) to extracted file */ variable
553 static char *end; /* pointer to end of buildpath ('\0') */
582 * check end-buildpath after each append, set warning variable if
586 if ((end-buildpath) > FILNAMSIZ-3) /* need '/', one-char name, '\0' */
588 if (stat(buildpath, &G.statbuf)) { /* path doesn't exist */
590 free(buildpath); variable
596 FnFilter1(buildpath)));
597 free(buildpath); variable
601 if (mkdir(buildpath, 077
606 free(buildpath); variable
616 free(buildpath); variable
623 free(buildpath); variable
643 free(buildpath); variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/flexos/
H A Dflexos.c535 static char *buildpath; /* full path (so far) to extracted file */ variable
536 static char *end; /* pointer to end of buildpath ('\0') */
556 * check end-buildpath after each append, set warning variable if
560 if ((end-buildpath) > FILNAMSIZ-3) /* need '/', one-char name, '\0' */
562 if (stat(buildpath, &G.statbuf)) /* path doesn't exist */
565 free(buildpath); variable
570 FnFilter1(buildpath)));
571 free(buildpath); variable
575 if (mkdir(buildpath, 0777) == -1) { /* create the directory */
577 FnFilter2(buildpath), FnFilter
578 free(buildpath); variable
586 free(buildpath); variable
593 free(buildpath); variable
613 free(buildpath); variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/netware/
H A Dnetware.c532 static char *buildpath; /* full path (so far) to extracted file */ variable
533 static char *end; /* pointer to end of buildpath ('\0') */
560 * check end-buildpath after each append, set warning variable if
564 if ((end-buildpath) > FILNAMSIZ-3) /* need '/', one-char name, '\0' */
566 if (stat(buildpath, &G.statbuf)) { /* path doesn't exist */
568 free(buildpath); variable
575 FnFilter1(buildpath)));
576 free(buildpath); variable
580 if (mkdir(buildpath) == -1) { /* create the directory */
584 FnFilter2(buildpath), FnFilter
585 free(buildpath); variable
595 free(buildpath); variable
602 free(buildpath); variable
622 free(buildpath); variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/qdos/
H A Dqdos.c648 static char *buildpath; /* full path (so far) to extracted file */ variable
649 static char *end; /* pointer to end of buildpath ('\0') */
676 * check end-buildpath after each append, set warning variable if
680 if ((end-buildpath) > FILNAMSIZ-2) /* need '/', one-char name, '\0' */
682 if (stat(buildpath, &G.statbuf)) { /* path doesn't exist */
684 free(buildpath); variable
690 FnFilter1(buildpath)));
691 free(buildpath); variable
695 if (mkdir(buildpath, 0777) == -1) { /* create the directory */
699 FnFilter2(buildpath), FnFilter
700 free(buildpath); variable
710 free(buildpath); variable
717 free(buildpath); variable
737 free(buildpath); variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/acorn/
H A Dacorn.c535 static char *buildpath; /* full path (so far) to extracted file */ variable
536 static char *end; /* pointer to end of buildpath ('\0') */
563 * check end-buildpath after each append, set warning variable if
568 if ((end-buildpath) > FILNAMSIZ-3)
570 if (stat(buildpath, &G.statbuf)) { /* path doesn't exist */
572 free(buildpath); variable
578 FnFilter1(buildpath)));
580 free(buildpath); variable
584 if (mkdir(buildpath, 0777) == -1) { /* create the directory */
588 FnFilter2(buildpath), FnFilter
589 free(buildpath); variable
599 free(buildpath); variable
606 free(buildpath); variable
626 free(buildpath); variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/human68k/
H A Dhuman68k.c545 static char *buildpath; /* full path (so far) to extracted file */ variable
546 static char *end; /* pointer to end of buildpath ('\0') */
566 * check end-buildpath after each append, set warning variable if
570 if ((end-buildpath) > FILNAMSIZ-3) /* need '/', one-char name, '\0' */
572 if (SSTAT(buildpath, &G.statbuf)) /* path doesn't exist */
575 free(buildpath); variable
581 FnFilter1(buildpath)));
582 free(buildpath); variable
586 if (mkdir(buildpath, 0777) == -1) { /* create the directory */
590 FnFilter2(buildpath), FnFilter
591 free(buildpath); variable
601 free(buildpath); variable
608 free(buildpath); variable
628 free(buildpath); variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/amiga/
H A Damiga.c491 /* static char *buildpath; */ /* full path (so far) to extracted file */
492 /* static char *end; */ /* pointer to end of buildpath ('\0') */
513 if ((G.build_end-G.buildpath) > FILNAMSIZ-3) /* room for "/a\0" */
515 if (SSTAT(G.buildpath, &G.statbuf)) { /* path doesn't exist */
517 free(G.buildpath);
523 FnFilter1(G.buildpath)));
524 free(G.buildpath);
528 if (MKDIR(G.buildpath, 0777) == -1) { /* create the directory */
532 FnFilter2(G.buildpath), FnFilter1(G.filename)));
533 free(G.buildpath);
[all...]
H A Damiga.h177 char *rootpath, *buildpath, *build_end;\
187 /* rootlen, rootpath, buildpath, and build_end are used by checkdir(). */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/theos/
H A Dtheos.c642 buildpath: path1/path2/ ... (NULL-terminated)
682 static char *buildpath; /* full path (so far) to extracted file */ variable
683 static char *end; /* pointer to end of buildpath ('\0') */
711 * check end-buildpath after each append, set warning variable if
715 if ((end-buildpath) > FILNAMSIZ-3) /* need '/', one-char name, '\0' */
718 strcat(buildpath, rootdisk);
719 if (stat(buildpath, &G.statbuf)) { /* path doesn't exist */
721 free(buildpath); variable
727 FnFilter1(buildpath)));
728 free(buildpath); variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/tandem/
H A Dtanunz.c632 static char *buildpath; /* full path (so far) to extracted file */ variable
633 static char *end; /* pointer to end of buildpath ('\0') */
657 if (stat(buildpath, &G.statbuf)) { /* path doesn't exist */
659 free(buildpath); variable
662 if (mkdir(buildpath, 0777) == -1) { /* create the directory */
666 FnFilter2(buildpath), FnFilter1(G.filename)));
667 free(buildpath); variable
676 FnFilter2(buildpath), FnFilter1(G.filename)));
677 free(buildpath); variable
683 Trace((stderr, "buildpath no
697 free(buildpath); variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/aosvs/
H A Daosvs.c712 buildpath: path1/path2/ ... (NULL-terminated)
751 static char *buildpath; /* full path (so far) to extracted file */ variable
752 static char *end; /* pointer to end of buildpath ('\0') */
780 * check end-buildpath after each append, set warning variable if
785 if ((end-buildpath) > FILNAMSIZ-3)
788 if ( /*SSTAT(buildpath, &G.statbuf)*/ 1) {
790 free(buildpath); variable
796 FnFilter1(buildpath)));
797 free(buildpath); variable
802 if (zvs_credir(buildpath,
811 free(buildpath); variable
821 free(buildpath); variable
828 free(buildpath); variable
848 free(buildpath); variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/atheos/
H A Datheos.c622 /* static char *buildpath; */ /* full path (so far) to extracted file */
623 /* static char *end; */ /* pointer to end of buildpath ('\0') */
651 * check end-buildpath after each append, set warning variable if
656 if ((G.end-G.buildpath) > FILNAMSIZ-3)
658 if (SSTAT(G.buildpath, &G.statbuf)) { /* path doesn't exist */
660 free(G.buildpath);
666 FnFilter1(G.buildpath)));
667 free(G.buildpath);
671 if (mkdir(G.buildpath, 0777) == -1) { /* create the directory */
675 FnFilter2(G.buildpath), FnFilter
[all...]
H A Dathcfg.h58 char *rootpath, *buildpath, *end;\
66 /* rootlen, rootpath, buildpath and end are used by checkdir(). */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/beos/
H A Dbeos.c655 /* static char *buildpath; */ /* full path (so far) to extracted file */
656 /* static char *end; */ /* pointer to end of buildpath ('\0') */
684 * check end-buildpath after each append, set warning variable if
689 if ((G.end-G.buildpath) > FILNAMSIZ-3)
691 if (SSTAT(G.buildpath, &G.statbuf)) { /* path doesn't exist */
693 free(G.buildpath);
699 FnFilter1(G.buildpath)));
700 free(G.buildpath);
704 if (mkdir(G.buildpath, 0777) == -1) { /* create the directory */
709 FnFilter2(G.buildpath),
[all...]
H A Dbeocfg.h49 char *rootpath, *buildpath, *end;\
57 /* rootlen, rootpath, buildpath and end are used by checkdir(). */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/msdos/
H A Dmsdos.c885 static char *buildpath; /* full path (so far) to extracted file */ variable
886 static char *end; /* pointer to end of buildpath ('\0') */
910 * check end-buildpath after each append, set warning variable if
914 if ((end-buildpath) > FILNAMSIZ-3) /* need '/', one-char name, '\0' */
917 if (_dos_getfileattr(buildpath, &attrs) || stat(buildpath, &G.statbuf))
919 if (SSTAT(buildpath, &G.statbuf)) /* path doesn't exist */
923 free(buildpath); variable
929 FnFilter1(buildpath)));
930 free(buildpath); variable
937 free(buildpath); variable
945 free(buildpath); variable
952 free(buildpath); variable
972 free(buildpath); variable
1032 free(buildpath); variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/unix/
H A Dunix.c729 buildpath: path1/path2/ ... (NULL-terminated)
768 /* static char *buildpath; */ /* full path (so far) to extracted file */
769 /* static char *end; */ /* pointer to end of buildpath ('\0') */
797 * check end-buildpath after each append, set warning variable if
802 if ((G.end-G.buildpath) > FILNAMSIZ-3)
804 if (SSTAT(G.buildpath, &G.statbuf)) { /* path doesn't exist */
806 free(G.buildpath);
812 FnFilter1(G.buildpath)));
813 free(G.buildpath);
817 if (mkdir(G.buildpath, 077
[all...]
H A Dunxcfg.h218 char *rootpath, *buildpath, *end;\
226 /* rootlen, rootpath, buildpath and end are used by checkdir(). */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dmacos.c559 static char *buildpath; /* full path (so far) to extracted file */ variable
560 static char *end; /* pointer to end of buildpath ('\0') */
587 * check end-buildpath after each append, set warning variable if
591 if ((end-buildpath) > NAME_MAX-3) /* need ':', one-char name, '\0' */
593 if (stat(buildpath, &G.statbuf)) { /* path doesn't exist */
595 free(buildpath); variable
600 FnFilter1(buildpath)));
601 free(buildpath); variable
605 if (macmkdir(buildpath) == -1) { /* create the directory */
607 FnFilter2(buildpath), FnFilter
608 free(buildpath); variable
616 free(buildpath); variable
623 free(buildpath); variable
643 free(buildpath); variable
[all...]

Completed in 208 milliseconds