Searched refs:replacewith (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/src/plugins/auth-pam/
H A Dauth-pam.c118 /* Read 'tosearch', replace all occurences of 'searchfor' with 'replacewith' and return
120 * infinite loop with clever 'searchfor' and 'replacewith' strings.
124 searchandreplace(const char *tosearch, const char *searchfor, const char *replacewith) argument
131 if (!tosearch || !searchfor || !replacewith) return 0;
132 if (!strlen(tosearch) || !strlen(searchfor) || !strlen(replacewith)) return 0;
139 strcat(temp,replacewith);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/src/plugins/auth-pam/
H A Dauth-pam.c118 /* Read 'tosearch', replace all occurences of 'searchfor' with 'replacewith' and return
120 * infinite loop with clever 'searchfor' and 'replacewith' strings.
124 searchandreplace(const char *tosearch, const char *searchfor, const char *replacewith) argument
131 if (!tosearch || !searchfor || !replacewith) return 0;
132 if (!strlen(tosearch) || !strlen(searchfor) || !strlen(replacewith)) return 0;
139 strcat(temp,replacewith);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/src/plugins/auth-pam/
H A Dauth-pam.c118 /* Read 'tosearch', replace all occurences of 'searchfor' with 'replacewith' and return
120 * infinite loop with clever 'searchfor' and 'replacewith' strings.
124 searchandreplace(const char *tosearch, const char *searchfor, const char *replacewith) argument
131 if (!tosearch || !searchfor || !replacewith) return 0;
132 if (!strlen(tosearch) || !strlen(searchfor) || !strlen(replacewith)) return 0;
139 strcat(temp,replacewith);

Completed in 78 milliseconds