Lines Matching refs:mapper
380 plc.mapper.mapname = get_string(optarg_av, &rv); in kc_create()
381 if (plc.mapper.mapname == NULL) { in kc_create()
388 plc.mapper.dir = get_string(optarg_av, &rv); in kc_create()
389 if (plc.mapper.dir == NULL) { in kc_create()
396 plc.mapper.pathname = get_string(optarg_av, in kc_create()
398 if (plc.mapper.pathname == NULL) { in kc_create()
405 plc.mapper.options = get_string(optarg_av, &rv); in kc_create()
406 if (plc.mapper.options == NULL) { in kc_create()
506 if ((plc.mapper.mapname != NULL && plc.mapper.pathname != NULL) || in kc_create()
507 (plc.mapper.dir != NULL && plc.mapper.pathname != NULL) || in kc_create()
508 (plc.mapper.dir != NULL && plc.mapper.mapname == NULL) || in kc_create()
509 (plc.mapper.options != NULL && plc.mapper.mapname == NULL && in kc_create()
510 plc.mapper.pathname == NULL)) { in kc_create()