Lines Matching +full:custom +full:- +full:temp
47 #include "rpcap-protocol.h"
60 * Locale-independent version checks for alphabetical and alphanumerical
94 if (line[linelen - 1] != '\n') in fileconf_read()
159 while (FILECONF_ISALNUM(*ptr) || *ptr == '-' || *ptr == '_') in fileconf_read()
170 // finding a non-white space character, in fileconf_read()
275 // Null-terminate the address, and skip past in fileconf_read()
320 // Null-terminate the port, and skip past in fileconf_read()
333 (unsigned int)(sizeof(activelist[num_active_clients].address) - 1)); in fileconf_read()
336 if (strcmp(port, "DEFAULT") == 0) // the user choose a custom port in fileconf_read()
348 (unsigned int)(sizeof(activelist[num_active_clients].port) - 1)); in fileconf_read()
387 // Save the current end-of-string for the in fileconf_read()
389 // fit, so that we can discard the partially- in fileconf_read()
460 // XXX - should we complain if it's in fileconf_read()
497 char *token; /*, *port;*/ // temp, needed to separate items into the hostlist in fileconf_save()
543 return -1; in fileconf_save()
551 // the first non-white space character. Replace white space characters
553 // after a token, the token is null-terminated.