Searched refs:OEM_TO_INTERN (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Denvargs.c82 OEM_TO_INTERN(envptr, bufptr);
86 OEM_TO_INTERN(envptr, bufptr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/msdos/
H A Ddoscfg.h278 # define OEM_TO_INTERN(src, dst) OemToAnsi(src, dst) macro
284 # define OEM_TO_INTERN(src, dst) {if ((src) != (dst)) strcpy((dst), (src));} macro
288 # define _OEM_INTERN(str1) OEM_TO_INTERN(str1, str1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dosdep.h377 # define OEM_TO_INTERN(src, dst) OemToAnsi(src, dst) macro
380 # define _OEM_INTERN(str1) OEM_TO_INTERN(str1, str1)
388 # define OEM_TO_INTERN(src, dst) {if ((src) != (dst)) strcpy((dst), (src));} macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dw32cfg.h271 # define OEM_TO_INTERN(src, dst) OemToAnsi(src, dst) macro
278 # define OEM_TO_INTERN(src, dst) {if ((src) != (dst)) strcpy((dst), (src));} macro
282 #define _OEM_INTERN(str1) OEM_TO_INTERN(str1, str1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dwcecfg.h137 #define OEM_TO_INTERN(src, dst) {if ((src) != (dst)) strcpy((dst), (src));} macro

Completed in 184 milliseconds