Lines Matching refs:strchr
301 ptr = strchr(optarg, ':'); in main()
353 ptr = strchr(buf, ':'); in main()
355 ptr2 = strchr(ptr, ':'); in main()
554 if ((tmp = strchr(path, ' ')) != NULL) in prt_cmd()
599 if ((tmp = strchr(cmd, ' ')) != NULL) in old_addsvc()
766 else if (strchr(entry.lflags, 'd')) in prt_svcs()
771 if (strchr(entry.flags, 'x') == NULL) in prt_svcs()
783 if (strchr(entry.flags, 'x') == NULL) in prt_svcs()
1173 p = strchr(entry.comment, '\n'); in setup_addr()
1215 p = strchr(entry.comment, '\n'); in setup_addr()
1246 if ((ptr = strchr(buf, ':')) == NULL) in svc_format()
1250 if ((ptr = strchr(entry->pmtype, ':')) == NULL) in svc_format()
1258 if ((ptr = strchr(entry->svc_code, ':')) == NULL) in svc_format()
1262 if ((ptr = strchr(entry->flags, ':')) == NULL) in svc_format()
1266 if ((ptr = strchr(entry->id, ':')) == NULL) in svc_format()
1270 if ((ptr = strchr(entry->res1, ':')) == NULL) in svc_format()
1274 if ((ptr = strchr(entry->res2, ':')) == NULL) in svc_format()
1278 if ((ptr = strchr(entry->res3, ':')) == NULL) in svc_format()
1282 if ((ptr = strchr(entry->addr, ':')) == NULL) in svc_format()
1286 if ((ptr = strchr(entry->rpc, ':')) == NULL) in svc_format()
1290 if ((tmp = strchr(entry->rpc, ',')) == NULL) in svc_format()
1295 if ((ptr = strchr(entry->lflags, ':')) == NULL) in svc_format()
1299 if ((ptr = strchr(entry->modules, ':')) == NULL) in svc_format()
1303 if ((ptr = strchr(entry->command, '#')) == NULL) in svc_format()