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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dmegatron.h96 extern char *(*_mtoupath) ( char *);
98 #define mtoupath(s) (*_mtoupath)(s)
H A Dnad.c388 char * (*_mtoupath) ( char *mpath) = mtoupathcap; variable
396 _mtoupath = mtoupatheuc;
399 _mtoupath = mtoupathsjis;
402 _mtoupath = mtoupathcap;
424 _mtoupath = mtoupathiconv;

Completed in 93 milliseconds