Searched refs:tmproot (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/human68k/
H A Dhuman68k.c699 char *tmproot; variable
701 if ((tmproot = (char *)malloc(rootlen+3)) == (char *)NULL) {
705 strcpy(tmproot, pathcomp);
706 if (isalpha((uch)tmproot[0]) && tmproot[1] == ':')
708 if (tmproot[rootlen-1] == '/' || tmproot[rootlen-1] == '\\') {
709 tmproot[--rootlen] = '\0';
715 } else if (rootlen > 0 && (SSTAT(tmproot, &G.statbuf) ||
718 if (!G.create_dirs /* || iswild(tmproot) */ ) {
719 free(tmproot); variable
730 free(tmproot); variable
742 free(tmproot); variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/flexos/
H A Dflexos.c689 char *tmproot; variable
691 if ((tmproot = (char *)malloc(rootlen+3)) == (char *)NULL) {
695 strcpy(tmproot, pathcomp);
696 if (tmproot[rootlen-1] == '/' || tmproot[rootlen-1] == '\\') {
697 tmproot[--rootlen] = '\0';
700 if (tmproot[rootlen-1] == ':') {
704 (SSTAT(tmproot, &G.statbuf) ||
708 if (!G.create_dirs /* || iswild(tmproot) */ ) {
709 free(tmproot);
734 free(tmproot); variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/qdos/
H A Dqdos.c825 char *tmproot; variable
827 if ((tmproot = (char *)malloc(rootlen+2)) == (char *)NULL) {
831 strcpy(tmproot, pathcomp);
832 if ((stat(tmproot, &G.statbuf) ||
835 if (!G.create_dirs /* || iswild(tmproot) */ ) {
836 free(tmproot); variable
841 /* create the directory (could add loop here scanning tmproot
843 if (mkdir(tmproot, 0777) == -1) {
846 FnFilter1(tmproot)));
847 free(tmproot); variable
860 free(tmproot); variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/acorn/
H A Dacorn.c704 char *tmproot; variable
706 if ((tmproot = (char *)malloc(rootlen+2)) == (char *)NULL) {
710 strcpy(tmproot, pathcomp);
711 if (tmproot[rootlen-1] == '.') { /****** was '/' ********/
712 tmproot[--rootlen] = '\0';
714 if (rootlen > 0 && (SSTAT(tmproot, &G.statbuf) ||
717 if (!G.create_dirs /* || isshexp(tmproot) */ ) {
718 free(tmproot); variable
723 /* create the directory (could add loop here scanning tmproot
725 if (mkdir(tmproot, 077
729 free(tmproot); variable
739 free(tmproot); variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/atari/
H A Datari.c727 char *tmproot;
729 if ((tmproot = (char *)malloc(rootlen+2)) == (char *)NULL) {
733 strcpy(tmproot, pathcomp);
734 if (tmproot[rootlen-1] == '/') {
735 tmproot[--rootlen] = '\0';
737 if (rootlen > 0 && (stat(tmproot, &G.statbuf) ||
740 if (!G.create_dirs /* || iswild(tmproot) */ ) {
741 free(tmproot);
746 /* create the directory (could add loop here scanning tmproot
748 if (mkdir(tmproot, 077
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/tandem/
H A Dtanunz.c792 char *tmproot; variable
794 if ((tmproot = (char *)malloc(rootlen+2)) == (char *)NULL) {
798 strcpy(tmproot, pathcomp);
799 if (tmproot[rootlen-1] == TANDEM_DELIMITER) {
800 tmproot[--rootlen] = '\0';
802 if (rootlen > 0 && (stat(tmproot, &G.statbuf) ||
805 if (!G.create_dirs /* || iswild(tmproot) */ ) {
806 free(tmproot); variable
811 /* create the directory (could add loop here scanning tmproot
813 if (mkdir(tmproot, 077
817 free(tmproot); variable
827 free(tmproot); variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/theos/
H A Dtheos.c887 char *tmproot, *p;
893 if ((tmproot = (char *)malloc(rootlen+2)) == (char *)NULL) {
898 strcpy(tmproot, "/");
900 *tmproot = '\0';
901 strcat(tmproot, pathcomp);
903 FnFilter1(tmproot)));
904 if (tmproot[rootlen-1] == '/') {
905 tmproot[--rootlen] = '\0';
907 if (rootlen > 0 && (SSTAT(tmproot, &G.statbuf) ||
910 if (!G.create_dirs /* || iswild(tmproot) */ ) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/aosvs/
H A Daosvs.c926 char *tmproot; variable
928 if ((tmproot = (char *)malloc(rootlen+2)) == (char *)NULL) {
932 strcpy(tmproot, pathcomp);
933 if (tmproot[rootlen-1] == '/') {
934 tmproot[--rootlen] = '\0';
936 if (rootlen > 0 && (SSTAT(tmproot, &G.statbuf) ||
939 if (!G.create_dirs /* || iswild(tmproot) */ ) {
940 free(tmproot); variable
945 /* create the directory (could add loop here scanning tmproot
947 if (zvs_credir(tmproot,
954 free(tmproot); variable
964 free(tmproot); variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/atheos/
H A Datheos.c796 char *tmproot;
798 if ((tmproot = (char *)malloc(G.rootlen+2)) == (char *)NULL) {
802 strcpy(tmproot, pathcomp);
803 if (tmproot[G.rootlen-1] == '/') {
804 tmproot[--G.rootlen] = '\0';
806 if (G.rootlen > 0 && (SSTAT(tmproot, &G.statbuf) ||
809 if (!G.create_dirs /* || iswild(tmproot) */ ) {
810 free(tmproot);
815 /* create the directory (could add loop here scanning tmproot
817 if (mkdir(tmproot, 077
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/beos/
H A Dbeos.c832 char *tmproot;
834 if ((tmproot = (char *)malloc(G.rootlen+2)) == (char *)NULL) {
838 strcpy(tmproot, pathcomp);
839 if (tmproot[G.rootlen-1] == '/') {
840 tmproot[--G.rootlen] = '\0';
842 if (G.rootlen > 0 && (SSTAT(tmproot, &G.statbuf) ||
845 if (!G.create_dirs /* || iswild(tmproot) */ ) {
846 free(tmproot);
851 /* create the directory (could add loop here scanning tmproot
853 if (mkdir(tmproot, 077
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/msdos/
H A Dmsdos.c1075 char *tmproot; variable
1077 if ((tmproot = (char *)malloc(rootlen+3)) == (char *)NULL) {
1081 strcpy(tmproot, pathcomp);
1082 if (isalpha((uch)tmproot[0]) && tmproot[1] == ':')
1084 if (tmproot[rootlen-1] == '/' || tmproot[rootlen-1] == '\\') {
1085 tmproot[--rootlen] = '\0';
1094 if (_dos_getfileattr(tmproot, &attrs) ||
1095 SSTAT(tmproot,
1102 free(tmproot); variable
1115 free(tmproot); variable
1128 free(tmproot); variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/unix/
H A Dunix.c945 char *tmproot;
947 if ((tmproot = (char *)malloc(G.rootlen+2)) == (char *)NULL) {
951 strcpy(tmproot, pathcomp);
952 if (tmproot[G.rootlen-1] == '/') {
953 tmproot[--G.rootlen] = '\0';
955 if (G.rootlen > 0 && (SSTAT(tmproot, &G.statbuf) ||
958 if (!G.create_dirs /* || iswild(tmproot) */ ) {
959 free(tmproot);
964 /* create the directory (could add loop here scanning tmproot
966 if (mkdir(tmproot, 077
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/os2/
H A Dos2.c1744 char *tmproot;
1746 if ((tmproot = (char *)malloc(G.os2.rootlen+3)) == (char *)NULL) {
1750 strcpy(tmproot, pathcomp);
1751 if (isalpha((uch)tmproot[0]) && tmproot[1] == ':')
1753 if (tmproot[G.os2.rootlen-1] == '/') {
1754 tmproot[--G.os2.rootlen] = '\0';
1762 if (GetFileTime(tmproot) == -1 ||
1763 SSTAT(tmproot, &G.statbuf) || !S_ISDIR(G.statbuf.st_mode))
1765 if (SSTAT(tmproot,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dmacos.c721 char *tmproot; variable
723 if ((tmproot = (char *)malloc(rootlen+2)) == (char *)NULL) {
727 strcpy(tmproot, pathcomp);
728 if (tmproot[rootlen-1] == ':') {
729 tmproot[--rootlen] = '\0'; /* strip trailing delimiter */
731 if (rootlen > 0 && (stat(tmproot, &G.statbuf) ||
734 if (!G.create_dirs /* || iswild(tmproot) */ ) {
735 free(tmproot); variable
740 /* create the directory (could add loop here scanning tmproot
742 if (macmkdir(tmproot)
746 free(tmproot); variable
756 free(tmproot); variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dwin32.c2413 char *tmproot;
2415 if ((tmproot = (char *)malloc(G.rootlen+3)) == (char *)NULL) {
2419 strcpy(tmproot, pathcomp);
2420 if (isalpha((uch)tmproot[0]) && tmproot[1] == ':')
2422 if (tmproot[G.rootlen-1] == '/' || tmproot[G.rootlen-1] == '\\') {
2423 tmproot[--G.rootlen] = '\0';
2430 if (SSTAT(tmproot, &G.statbuf) || !S_ISDIR(G.statbuf.st_mode))
2433 if (!G.create_dirs /* || iswild(tmproot) */ ) {
[all...]

Completed in 138 milliseconds