Home
last modified time | relevance | path

Searched refs:questions (Results 1 – 25 of 43) sorted by relevance

12

/external/srec/seti/sltsEngine/src/
Drun_seq_lts.c67 static SWIsltsResult free_lquestions(LQUESTION ** questions, int num_questions);
76 static SWIsltsResult free_trees(RT_LTREE **trees, int num_letters, LQUESTION **questions, int num_q…
182 LQUESTION ** questions; in load_lquestions() local
191 *pquestions = questions = (LQUESTION**) lts_alloc(num_questions, sizeof(LQUESTION*)); in load_lquestions()
192 if (questions == NULL) { in load_lquestions()
198 questions[i] = (LQUESTION*) lts_alloc(1, sizeof(LQUESTION)); in load_lquestions()
199 if (questions[i] == NULL) { in load_lquestions()
208 PORT_FREAD_CHAR(&(questions[i]->type), sizeof(char), 1, fp); in load_lquestions()
209 PORT_FREAD_CHAR(&(questions[i]->num_list), sizeof(char), 1, fp); in load_lquestions()
211 questions[i]->list = (unsigned char*) lts_alloc(questions[i]->num_list, sizeof(unsigned char)); in load_lquestions()
[all …]
/external/ppp/pppd/plugins/pppoatm/
Dans.c47 int questions,answers; in ans() local
58 questions = GET16(answer+4); in ans()
59 if (questions != 1) return TRY_OTHER; /* trouble ... */ in ans()
/external/srec/srec/clib/
Dsrec_arb.c72 ans = question_check(&allotree->questions[tnode->node.quest_index], in get_modelid_for_pic()
318 pfread(&allotree->questions, sizeof(srec_question *), 1, fp);/* questions */ in read_arbdata_from_stream()
335 allotree->questions = (srec_question *)pbuf; in read_arbdata_from_stream()
336 read_questions(&allotree->questions, allotree->num_questions, &pbuf, fp); in read_arbdata_from_stream()
/external/bison/
DREADME4 See the file doc/FAQ for frequently asked questions.
19 If you have questions about using Bison and the documentation does
/external/clearsilver/python/
DREADME.txt18 questions to blong@fiction.net
31 follow for Python22. Comments or questions to jeske@chat.net.
/external/netcat/
DNOTICE8 questions, and patches to hobbit@avian.org.
/external/srec/seti/sltsEngine/include/
Dlts_seq_internal.h136 LQUESTION **questions; member
/external/srec/srec/include/
Dsrec_arb.h94 srec_question* questions; member
/external/bluez/hcidump/
DREADME30 bluez-users@lists.sf.net - BlueZ general questions and discussions
/external/bluez/libs/
DREADME31 bluez-users@lists.sf.net - BlueZ general questions and discussions
/external/bluez/utils/
DREADME36 bluez-users@lists.sf.net - BlueZ general questions and discussions
/external/zlib/contrib/puff/
DREADME16 describes the deflate format. I have received many questions on details of the
17 deflate format, and I hope that reading this code will answer those questions.
/external/ipsec-tools/src/racoon/doc/
DFAQ103 If your question is not confidential, send your questions to:
106 If your question is confidential, send your questions to:
/external/qemu/distrib/sdl-1.2.12/
DREADME40 Frequently asked questions are answered online:
/external/libpng/
DREADME119 Please do not send general questions about PNG. Send them to
123 please do not send libpng questions to that address, send them to me
127 to me. Send me any questions that start with "I was using libpng,
128 and ...". If in doubt, send questions to me. I'll bounce them
/external/dropbear/
DREADME11 me if you have any questions/bugs found/features/ideas/comments etc :)
/external/libpcap/
DREADME80 Problems, bugs, questions, desirable enhancements, etc. should be sent
/external/ipsec-tools/src/racoon/
DTODO3 Please send any questions or bug reports to snap-users@kame.net.
/external/dbus/
DREADME116 example). If you have questions or concerns they are very welcome on
/external/tcpdump/
DREADME70 Problems, bugs, questions, desirable enhancements, etc. should be sent
/external/gtest/
DREADME14 for questions, discussions, and development. There is also an IRC channel on
/external/openssl/crypto/engine/
DREADME167 Cleanup - the registration and unregistration may pose questions about how
/external/zlib/
DFAQ223 these questions. Thanks.
/external/zlib/win32/
DDLL_FAQ.txt7 general questions about zlib, you should see the file "FAQ" found
/external/tinyxml/
Dreadme.txt496 Please post questions, comments, file bugs, or contact us at:

12