Searched refs:magic (Results 1 - 25 of 736) sorted by last modified time

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/
H A Dlibtool1246 magic="%%%MAGIC variable%%%"
3013 libtool_execute_magic="$magic"
3333 libtool_install_magic="$magic"
4299 if test \"\$libtool_install_magic\" = \"$magic\"; then
4305 if test \"\$libtool_execute_magic\" != \"$magic\"; then
4540 if test \"\$libtool_execute_magic\" != \"$magic\"; then
8268 $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
8271 $ECHO "*** using a file magic. Last file checked: $potlib"
9191 # This is the magic to use -rpath.
9874 libtool_install_magic="$magic"
[all...]
H A Dconfig.sub1331 | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
H A Dltmain.sh827 magic="%%%MAGIC variable%%%"
2591 libtool_execute_magic="$magic"
2911 libtool_install_magic="$magic"
3877 if test \"\$libtool_install_magic\" = \"$magic\"; then
3883 if test \"\$libtool_execute_magic\" != \"$magic\"; then
4118 if test \"\$libtool_execute_magic\" != \"$magic\"; then
7846 $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
7849 $ECHO "*** using a file magic. Last file checked: $potlib"
8769 # This is the magic to use -rpath.
9452 libtool_install_magic="$magic"
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dfce_api.c168 memcpy(packet->magic, FCE_PACKET_MAGIC, sizeof(packet->magic) );
210 memcpy(p, &packet->magic[0], sizeof(packet->magic));
211 p += sizeof(packet->magic);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dcnid_dbd_private.h59 u_int32_t magic; member in struct:CNID_private
H A Dfce_api.h36 char magic[8]; member in struct:fce_packet
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/misc/
H A Dfce.c50 memcpy(&packet->magic[0], p, sizeof(packet->magic));
51 p += sizeof(packet->magic);
136 if (memcmp(packet.magic, FCE_PACKET_MAGIC, sizeof(packet.magic)) == 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/cnid/dbd/
H A Dcnid_dbd.c495 db->magic = CNID_DB_MAGIC;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/cnid/cdb/
H A Dcnid_cdb_open.c228 db->magic = CNID_DB_MAGIC;
H A Dcnid_cdb_private.h67 u_int32_t magic; member in struct:CNID_private
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/tdb/
H A Dtdb.c79 #define TDB_DEAD(r) ((r)->magic == TDB_DEAD_MAGIC)
80 #define TDB_BAD_MAGIC(r) ((r)->magic != TDB_MAGIC && !TDB_DEAD(r))
174 u32 magic; /* try to catch errors */ member in struct:list_struct
458 TDB_LOG((tdb, 0,"rec_read bad magic 0x%x at offset=%d\n", rec->magic, offset));
475 if (rec->magic == TDB_MAGIC) {
478 TDB_LOG((tdb, 0,"rec_free_read non-free magic at offset=%d - fixing\n",
479 rec->magic, off));
480 rec->magic = TDB_FREE_MAGIC;
485 if (rec->magic !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Dconfig.sub1368 | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
H A Dlibtool1249 magic="%%%MAGIC variable%%%"
3016 libtool_execute_magic="$magic"
3336 libtool_install_magic="$magic"
4302 if test \"\$libtool_install_magic\" = \"$magic\"; then
4308 if test \"\$libtool_execute_magic\" != \"$magic\"; then
4543 if test \"\$libtool_execute_magic\" != \"$magic\"; then
8277 $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
8280 $ECHO "*** using a file magic. Last file checked: $potlib"
9200 # This is the magic to use -rpath.
9883 libtool_install_magic="$magic"
[all...]
H A Dltmain.sh827 magic="%%%MAGIC variable%%%"
2591 libtool_execute_magic="$magic"
2911 libtool_install_magic="$magic"
3877 if test \"\$libtool_install_magic\" = \"$magic\"; then
3883 if test \"\$libtool_execute_magic\" != \"$magic\"; then
4118 if test \"\$libtool_execute_magic\" != \"$magic\"; then
7852 $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
7855 $ECHO "*** using a file magic. Last file checked: $potlib"
8775 # This is the magic to use -rpath.
9458 libtool_install_magic="$magic"
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dcurl_ntlm_core.c269 static const unsigned char magic[] = { local
292 DES_ecb_encrypt((DES_cblock *)magic, (DES_cblock *)lmbuffer,
296 DES_ecb_encrypt((DES_cblock *)magic, (DES_cblock *)(lmbuffer + 8),
303 gcry_cipher_encrypt(des, lmbuffer, 8, magic, 8);
308 gcry_cipher_encrypt(des, lmbuffer + 8, 8, magic, 8);
311 encrypt_des(magic, lmbuffer, pw);
312 encrypt_des(magic, lmbuffer + 8, pw + 7);
H A Deasy.c669 outcurl->magic = CURLEASY_MAGIC_NUMBER;
H A Dmulti.c130 ((x) && (((struct SessionHandle *)(x))->magic == CURLEASY_MAGIC_NUMBER))
624 fprintf(stderr, " [easy %p/magic %x/socket %d]",
625 (void *)sh->easy, sh->easy->magic, (int)sh->socket);
2106 /* walk through each easy handle and do the socket state change magic
2132 if(data->magic != CURLEASY_MAGIC_NUMBER)
H A Durl.c446 data->magic = 0; /* force a clear AFTER the possibly enforced removal from
447 the multi handle, since that function uses the magic
771 data->magic = CURLEASY_MAGIC_NUMBER;
2828 if(data->magic != CURLEASY_MAGIC_NUMBER) {
3169 the next magic step.
3918 * This MUST get called after proxy magic has been figured out.
H A Durldata.h1586 unsigned int magic; /* set to a CURLEASY_MAGIC_NUMBER */ member in struct:SessionHandle
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Mandrake/
H A Dsamba2.spec1856 - magic-devel only available on 9.2 and up
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/
H A Dconfig.sub1189 | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
H A Dconfigure33309 krb5_keytab_entry entry; entry.magic = KV5M_KEYTAB;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dsmb.h725 int magic; member in struct:connections_data
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dconnection.c190 crec.magic = 0x280267;
H A Dmangle_hash.c56 * magic_char - This is the magic char used for mangling. It's
358 * a magic character followed by excactly two characters from the
367 char *magic; local
372 magic = strchr_m( s, magic_char );
373 while( magic && magic[1] && magic[2] ) { /* 3 chars, 1st is magic. */
374 if( ('.' == magic[3] || '/' == magic[
[all...]

Completed in 383 milliseconds

1234567891011>>