Searched refs:ret (Results 76 - 100 of 5892) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/util/pl/
H A DVC-16.pl110 local($ret,$Name);
116 $ret.="$target: $objs\n";
117 # $ret.="\t\$(RM) \$(O_$Name)\n";
131 $ret.="\tdel $target\n";
132 $ret.="\t\$(MKLIB) @<<\n$target\ny\n$lib_names\n\n<<\n";
138 $ret.="\t\$(LINK) \$(MLFLAGS) @<<\n";
139 $ret.=$dll_names;
140 $ret.="\n $target\n\n $ex $libs\nms$o${name}.def;\n<<\n";
142 $ret.="\timplib /noignorecase /nowep $out_lib $target\n";
144 $ret
[all...]
H A DOS2-EMX.pl84 local($ret,$_,$Name);
90 $ret.="$target: \$(${Name}OBJ)\n";
93 $ret.="\t\$(RM) $target\n";
94 $ret.="\t\$(MKLIB) $target \$(${Name}OBJ)\n";
95 $ret.="\t\$(RANLIB) $target\n\n";
101 $ret.="\t\$(LINK) \$(SHLIB_CFLAGS) \$(MLFLAGS) $efile$target \$(SHLIB_EX_OBJ) \$(${Name}OBJ) $ex os2/${Name}.def\n";
102 $ret.="\temximp -o $out_def/$name.a os2/${Name}.def\n";
103 $ret.="\temximp -o $out_def/$name.lib os2/${Name}.def\n\n";
110 local($ret,$_);
114 $ret
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_blind.c136 BN_BLINDING *ret=NULL; local
140 if ((ret=(BN_BLINDING *)OPENSSL_malloc(sizeof(BN_BLINDING))) == NULL)
145 memset(ret,0,sizeof(BN_BLINDING));
148 if ((ret->A = BN_dup(A)) == NULL) goto err;
152 if ((ret->Ai = BN_dup(Ai)) == NULL) goto err;
154 ret->mod = mod;
155 ret->counter = BN_BLINDING_COUNTER;
156 return(ret);
158 if (ret != NULL) BN_BLINDING_free(ret);
175 int ret=0; local
210 int ret = 1; local
237 int ret; local
287 BN_BLINDING *ret = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfile-has-acl.c50 int ret;
53 ret = acl_extended_file (name);
59 ret = (3 < acl_entries (acl));
61 if (ret == 0 && S_ISDIR (sb->st_mode))
66 ret = (0 < acl_entries (acl));
70 ret = -1;
74 ret = -1;
76 if (ret < 0)
78 return ret;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_truncate.c28 int ret; local
46 ret = DB_GLOBAL(j_ftruncate)(fhp->fd, offset);
49 RETRY_CHK((ftruncate(fhp->fd, offset)), ret);
51 ret = DB_OPNOTSUP;
55 if (ret != 0) {
56 __db_syserr(env, ret, "ftruncate: %lu", (u_long)offset);
57 ret = __os_posix_err(ret);
60 return (ret);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/x509/
H A Dx509type.c68 int ret=0,i; local
82 ret=EVP_PK_RSA|EVP_PKT_SIGN;
84 ret|=EVP_PKT_ENC;
87 ret=EVP_PK_DSA|EVP_PKT_SIGN;
90 ret=EVP_PK_DH|EVP_PKT_EXCH;
100 ret|=EVP_PKS_RSA;
103 ret|=EVP_PKS_DSA;
111 ret|=EVP_PKT_EXP;
113 return(ret);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/tunala/
H A Dbreakage.c7 unsigned long ret = strtoul(str, &tmp, 10); local
11 if(ret == ULONG_MAX)
14 *val = ret;
18 unsigned long ret = 0;
24 /* We have to multiply 'ret' by 10 before absorbing the next
26 if(ret && (((ULONG_MAX + 10) / ret) < 10))
28 ret *= 10;
32 ret += atoi(buf);
35 *val = ret;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
H A Dbreakage.c7 unsigned long ret = strtoul(str, &tmp, 10); local
11 if(ret == ULONG_MAX)
14 *val = ret;
18 unsigned long ret = 0;
24 /* We have to multiply 'ret' by 10 before absorbing the next
26 if(ret && (((ULONG_MAX + 10) / ret) < 10))
28 ret *= 10;
32 ret += atoi(buf);
35 *val = ret;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/afs/
H A Dmain.c54 int ret; local
58 ret = afs_get_MAC_address(afs_uuid.node, sizeof(afs_uuid.node));
59 if (ret < 0)
60 return ret;
94 int ret; local
98 ret = afs_get_client_UUID();
99 if (ret < 0)
100 return ret;
103 ret = afs_proc_init();
104 if (ret <
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dbyteorder.h12 __u16 ret; local
15 : "=r" (ret)
17 return ret;
22 __u32 ret; local
25 : "=r" (ret)
27 return ret;
32 __u64 ret; local
35 : "=r" (ret)
37 return ret;
H A Dfutex.h9 #define __futex_cas_op(insn, ret, oldval, uaddr, oparg) \
28 : "=&r" (ret), "=&r" (oldval), "=&r" (tem) \
38 int oldval = 0, ret, tem; local
52 __futex_cas_op("mov\t%4, %1", ret, oldval, uaddr, oparg);
55 __futex_cas_op("add\t%2, %4, %1", ret, oldval, uaddr, oparg);
58 __futex_cas_op("or\t%2, %4, %1", ret, oldval, uaddr, oparg);
61 __futex_cas_op("and\t%2, %4, %1", ret, oldval, uaddr, oparg);
64 __futex_cas_op("xor\t%2, %4, %1", ret, oldval, uaddr, oparg);
67 ret = -ENOSYS;
72 if (!ret) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Ddprintf.c37 int ret, maxlen, clen; local
47 ret = vasprintf(&p, msgstr, ap2);
51 if (ret <= 0) return ret;
55 maxlen = ret*2;
62 clen = convert_string(CH_UNIX, CH_DISPLAY, p, ret, p2, maxlen, True);
73 ret = fwrite(p2, 1, clen, f);
76 return ret;
82 int ret; local
86 ret
96 int ret; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dmut_pthread.c45 #define RET_SET(f, ret) do { \
46 if (((ret) = (f)) == -1 && ((ret) = errno) == 0) \
47 (ret) = EAGAIN; \
65 int ret; local
70 ret = 0;
78 RET_SET((pthread_mutexattr_init(&mutexattr)), ret);
80 if (ret == 0)
82 &mutexattr, PTHREAD_PROCESS_SHARED)), ret);
87 if (ret
180 int i, ret; local
314 int i, ret; local
372 int ret, t_ret; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os_brew/
H A Dos_stat.c25 int ret; local
27 FILE_MANAGER_CREATE(env, pIFileMgr, ret);
28 if (ret != 0)
29 return (ret);
31 ret = 0;
34 env, pIFileMgr, path, "IFILEMGR_Test", ret);
41 env, pIFileMgr, path, "IFILEMGR_GetInfo", ret);
49 return (ret);
66 int ret; local
68 FILE_MANAGER_CREATE(env, pIFileMgr, ret);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os_windows/
H A Dos_stat.c26 int ret; local
30 TO_TSTRING(env, path, tpath, ret);
31 if (ret != 0)
32 return (ret);
39 ((attrs = GetFileAttributes(tpath)) == (DWORD)-1 ? 1 : 0), ret);
40 if (ret == 0) {
44 ret = __os_posix_err(ret);
47 return (ret);
62 int ret; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dd2i_pu.c78 EVP_PKEY *ret; local
82 if ((ret=EVP_PKEY_new()) == NULL)
88 else ret= *a;
90 ret->save_type=type;
91 ret->type=EVP_PKEY_type(type);
92 switch (ret->type)
96 if ((ret->pkey.rsa=d2i_RSAPublicKey(NULL,
106 if (!d2i_DSAPublicKey(&(ret->pkey.dsa),
116 if (!o2i_ECPublicKey(&(ret->pkey.ec),
129 if (a != NULL) (*a)=ret;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/util/pl/
H A Dlinux.pl57 local($ret,$_,$Name);
62 $ret.="$target: \$(${Name}OBJ)\n";
63 $ret.="\t\$(RM) target\n";
64 $ret.="\tgcc \${CFLAGS} -shared -Wl,-soname,$target -o $target \$(${Name}OBJ)\n";
68 $ret.="\t\$(RM) \$(LIB_D)$o$so_name\n";
69 $ret.="\tln -s $target \$(LIB_D)$o$so_name\n\n";
76 local($ret,$_);
80 $ret.="$target: $files $dep_libs\n";
81 $ret.="\t\$(LINK) ${efile}$target \$(LFLAGS) $files $libs\n\n";
82 return($ret);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A Dreadernext.py16 ret = reader.Read() variable
17 if ret != 1:
24 ret = reader.Read() variable
25 if ret != 1:
32 ret = reader.Read() variable
33 if ret != 1:
40 ret = reader.Read() variable
41 if ret != 1:
47 ret = reader.Next() variable
48 if ret !
55 ret = reader.Next() variable
63 ret = reader.Read() variable
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/hsearch/
H A Dhsearch.c68 int ret; local
70 if ((ret = db_create(&dbp, NULL, 0)) != 0) {
71 __os_set_errno(ret);
75 if ((ret = dbp->set_pagesize(dbp, 512)) != 0 ||
76 (ret = dbp->set_h_ffactor(dbp, 16)) != 0 ||
77 (ret = dbp->set_h_nelem(dbp, (u_int32_t)nel)) != 0 ||
78 (ret = dbp->open(dbp, NULL,
80 __os_set_errno(ret);
86 return (ret == 0 ? 1 : 0);
95 int ret; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_region.c33 int ret; local
38 ret = 0;
42 if ((ret = __env_alloc(infop, sizeof(REP), &rep)) != 0)
43 return (ret);
51 if ((ret = __mutex_alloc(
53 return (ret);
61 if ((ret = __mutex_alloc(
63 return (ret);
65 if ((ret = __mutex_alloc(
67 return (ret);
131 int ret, t_ret; local
187 int ret, t_ret; local
210 int ret; local
274 int ret; local
304 int ret; local
348 int ret; local
379 int ret; local
423 int ret; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Db_util.c42 int ret; local
45 if ((ret = __os_mkdir(NULL, TESTDIR, 0755)) != 0) {
47 if ((ret = mkdir(TESTDIR, 0755)) != 0) {
50 "%s: %s: %s\n", progname, TESTDIR, db_strerror(ret));
69 int ret; local
72 (ret = b_util_unlink(TESTFILE)) != 0) {
74 "%s: %s: %s\n", progname, TESTFILE, db_strerror(ret));
90 int cnt, i, isdir, ret; local
93 ret = 0;
101 if ((ret
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dfutex.h12 #define __futex_atomic_op(insn, ret, oldval, uaddr, oparg) \
29 : "=&r" (oldval), "=&r" (ret) \
39 int oldval = 0, ret; local
50 __futex_atomic_op("", ret, oldval, uaddr, oparg);
53 __futex_atomic_op("add %1,%0,%1\n", ret, oldval, uaddr, oparg);
56 __futex_atomic_op("or %1,%0,%1\n", ret, oldval, uaddr, oparg);
59 __futex_atomic_op("andc %1,%0,%1\n", ret, oldval, uaddr, oparg);
62 __futex_atomic_op("xor %1,%0,%1\n", ret, oldval, uaddr, oparg);
65 ret = -ENOSYS;
70 if (!ret) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Dsemaphore-helper.h28 int ret; local
33 ret = 0;
36 ret = 1;
50 : "=d" (ret), "=d" (tmp1), "=d" (tmp2)
54 return ret;
66 int ret; local
71 ret = 0;
74 ret = 1;
77 ret = -EINTR;
92 : "=d" (ret), "
111 int ret; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/test_micro/
H A Db_util.c42 int ret; local
45 if ((ret = __os_mkdir(NULL, TESTDIR, 0755)) != 0) {
47 if ((ret = mkdir(TESTDIR, 0755)) != 0) {
50 "%s: %s: %s\n", progname, TESTDIR, db_strerror(ret));
69 int ret; local
72 (ret = b_util_unlink(TESTFILE)) != 0) {
74 "%s: %s: %s\n", progname, TESTFILE, db_strerror(ret));
90 int cnt, i, isdir, ret; local
93 ret = 0;
101 if ((ret
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_dbclient.c57 int ret; local
65 if ((ret = ex_dbclient_run(home, stderr, host, progname)) != 0)
66 return (ret);
77 int ret, retry; local
83 if ((ret = db_env_create(&dbenv, DB_RPCCLIENT)) != 0) {
84 fprintf(errfp, "%s: %s\n", progname, db_strerror(ret));
93 if ((ret = dbenv->set_rpc_server(dbenv, NULL, host, 10000,
96 retry, db_strerror(ret));
105 "DB_ENV->set_rpc_server: %s\n", db_strerror(ret));
113 if ((ret
153 int ret; local
[all...]

Completed in 162 milliseconds

1234567891011>>