Searched refs:order (Results 1 - 25 of 390) sorted by last modified time

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/
H A Dconfig.guess143 # Note: order is significant - the case branches are not exclusive.
684 /* The order matters, because CPU_IS_HP_MC68K erroneously returns
1469 pertinent to <config-patches@gnu.org> in order to provide the needed
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/psorder/
H A Dpsorder.c136 psinfo.pages.order[0] = '\0';
222 (void)strncpy( psinfo.pages.order, tmp, ORDERLEN );
227 fprintf( stderr, "order control number %s\n", psinfo.pages.order );
386 argtwo = psinfo.pages.order;
407 int order; local
419 order = FORWARD;
421 order = orderflag;
422 } else if (( strncmp( psinfo.pages.order, "", ORDERLEN ) == 0 ) ||
423 ( strncmp( psinfo.pages.order, "
[all...]
H A Dpsorder.h70 char order[ ORDERLEN ]; member in struct:pages_st
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A DAndroid.mk102 # This may also need to include $(CURLX_ONES) in order to correctly link
H A Dconfig.guess143 # Note: order is significant - the case branches are not exclusive.
687 /* The order matters, because CPU_IS_HP_MC68K erroneously returns
1484 pertinent to <config-patches@gnu.org> in order to provide the needed
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmbldap-passwd337 Password will prompt again and compare the second entry against the first. Both entries are require to match in order for the password to be changed.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Debian/debian-stable/
H A Dsmb.conf6 # smb.conf(5) manual page in order to understand the options listed
43 # What naming service and in what order should we use to resolve host names
45 ; name resolve order = lmhosts host wins bcast
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Debian/debian-unstable/
H A Dsmb.conf6 # smb.conf(5) manual page in order to understand the options listed
43 # What naming service and in what order should we use to resolve host names
45 ; name resolve order = lmhosts host wins bcast
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Fedora/
H A Dsmb.conf2 # smb.conf(5) manual page in order to understand the options listed
140 # the default order is "host lmhosts wins bcast". "host" means use the unix
145 # in order to resolve NetBIOS names to IP Addresses. Use with care!
149 ; name resolve order = wins lmhosts bcast
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/LSB/
H A Dsmb.conf2 # smb.conf(5) manual page in order to understand the options listed
142 # the default order is "host lmhosts wins bcast". "host" means use the unix
147 # in order to resolve NetBIOS names to IP Addresses. Use with care!
151 ; name resolve order = wins lmhosts bcast
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Mandrake/
H A Dsamba2.spec1289 In order to facilitate upgrading an existing samba install, and merging
2092 - Cleanup configure, to match order of --help
2610 - Release to test name resolve order
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/RedHat/
H A Dsmb.conf2 # smb.conf(5) manual page in order to understand the options listed
140 # the default order is "host lmhosts wins bcast". "host" means use the unix
145 # in order to resolve NetBIOS names to IP Addresses. Use with care!
149 ; name resolve order = wins lmhosts bcast
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/
H A Dconfig.guess139 # Note: order is significant - the case branches are not exclusive.
683 /* The order matters, because CPU_IS_HP_MC68K erroneously returns
1426 pertinent to <config-patches@gnu.org> in order to provide the needed
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dsystem.c272 SMB_BIG_UINT order; local
280 order = st->st_blocks / 8388608L; // order = # of 4GB
281 file_size_64 = 0x100000000 * order + (unsigned long)(st->st_size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dtrans2.c38 SMB_BIG_UINT order; local
46 order = st.st_blocks / 8388608L; // order = # of 4GB
47 file_size_64 = 0x100000000 * order + (unsigned long)(st.st_size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/IGMP-PROXY/
H A Dconfig.guess139 # Note: order is significant - the case branches are not exclusive.
659 /* The order matters, because CPU_IS_HP_MC68K erroneously returns
1399 pertinent to <config-patches@gnu.org> in order to provide the needed
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Ddirlist.c56 unsigned long long order; local
64 order = st->st_blocks / 8388608L; // order = # of 4GB
65 file_size_64 = 0x100000000 * order + (unsigned long)(st->st_size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/contrib/dnslist/
H A Ddnslist.pl467 conditions are imposed on you (whether by court order, agreement or
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex138 In order to tell kernel that application
287 \item \verb|label| is flow label value in network byte order. If it is zero,
H A Dip-cref.tex614 In order to preserve compatibility with Linux-2.0 net aliases,
1108 word ``first'' depends on the order of route additions and it is practically
1109 impossible to maintain a bundle of such routes in this order.
1122 from transport protocols to select a working router, so the order
1932 predicate. The RPDB is scanned in the order of increasing priority. The selector
2869 to order Linux to masquerade to this fixed address.
H A Dip-tunnels.tex317 in order:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Df_route.c44 __u32 order = 0; local
109 } else if (matches(*argv, "order") == 0) {
111 if (get_u32(&order, *argv, 0)) {
112 fprintf(stderr, "Illegal \"order\"\n");
126 if (order) {
128 fh |= (order<<8)&0x7F00;
148 fprintf(f, "order %d ", (handle>>8)&0x7F);
H A Df_u32.c785 __u32 order = 0; local
842 } else if (matches(*argv, "order") == 0) {
844 if (get_u32(&order, *argv, 0)) {
845 fprintf(stderr, "Illegal \"order\"\n");
934 if (order) {
935 if (TC_U32_NODE(t->tcm_handle) && order != TC_U32_NODE(t->tcm_handle)) {
936 fprintf(stderr, "\"order\" contradicts \"handle\"\n");
939 t->tcm_handle |= order;
966 fprintf(f, "order %d ", TC_U32_NODE(handle));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dec.h86 -- optional generator with associated information (order, cofactor)
124 int EC_GROUP_set_generator(EC_GROUP *, const EC_POINT *generator, const BIGNUM *order, const BIGNUM *cofactor);
126 int EC_GROUP_get_order(const EC_GROUP *, BIGNUM *order, BN_CTX *);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dconfig.guess142 # Note: order is significant - the case branches are not exclusive.
664 /* The order matters, because CPU_IS_HP_MC68K erroneously returns
1493 pertinent to <config-patches@gnu.org> in order to provide the needed

Completed in 247 milliseconds

1234567891011>>