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

Definition at line 213 of file dis.c.

References MAX_NAME.

Referenced by do_dis_add_cmnd_dns(), and do_dis_add_service_dns().

214 {
215  if((int)strlen(name) > (MAX_NAME - 1))
216  return(0);
217  return(1);
218 }
#define MAX_NAME
Definition: dim.h:182

+ Here is the caller graph for this function: