Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dauth.c1843 char *ptr_word, *ptr_mask; local
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 = '/';
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/GlobalISel/
Dselect.mir15 define i8* @ptr_mask(i8* %in) { ret i8* undef }
76 # CHECK-LABEL: name: ptr_mask
77 name: ptr_mask