HomeSort by: relevance | last modified time | path
    Searched defs:pvalue (Results 1 - 6 of 6) sorted by relevancy

  /src/sbin/tunefs/
tunefs.c 115 const char *avalue, *pvalue, *name; local
119 avalue = pvalue = NULL;
193 pvalue = optarg;
194 if (strcmp(pvalue, "enable") &&
195 strcmp(pvalue, "disable")) {
391 if (strcmp(pvalue, "enable") == 0) {
403 } else if (strcmp(pvalue, "disable") == 0) {
  /src/external/gpl3/gcc/dist/libgomp/
env.c 252 parse_unsigned_long_1 (const char *env, const char *val, unsigned long *pvalue,
276 *pvalue = value;
290 unsigned long pvalue = 0; local
291 bool ret = parse_unsigned_long_1 (env, val, &pvalue, (bool) params[1]);
296 *(unsigned long *) params[0] = pvalue;
299 if (pvalue > upper)
300 pvalue = upper;
302 *(unsigned char *) params[0] = pvalue;
304 *(unsigned int *) params[0] = pvalue;
306 *(unsigned long *) params[0] = pvalue;
1099 int *pvalue = (int *) params[0]; local
    [all...]
  /src/external/mit/lua/dist/src/
lobject.h 448 #define pvalue(o) check_exp(ttislightuserdata(o), val_(o).p) macro
  /src/crypto/external/bsd/netpgp/dist/bindings/perl/
netpgpperl_wrap.c 1238 void *pvalue; member in struct:swig_constant_info
4162 sv_setpv(sv, (char *) swig_constants[i].pvalue);
4165 SWIG_MakePtr(sv, swig_constants[i].pvalue, *(swig_constants[i].ptype),0);
4168 SWIG_MakePackedObj(sv, swig_constants[i].pvalue, swig_constants[i].lvalue, *(swig_constants[i].ptype));
  /src/crypto/external/bsd/netpgp/dist/bindings/tcl/
netpgptcl_wrap.c 800 void *pvalue; member in struct:swig_const_info
3409 obj = SWIG_NewPointerObj(constants[i].pvalue, *(constants[i]).ptype,0);
3412 obj = SWIG_NewPackedObj(constants[i].pvalue, constants[i].lvalue, *(constants[i].ptype));
  /src/crypto/external/bsd/netpgp/dist/bindings/python/
netpgppython_wrap.c 951 void *pvalue; member in struct:swig_const_info
5092 obj = SWIG_NewPointerObj(constants[i].pvalue, *(constants[i]).ptype,0);
5095 obj = SWIG_NewPackedObj(constants[i].pvalue, constants[i].lvalue, *(constants[i].ptype));
5139 void *ptr = (ci->type == SWIG_PY_POINTER) ? ci->pvalue : 0;

Completed in 44 milliseconds