Searched refs:uxdirattr (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/atheos/
H A Datheos.c48 typedef struct uxdirattr { /* struct for holding unix style directory */ struct
49 struct uxdirattr *next; /* info until can be sorted and set at end */
59 } uxdirattr; typedef in typeref:struct:uxdirattr
60 #define UxAtt(d) ((uxdirattr *)d) /* typecast shortcut */
1105 uxdirattr *d_entry;
1107 d_entry = (uxdirattr *)malloc(sizeof(uxdirattr) + strlen(G.filename));
1109 if (d_entry == (uxdirattr *)NULL) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/beos/
H A Dbeos.c62 typedef struct uxdirattr { /* struct for holding unix style directory */ struct
63 struct uxdirattr *next; /* info until can be sorted and set at end */
73 } uxdirattr; typedef in typeref:struct:uxdirattr
74 #define UxAtt(d) ((uxdirattr *)d) /* typecast shortcut */
1143 uxdirattr *d_entry;
1145 d_entry = (uxdirattr *)malloc(sizeof(uxdirattr) + strlen(G.filename));
1147 if (d_entry == (uxdirattr *)NULL) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/theos/
H A Dtheos.c41 typedef struct uxdirattr { /* struct for holding unix style directory */ struct
42 struct uxdirattr *next; /* info until can be sorted and set at end */
50 } uxdirattr; typedef in typeref:struct:uxdirattr
51 #define UxAtt(d) ((uxdirattr *)d) /* typecast shortcut */
1122 uxdirattr *d_entry;
1124 d_entry = (uxdirattr *)malloc(sizeof(uxdirattr) + strlen(G.filename));
1126 if (d_entry == (uxdirattr *)NULL) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/unix/
H A Dunix.c75 typedef struct uxdirattr { /* struct for holding unix style directory */ struct
76 struct uxdirattr *next; /* info until can be sorted and set at end */
86 } uxdirattr; typedef in typeref:struct:uxdirattr
87 #define UxAtt(d) ((uxdirattr *)d) /* typecast shortcut */
1328 uxdirattr *d_entry;
1330 d_entry = (uxdirattr *)malloc(sizeof(uxdirattr) + strlen(G.filename));
1332 if (d_entry == (uxdirattr *)NULL) {

Completed in 123 milliseconds