Searched refs:newstring (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/python/examples/tdbpack/
H A Doldtdbutil.py73 newstring = ''
75 newstring = newstring + buffer[bufind]
78 retlist.append(newstring)
81 newstring = ''
83 newstring = newstring + buffer[bufind]
86 retlist.append(newstring)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dcommon_utils.h103 * @param newstring source constant string to be copied
106 extern int reallocate_string(char** string, const char* newstring);
H A Dcommon_utils.c172 reallocate_string(char** string, const char* newstring) argument
176 if (newstring)
177 newlength = strlen(newstring);
190 strcpy(*string, newstring);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/web/
H A Dswat.c68 static char newstring[1024]; local
69 char *p = newstring;
77 return newstring;
82 static pstring newstring; local
83 char *p = newstring;
84 size_t newstring_len = sizeof(newstring);
88 if ( *str == '\"' && (newstring_len - PTR_DIFF(p, newstring) - 1) > quote_len ) {
97 return newstring;
102 static char newstring[1024]; local
103 char *p = newstring;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Dmain.c1375 char *p, *newstring; local
1377 newstring = (char *) malloc(vl+1);
1378 if (newstring == 0)
1380 *newstring++ = iskey;
1381 slprintf(newstring, vl, "%s=%s", var, value);
1390 script_env[i] = newstring;
1392 add_db_key(newstring);
1417 script_env[i] = newstring;
1422 add_db_key(newstring);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dmain.c2038 char *p, *newstring; local
2040 newstring = (char *) malloc(vl+1);
2041 if (newstring == 0)
2043 *newstring++ = iskey;
2044 slprintf(newstring, vl, "%s=%s", var, value);
2055 script_env[i] = newstring;
2058 add_db_key(newstring);
2084 script_env[i] = newstring;
2090 add_db_key(newstring);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dmain.c1669 char *p, *newstring; local
1671 newstring = (char *) malloc(vl+1);
1672 if (newstring == 0)
1674 *newstring++ = iskey;
1675 slprintf(newstring, vl, "%s=%s", var, value);
1684 script_env[i] = newstring;
1686 add_db_key(newstring);
1711 script_env[i] = newstring;
1716 add_db_key(newstring);

Completed in 96 milliseconds