Lines Matching defs:pos
113 unsigned long pos = bprm->p;
114 int offset = pos % PAGE_SIZE;
130 if (!tomoyo_dump_page(bprm, pos, dump)) {
134 pos += PAGE_SIZE - offset;
457 char * const pos = param->data;
460 if (*pos == '<') {
465 char *cp = strchr(pos, ' ');
469 flag = tomoyo_correct_path(pos) || !strcmp(pos, "keep") ||
470 !strcmp(pos, "initialize") || !strcmp(pos, "reset") ||
471 !strcmp(pos, "child") || !strcmp(pos, "parent");
476 return pos;
507 char *pos;
510 pos = start_of_string;
514 char *left_word = pos;
531 cp = strchr(pos, ' ');
534 pos = cp + 1;
536 pos = "";
682 for (pos = start_of_string; pos < end_of_string; pos++) {
683 if (*pos)
686 *pos = ' ';
687 else if (*(pos + 1) == '=') /* Restore "!=". */
688 *pos = '!';
690 *pos = '=';