Searched refs:newvar (Results 1 – 5 of 5) sorted by relevance
/external/dropbear/ |
D | svr-chansession.c | 1026 char* newvar = NULL; in addnewvar() local 1032 newvar = m_malloc(plen + vlen + 2); /* 2 is for '=' and '\0' */ in addnewvar() 1033 memcpy(newvar, param, plen); in addnewvar() 1034 newvar[plen] = '='; in addnewvar() 1035 memcpy(&newvar[plen+1], var, vlen); in addnewvar() 1036 newvar[plen+vlen+1] = '\0'; in addnewvar() 1038 if (putenv(newvar) < 0) { in addnewvar()
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | UNUSED_STABS.txt | 710 static Bool newvar(Char *name, SymType *ty, Addr valuep, UInt size, 887 if(newvar(f->name, f->type, var->valuep + (f->offset / 8), 944 if(newvar(b, ty, var->valuep + (i * ty->size), -1, var, 957 if(newvar(NULL, type->u.t_pointer.type, *(Addr *)var->valuep,
|
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
D | configure | 4289 char *restrict newvar = "Another string"; 4315 return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
|
/external/chromium_org/third_party/opus/src/ |
D | configure | 11828 char *restrict newvar = "Another string"; 11854 return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
|
/external/bison/ |
D | configure | 5485 char *restrict newvar = "Another string"; 5511 return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
|