Home
last modified time | relevance | path

Searched refs:exclude_list (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_nic.c1203 smb_nic_nbt_exclude(const smb_nic_t *nc, const char **exclude_list, in smb_nic_nbt_exclude() argument
1214 if (strcmp(ifname, exclude_list[i]) == 0) in smb_nic_nbt_exclude()
1217 if ((buf[0] != '\0') && (strcmp(buf, exclude_list[i]) == 0)) in smb_nic_nbt_exclude()
/illumos-gate/usr/src/lib/libshare/common/
H A Dlibshare.c1498 char exclude_list[SA_STRSIZE]; in mark_excluded_protos() local
1501 exclude_list[0] = '\0'; in mark_excluded_protos()
1512 (void) strlcat(exclude_list, sep, in mark_excluded_protos()
1513 sizeof (exclude_list)); in mark_excluded_protos()
1514 (void) strlcat(exclude_list, value, in mark_excluded_protos()
1515 sizeof (exclude_list)); in mark_excluded_protos()
1520 if (exclude_list[0] != '\0') in mark_excluded_protos()
1522 (xmlChar *)exclude_list); in mark_excluded_protos()