Lines Matching full:ptr_mask
1843 char *ptr_word, *ptr_mask;
1893 ptr_mask = strchr (ptr_word, '/');
1894 if (ptr_mask != NULL) {
1898 bit_count = (int) strtol (ptr_mask+1, &endp, 10);
1901 ptr_mask+1);
1910 warn("invalid address length syntax: %v", ptr_mask+1);
1913 *ptr_mask = '\0';
1924 if (ptr_mask == NULL) {
1939 if (ptr_mask != NULL)
1940 *ptr_mask = '/';