Searched refs:aARCH (Results 1 - 18 of 18) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dncp_no.h10 #define aARCH (ntohl(0x20000000)) macro
H A Dsmbno.h10 #define aARCH (1L<<5) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dncp_no.h10 #define aARCH (ntohl(0x20000000)) macro
H A Dsmbno.h10 #define aARCH (1L<<5) macro
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Ddosmode.c128 result |= aARCH;
176 if (result & aARCH ) DEBUG(8, ("a"));
H A Ddir.c570 mask = ((dirtype >> 8) & (aDIR|aARCH|aRONLY|aHIDDEN|aSYSTEM)); /* & 0x37 */
572 if((mask & (mode & (aDIR|aARCH|aRONLY|aHIDDEN|aSYSTEM))) == mask) /* check if matching attribute present */
H A Dfileio.c204 file_chmod(fsp->conn,fsp->fsp_name,dosmode | aARCH,&st);
H A Dnttrans.c761 unixmode = unix_mode(conn,smb_attr | aARCH, fname);
1285 unixmode = unix_mode(conn,smb_attr | aARCH, fname);
H A Dreply.c938 unixmode = unix_mode(conn,aARCH,fname);
1030 unixmode = unix_mode(conn,smb_attr | aARCH, fname);
H A Dtrans2.c267 unixmode = unix_mode(conn,open_attr | aARCH, fname);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Dsmb_macros.h35 #define IS_DOS_ARCHIVE(test_mode) (((test_mode) & aARCH) != 0)
H A Dsmb.h94 #define aARCH (1L<<5) /* 0x20 */ macro
/asus-wl-520gu-7.0.1.45/src/router/samba/source/client/
H A Dclitar.c675 if (tar_inc && !(finfo.mode & aARCH)) {
754 (void) do_setrattr(finfo.name, aARCH, ATTRRESET);
1321 attra[direct]|=aARCH;
H A Dclient.c318 if ((archive_level==1 || archive_level==2) && !(finfo->mode & aARCH)) {
742 if (archive_level >= 2 && (attr & aARCH)) {
743 cli_setatr(cli, rname, attr & ~(uint16)aARCH, 0);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbwrapper/
H A Dsmbw.c1204 if ((newmode & S_IXUSR) && lp_map_archive(-1)) mode |= aARCH;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dutil.c439 if (mode & aARCH) fstrcat(attrstr,"A");
/asus-wl-520gu-7.0.1.45/src/router/samba/source/libsmb/
H A Dlibsmbclient.c2484 if ((newmode & S_IXUSR) && lp_map_archive(-1)) mode |= aARCH;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/torture/
H A Dtorture.c4292 num_seen = cli_list_old(cli, "\\LISTDIR\\*", (aARCH<<8)|aDIR, list_fn, NULL);

Completed in 317 milliseconds