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

/freebsd-9.3-release/libexec/pppoed/
H A Dpppoed.c64 #define DEFAULT_EXEC_PREFIX "exec /usr/sbin/ppp -direct " macro
571 exec = (char *)alloca(sizeof DEFAULT_EXEC_PREFIX + strlen(label));
574 sizeof DEFAULT_EXEC_PREFIX + strlen(label));
577 strcpy(exec, DEFAULT_EXEC_PREFIX);
578 strcpy(exec + sizeof DEFAULT_EXEC_PREFIX - 1, label);

Completed in 99 milliseconds