Searched refs:next_word (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dline_wrap.c81 const char *next_word; local
99 for (start_line = word = str; word != 0; word = next_word) {
116 next_word = *next_space ? next_space + 1 : 0;
/macosx-10.10.1/OpenPAM-20/openpam/lib/
H A Dopenpam_configure.c82 next_word(const char *str) function
159 p = next_word(p);
176 p = next_word(p);
180 p = next_word(p);
181 if (*next_word(p) != '\0')
213 p = next_word(p);
228 p = q = next_word(p);
231 q = next_word(q);
239 p = next_word(p);
/macosx-10.10.1/apr-32/apr/apr/network_io/unix/
H A Dinet_ntop.c166 unsigned int next_word = (unsigned int)*next_src++; local
167 next_word <<= 8;
168 next_word |= (unsigned int)*next_src++;
169 *next_dest++ = next_word;
171 if (next_word == 0) {
/macosx-10.10.1/xnu-2782.1.97/SETUP/config/
H A Dmkmakefile.c81 #define next_word(fp, wd) \ macro
322 next_word(fp, wd);
346 next_word(fp, wd);
355 next_word(fp, wd);
449 next_word(fp, wd);
452 next_word(fp, wd);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dphonetic.c66 next_word( char *s )

Completed in 156 milliseconds