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

/illumos-gate/usr/src/cmd/bart/
H A Drules.c70 struct tree_modifier *mod_ptr; local
86 for (mod_ptr = rule_ptr->modifiers; mod_ptr != NULL;
87 mod_ptr = mod_ptr->next) {
89 pattern = mod_ptr->mod_str;
90 if (mod_ptr->is_dir == B_FALSE) {
102 if (mod_ptr->include == B_TRUE)
122 if (mod_ptr->include == B_TRUE)
151 if (mod_ptr
[all...]
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-port.c299 char *ptr, *mod_ptr, *datacpy; local
349 * mod_ptr. No need to check for a NULL mod_ptr
354 mod_ptr = strstr(data, ptr);
356 if ((mod_ptr[0] == 'd') && (mod_ptr[1] == 'f') &&
357 (mod_ptr[3] == 'X') && (mod_ptr[4] == 'X') &&
358 (mod_ptr[5] == 'X')) {
359 mod_ptr[
[all...]

Completed in 218 milliseconds