Searched refs:OSM_LOCAL_CONSOLE (Results 1 – 4 of 4) sorted by relevance
69 return (strcmp(str, OSM_LOCAL_CONSOLE) == 0); in is_local()190 if (strcmp(opt->console, OSM_LOCAL_CONSOLE) == 0) { in osm_console_init()
841 || strcmp(optarg, OSM_LOCAL_CONSOLE) == 0 in main()
2073 && strcmp(p_opts->console, OSM_LOCAL_CONSOLE) in osm_subn_verify_config()
47 #define OSM_LOCAL_CONSOLE "local" macro