Searched refs:machine_sid_len (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Ddirectory_provider_nsswitch.c75 int machine_sid_len = strlen(_idmapdstate.cfg->pgcfg.machine_sid); local
76 char my_machine_sid[machine_sid_len + 1];
111 if (strncasecmp(id, my_machine_sid, machine_sid_len) !=
114 if (id[machine_sid_len] != '-')
118 strtoul(id + machine_sid_len + 1, &p, 10);

Completed in 56 milliseconds