Searched refs:ashort (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Ddirectory.c1520 u_int16_t ashort; local
1579 ad_getattr(&ad, &ashort);
1581 ashort = htons(ATTRBIT_INVISIBLE);
1583 ashort = 0;
1584 ashort |= htons(ATTRBIT_SHARED);
1585 memcpy( data, &ashort, sizeof( ashort ));
1586 data += sizeof( ashort );
1622 ashort = htons(FINDERINFO_CLOSEDVIEW);
1623 memcpy(data + FINDERINFO_FRVIEWOFF, &ashort, sizeo
1874 u_int16_t ashort, bshort, oshort; local
2490 u_int16_t ashort; local
[all...]
H A Dfile.c115 u_int16_t ashort; local
117 ashort = htons(FINDERINFO_INVISIBLE);
118 memcpy((char *)data + FINDERINFO_FRFLAGOFF, &ashort, sizeof(ashort));
318 u_int16_t ashort; local
392 ad_getattr(adp, &ashort);
394 ashort = htons(ATTRBIT_INVISIBLE);
396 ashort = 0;
405 ashort |= htons(ATTRBIT_NOWRITE);
409 memcpy(data, &ashort, sizeo
869 u_int16_t ashort, bshort, oshort; local
[all...]
H A Dvolume.c1596 u_short ashort; local
1655 ashort = 0;
1662 ashort |= VOLPBIT_ATTR_RO;
1668 ashort |= VOLPBIT_ATTR_FILEID;
1670 ashort |= VOLPBIT_ATTR_CATSEARCH;
1673 ashort |= VOLPBIT_ATTR_UTF8;
1675 ashort |= VOLPBIT_ATTR_UNIXPRIV;
1677 ashort |= VOLPBIT_ATTR_TM;
1679 ashort |= VOLPBIT_ATTR_NONETIDS;
1682 ashort |
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/adouble/
H A Dad_open.c1623 u_int16_t ashort; local
1657 ashort = htons(FINDERINFO_CLOSEDVIEW);
1659 &ashort, sizeof(ashort));
1670 ashort = htons(ATTRBIT_INVISIBLE);
1671 ad_setattr(ad, ashort);
1672 ashort = htons(FINDERINFO_INVISIBLE);
1673 memcpy(ad_entry(ad, ADEID_FINDERI) + FINDERINFO_FRFLAGOFF, &ashort, sizeof(ashort));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dsexp.c1038 DATALEN ashort = (n); \
1039 memcpy ( (p), &ashort, sizeof(ashort) ); \
1040 (p) += sizeof (ashort); \

Completed in 102 milliseconds