Lines Matching refs:strchr
304 ptr = strchr(optarg, ':'); in main()
356 ptr = strchr(buf, ':'); in main()
358 ptr2 = strchr(ptr, ':'); in main()
557 if ((tmp = strchr(path, ' ')) != NULL) in prt_cmd()
602 if ((tmp = strchr(cmd, ' ')) != NULL) in old_addsvc()
769 else if (strchr(entry.lflags, 'd')) in prt_svcs()
774 if (strchr(entry.flags, 'x') == NULL) in prt_svcs()
786 if (strchr(entry.flags, 'x') == NULL) in prt_svcs()
1176 p = strchr(entry.comment, '\n'); in setup_addr()
1218 p = strchr(entry.comment, '\n'); in setup_addr()
1249 if ((ptr = strchr(buf, ':')) == NULL) in svc_format()
1253 if ((ptr = strchr(entry->pmtype, ':')) == NULL) in svc_format()
1261 if ((ptr = strchr(entry->svc_code, ':')) == NULL) in svc_format()
1265 if ((ptr = strchr(entry->flags, ':')) == NULL) in svc_format()
1269 if ((ptr = strchr(entry->id, ':')) == NULL) in svc_format()
1273 if ((ptr = strchr(entry->res1, ':')) == NULL) in svc_format()
1277 if ((ptr = strchr(entry->res2, ':')) == NULL) in svc_format()
1281 if ((ptr = strchr(entry->res3, ':')) == NULL) in svc_format()
1285 if ((ptr = strchr(entry->addr, ':')) == NULL) in svc_format()
1289 if ((ptr = strchr(entry->rpc, ':')) == NULL) in svc_format()
1293 if ((tmp = strchr(entry->rpc, ',')) == NULL) in svc_format()
1298 if ((ptr = strchr(entry->lflags, ':')) == NULL) in svc_format()
1302 if ((ptr = strchr(entry->modules, ':')) == NULL) in svc_format()
1306 if ((ptr = strchr(entry->command, '#')) == NULL) in svc_format()