word              543 ext/date/lib/parse_date.c 	char *word;
word              552 ext/date/lib/parse_date.c 	word = timelib_calloc(1, end - begin + 1);
word              553 ext/date/lib/parse_date.c 	memcpy(word, begin, end - begin);
word              556 ext/date/lib/parse_date.c 		if (strcasecmp(word, tp->name) == 0) {
word              562 ext/date/lib/parse_date.c 	timelib_free(word);
word              576 ext/date/lib/parse_date.c 	char *word;
word              585 ext/date/lib/parse_date.c 	word = timelib_calloc(1, end - begin + 1);
word              586 ext/date/lib/parse_date.c 	memcpy(word, begin, end - begin);
word              589 ext/date/lib/parse_date.c 		if (strcasecmp(word, tp->name) == 0) {
word              594 ext/date/lib/parse_date.c 	timelib_free(word);
word              623 ext/date/lib/parse_date.c 	char *word;
word              632 ext/date/lib/parse_date.c 	word = timelib_calloc(1, end - begin + 1);
word              633 ext/date/lib/parse_date.c 	memcpy(word, begin, end - begin);
word              636 ext/date/lib/parse_date.c 		if (strcasecmp(word, tp->name) == 0) {
word              642 ext/date/lib/parse_date.c 	timelib_free(word);
word              678 ext/date/lib/parse_date.c const static timelib_tz_lookup_table* abbr_search(const char *word, timelib_long gmtoffset, int isdst)
word              684 ext/date/lib/parse_date.c 	if (strcasecmp("utc", word) == 0 || strcasecmp("gmt", word) == 0) {
word              689 ext/date/lib/parse_date.c 		if (strcasecmp(word, tp->name) == 0) {
word              718 ext/date/lib/parse_date.c 	char *word;
word              727 ext/date/lib/parse_date.c 	word = timelib_calloc(1, end - begin + 1);
word              728 ext/date/lib/parse_date.c 	memcpy(word, begin, end - begin);
word              730 ext/date/lib/parse_date.c 	if ((tp = abbr_search(word, -1, 0))) {
word              739 ext/date/lib/parse_date.c 	*tz_abbr = word;
word              105 ext/enchant/enchant.c 	ZEND_ARG_INFO(0, word)
word              111 ext/enchant/enchant.c 	ZEND_ARG_INFO(0, word)
word              713 ext/enchant/enchant.c 	char *word;
word              717 ext/enchant/enchant.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs|z/", &dict, &word, &wordlen, &sugg) == FAILURE) {
word              728 ext/enchant/enchant.c 	if (enchant_dict_check(pdict->pdict, word, wordlen) > 0) {
word              737 ext/enchant/enchant.c 		suggs = enchant_dict_suggest(pdict->pdict, word, wordlen, &n_sugg_st);
word              759 ext/enchant/enchant.c 	char *word;
word              763 ext/enchant/enchant.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs", &dict, &word, &wordlen) == FAILURE) {
word              769 ext/enchant/enchant.c 	RETURN_BOOL(!enchant_dict_check(pdict->pdict, word, wordlen));
word              778 ext/enchant/enchant.c 	char *word;
word              785 ext/enchant/enchant.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs", &dict, &word, &wordlen) == FAILURE) {
word              791 ext/enchant/enchant.c 	suggs = enchant_dict_suggest(pdict->pdict, word, wordlen, &n_sugg_st);
word              811 ext/enchant/enchant.c 	char *word;
word              815 ext/enchant/enchant.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs", &dict, &word, &wordlen) == FAILURE) {
word              821 ext/enchant/enchant.c 	enchant_dict_add_to_personal(pdict->pdict, word, wordlen);
word              830 ext/enchant/enchant.c 	char *word;
word              834 ext/enchant/enchant.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs", &dict, &word, &wordlen) == FAILURE) {
word              840 ext/enchant/enchant.c 	enchant_dict_add_to_session(pdict->pdict, word, wordlen);
word              849 ext/enchant/enchant.c 	char *word;
word              853 ext/enchant/enchant.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "rs", &dict, &word, &wordlen) == FAILURE) {
word              859 ext/enchant/enchant.c 	RETURN_BOOL(enchant_dict_is_in_session(pdict->pdict, word, wordlen));
word               99 ext/pspell/pspell.c 	ZEND_ARG_INFO(0, word)
word              104 ext/pspell/pspell.c 	ZEND_ARG_INFO(0, word)
word              115 ext/pspell/pspell.c 	ZEND_ARG_INFO(0, word)
word              120 ext/pspell/pspell.c 	ZEND_ARG_INFO(0, word)
word              500 ext/pspell/pspell.c 	char *word;
word              503 ext/pspell/pspell.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "ls", &scin, &word, &word_len) == FAILURE) {
word              509 ext/pspell/pspell.c 	if (pspell_manager_check(manager, word)) {
word              522 ext/pspell/pspell.c 	char *word;
word              528 ext/pspell/pspell.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "ls", &scin, &word, &word_len) == FAILURE) {
word              536 ext/pspell/pspell.c 	wl = pspell_manager_suggest(manager, word);
word              581 ext/pspell/pspell.c 	char *word;
word              584 ext/pspell/pspell.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "ls", &scin, &word, &word_len) == FAILURE) {
word              595 ext/pspell/pspell.c 	pspell_manager_add_to_personal(manager, word);
word              611 ext/pspell/pspell.c 	char *word;
word              614 ext/pspell/pspell.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "ls", &scin, &word, &word_len) == FAILURE) {
word              625 ext/pspell/pspell.c 	pspell_manager_add_to_session(manager, word);
word               28 ext/standard/metaphone.c static int metaphone(unsigned char *word, size_t word_len, zend_long max_phonemes, zend_string **phoned_word, int traditional);
word              110 ext/standard/metaphone.c #define Next_Letter (toupper(word[w_idx+1]))
word              112 ext/standard/metaphone.c #define Curr_Letter (toupper(word[w_idx]))
word              114 ext/standard/metaphone.c #define Look_Back_Letter(n)	(w_idx >= n ? toupper(word[w_idx-n]) : '\0')
word              118 ext/standard/metaphone.c #define After_Next_Letter	(Next_Letter != '\0' ? toupper(word[w_idx+2]) \
word              120 ext/standard/metaphone.c #define Look_Ahead_Letter(n) (toupper(Lookahead((char *) word+w_idx, n)))
word              125 ext/standard/metaphone.c static char Lookahead(char *word, int how_far)
word              129 ext/standard/metaphone.c 	for (idx = 0; word[idx] != '\0' && idx < how_far; idx++);
word              132 ext/standard/metaphone.c 	letter_ahead = word[idx];	/* idx will be either == to how_far or
word              168 ext/standard/metaphone.c static int metaphone(unsigned char *word, size_t word_len, zend_long max_phonemes, zend_string **phoned_word, int traditional)
word              184 ext/standard/metaphone.c 	if (word == NULL)
word              815 main/rfc1867.c 				char *key = NULL, *word = pair;
word              855 main/rfc1867.c 				efree(word);