125{
  131    );
  132    char *parse;
  133    int res = 0;
  134    time_t unixtime;
  135    
  139    const char *interrupt_string;
  140 
  141    if (!data) {
  142        return 0;
  143    }
  144 
  146 
  148 
  149    
  154        }
  155    }
  156 
  157    
  162    }
  164 
  166 
  169    }
  170 
  171    if (!res) {
  174    }
  175 
  176    return res;
  177}
static const struct ast_app_option sayunixtime_exec_options[128]
#define ast_strdupa(s)
duplicate a string in memory from the stack
#define ast_channel_lock(chan)
const char * ast_channel_language(const struct ast_channel *chan)
int ast_answer(struct ast_channel *chan)
Answer a channel.
#define ast_channel_unlock(chan)
ast_channel_state
ast_channel states
#define AST_APP_ARG(name)
Define an application argument.
#define AST_DECLARE_APP_ARGS(name, arglist)
Declare a structure to hold an application's arguments.
#define AST_STANDARD_APP_ARGS(args, parse)
Performs the 'standard' argument separation process for an application.
int ast_app_parse_options64(const struct ast_app_option *options, struct ast_flags64 *flags, char **args, char *optstr)
Parses a string containing application options and sets flags/arguments.
const char * pbx_builtin_getvar_helper(struct ast_channel *chan, const char *name)
Return a pointer to the value of the corresponding channel variable.
SAY_EXTERN int(* ast_say_date_with_format)(struct ast_channel *chan, time_t t, const char *ints, const char *lang, const char *format, const char *timezone) SAY_INIT(ast_say_date_with_format)
int attribute_pure ast_true(const char *val)
Make sure something is true. Determine if a string containing a boolean value is "true"....
int ast_get_time_t(const char *src, time_t *dst, time_t _default, int *consumed)
Parse a time (integer) string.
static force_inline int attribute_pure ast_strlen_zero(const char *s)
Structure used to handle a large number of boolean flags == used only in app_dial?
#define ast_test_flag64(p, flag)