/***********************************************************************
* *
* This software is part of the ast package *
* Copyright (c) 1985-2011 AT&T Intellectual Property *
* and is licensed under the *
* Eclipse Public License, Version 1.0 *
* by AT&T Intellectual Property *
* *
* A copy of the License is available at *
* (with md5 checksum b35adb5213ca9657e911e9befb180842) *
* *
* Information and Software Systems Research *
* AT&T Research *
* Florham Park NJ *
* *
* Glenn Fowler <gsf@research.att.com> *
* David Korn <dgk@research.att.com> *
* Phong Vo <kpv@research.att.com> *
* *
***********************************************************************/
#pragma prototyped
/*
* Glenn Fowler
* AT&T Bell Laboratories
*
* time conversion support
*/
#include <ast.h>
#include <tm.h>
#include <ctype.h>
/*
* return the tab table index that matches s ignoring case and .'s
* tm_data.format checked if tminfo.format!=tm_data.format
*
* ntab and nsuf are the number of elements in tab and suf,
* -1 for 0 sentinel
*
* all isalpha() chars in str must match
* suf is a table of nsuf valid str suffixes
* if e is non-null then it will point to first unmatched char in str
* which will always be non-isalpha()
*/
int
{
register char** p;
register char* x;
register int n;
return p - tab;
{
return p - tab;
}
return -1;
}