Searched refs:objbuf (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DLockExample.cpp133 char objbuf[1024]; local
151 cin.getline(objbuf, sizeof(objbuf));
154 if ((len = strlen(objbuf)) <= 0)
175 Dbt dbt(objbuf, (u_int32_t)strlen(objbuf));
200 cin.getline(objbuf, sizeof(objbuf));
203 } while ((len = strlen(objbuf)) <= 0);
204 lockid = strtol(objbuf, NUL
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dex_lock.c46 char opbuf[16], objbuf[1024], lockbuf[16]; local
101 if (fgets(objbuf, sizeof(objbuf), stdin) == NULL)
103 if ((len = strlen(objbuf)) <= 1)
121 lock_dbt.data = objbuf;
122 lock_dbt.size = (u_int32_t)strlen(objbuf);
141 if (fgets(objbuf,
142 sizeof(objbuf), stdin) == NULL)
144 } while ((len = strlen(objbuf)) <= 1);
145 lockid = strtol(objbuf, NUL
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DLockExample.java105 String objbuf = askForLine(in, System.out,
107 if (objbuf == null)
127 DatabaseEntry entry = new DatabaseEntry(objbuf.getBytes());
136 String objbuf;
137 objbuf = askForLine(in, System.out,
139 if (objbuf == null)
142 lockid = Integer.parseInt(objbuf, 16);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/asn1/
H A Dtasn_prn.c186 char objbuf[80], *ln; local
189 OBJ_obj2txt(objbuf, sizeof objbuf, fld, 1);
190 BIO_printf(out, "%*s%s:%s (%s)", indent, "", "OBJECT", ln, objbuf);
H A Da_strex.c391 const char *objbuf; local
470 objbuf = objtmp;
474 objbuf = OBJ_nid2sn(fn_nid);
477 objbuf = OBJ_nid2ln(fn_nid);
480 objbuf = "";
483 objlen = strlen(objbuf);
484 if(!io_ch(arg, objbuf, objlen)) return -1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dtasn_prn.c186 char objbuf[80], *ln; local
189 OBJ_obj2txt(objbuf, sizeof objbuf, fld, 1);
190 BIO_printf(out, "%*s%s:%s (%s)", indent, "", "OBJECT", ln, objbuf);
H A Da_strex.c394 const char *objbuf; local
473 objbuf = objtmp;
477 objbuf = OBJ_nid2sn(fn_nid);
480 objbuf = OBJ_nid2ln(fn_nid);
483 objbuf = "";
486 objlen = strlen(objbuf);
487 if(!io_ch(arg, objbuf, objlen)) return -1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/sn2/
H A Dsn_hwperf.c61 struct sn_hwperf_object_info *objbuf = NULL; local
69 if ((objbuf = (struct sn_hwperf_object_info *) vmalloc(sz)) == NULL) {
76 0, sz, (u64) objbuf, 0, 0, NULL);
79 vfree(objbuf);
84 *ret = objbuf;
210 sn_hwperf_findobj_id(struct sn_hwperf_object_info *objbuf, argument
214 struct sn_hwperf_object_info *p = objbuf;
225 static int sn_hwperf_get_nearest_node_objdata(struct sn_hwperf_object_info *objbuf, argument
258 for (i=0, op=objbuf; i < nobj; i++, op++) {
285 dest = sn_hwperf_findobj_id(objbuf, nob
941 struct sn_hwperf_object_info *objbuf; local
966 struct sn_hwperf_object_info *objbuf; local
[all...]

Completed in 96 milliseconds