Lines Matching refs:offset
1446 int offset = (int)(long)cmd->info;
1448 *(const char **)((char *)struct_ptr + offset) = arg;
1459 int offset = (int)(long)cmd->info;
1461 *(int *)((char*)struct_ptr + offset) = strtol(arg, &endptr, 10);
1477 int offset = (int)(long)cmd->info;
1480 *(char **)((char *)struct_ptr + offset) = arg;
1488 int offset = (int)(long)cmd->info;
1491 *(int *)(struct_ptr + offset) = arg ? 1 : 0;
1499 int offset = (int)(long)cmd->info;
1502 *(struct_ptr + offset) = arg ? 1 : 0;
1516 int offset = (int)(long)cmd->info;
1525 *(const char **) ((char*)struct_ptr + offset) = path;