Searched refs:mod_ptr (Results 1 – 2 of 2) sorted by relevance
70 struct tree_modifier *mod_ptr; in exclude_fname() local86 for (mod_ptr = rule_ptr->modifiers; mod_ptr != NULL; in exclude_fname()87 mod_ptr = mod_ptr->next) { in exclude_fname()89 pattern = mod_ptr->mod_str; in exclude_fname()90 if (mod_ptr->is_dir == B_FALSE) { in exclude_fname()102 if (mod_ptr->include == B_TRUE) in exclude_fname()122 if (mod_ptr->include == B_TRUE) in exclude_fname()151 if (mod_ptr->include == B_FALSE) in exclude_fname()153 } else if (mod_ptr->include == B_TRUE) { in exclude_fname()204 if (mod_ptr->include == B_TRUE) in exclude_fname()[all …]
299 char *ptr, *mod_ptr, *datacpy; in massage_control_data() local354 mod_ptr = strstr(data, ptr); in massage_control_data()356 if ((mod_ptr[0] == 'd') && (mod_ptr[1] == 'f') && in massage_control_data()357 (mod_ptr[3] == 'X') && (mod_ptr[4] == 'X') && in massage_control_data()358 (mod_ptr[5] == 'X')) { in massage_control_data()359 mod_ptr[3] = '0' + (id / 100) % 10; in massage_control_data()360 mod_ptr[4] = '0' + (id / 10) % 10; in massage_control_data()361 mod_ptr[5] = '0' + id % 10; in massage_control_data()363 if (strncmp(&mod_ptr[6], host, strlen(host)) in massage_control_data()