FACT++  1.0
static int check_service_name ( char *  name)
static

Definition at line 209 of file dis_old.c.

References MAX_NAME.

Referenced by do_dis_add_cmnd_dns(), and do_dis_add_service_dns().

210 {
211  if(strlen(name) > (MAX_NAME - 1))
212  return(0);
213  return(1);
214 }
#define MAX_NAME
Definition: dim.h:182

+ Here is the caller graph for this function: