Searched refs:getvar_buf (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/os2/
H A Dos2data.h125 char getvar_buf[MAXLEN]; member in struct:os2Global
H A Drexxapi.c166 /* Stem must exist in G.os2.getvar_buf w/ length in G.os2.getvar_len */
169 sprintf(G.os2.getvar_buf+G.os2.getvar_len,"%d",index);
170 return GetVariable(__G__ G.os2.getvar_buf);
185 memcpy(G.os2.getvar_buf,name,G.os2.getvar_len+1);
186 if (*(G.os2.getvar_buf+G.os2.getvar_len-1) != '.')
187 *(G.os2.getvar_buf+G.os2.getvar_len++) = '.', *(G.os2.getvar_buf+G.os2.getvar_len) = 0;
859 strcpy(G.os2.getvar_buf, G.os2.output_var);
866 ptr = G.os2.getvar_buf+offset+G.os2.stem_len;
869 if (!GetVariable(__G__ G.os2.getvar_buf))
[all...]

Completed in 127 milliseconds