HomeSort by: relevance | last modified time | path
    Searched defs:str_sec (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/pax/
sel_subs.c 69 static int str_sec(const char *, time_t *);
422 if (str_sec(str, &(pt->low_time)) < 0) {
434 if (str_sec(up_pt, &(pt->high_time)) < 0) {
538 * str_sec()
548 str_sec(const char *p, time_t *tval) function in typeref:typename:int
sel_subs.c 69 static int str_sec(const char *, time_t *);
422 if (str_sec(str, &(pt->low_time)) < 0) {
434 if (str_sec(up_pt, &(pt->high_time)) < 0) {
538 * str_sec()
548 str_sec(const char *p, time_t *tval) function in typeref:typename:int

Completed in 25 milliseconds