Searched refs:changed (Results 1 – 13 of 13) sorted by relevance
/busybox-1.35.0/util-linux/ |
D | fsck_minix.c | 155 smallint changed; /* is filesystem modified? */ member 192 #define changed (G.changed ) macro 295 changed = 1; in minix_setbit() 300 changed = 1; in minix_clrbit() 515 return check_zone_nr(inode->i_zone + blknr, &changed); in map_block() 518 block = check_zone_nr(inode->i_zone + 7, &changed); in map_block() 522 block = check_zone_nr(inode->i_zone + 8, &changed); in map_block() 546 return check_zone_nr2(inode->i_zone + blknr, &changed); in map_block2() 549 block = check_zone_nr2(inode->i_zone + 7, &changed); in map_block2() 554 block = check_zone_nr2(inode->i_zone + 8, &changed); in map_block2() [all …]
|
D | last.c | 57 #error struct utmpx member char[] size(s) have changed! 61 #error struct utmpx member char[] size(s) have changed! 66 #error Values for the ut_type field of struct utmpx changed
|
D | fdisk.c | 230 char changed; /* boolean */ member 644 ptes[i].changed = 0; in set_all_unchanged() 650 ptes[i].changed = 1; in set_changed() 870 pe->changed = 0; in read_pte() 1160 ptes[i].changed = 1; in set_partition() 1240 pre->changed = 1; in read_extended() 1455 pe->changed = (what == CREATE_EMPTY_DOS); in get_boot() 1574 IF_FEATURE_FDISK_WRITABLE(pe->changed = 1;) in get_boot() 1791 pe->changed = 1; in toggle_active() 1820 pe->changed = 1; in delete_partition() [all …]
|
/busybox-1.35.0/ |
D | .indent.pro | 21 /* changed from 0 to 4 */ 23 --line-length78 /* changed from 75 */
|
D | LICENSE | 104 stating that you changed the files and the date of any change.
|
D | Config.in | 264 | # and runs with euid=0 (egid is not changed)
|
/busybox-1.35.0/scripts/ |
D | Kbuild.include | 110 # target, or command line has changed 150 # will check if $(cmd_foo) changed, or any of the prequisites changed,
|
/busybox-1.35.0/shell/ |
D | ash_remove_unnecessary_code_in_backquote_expansion.patch | 54 1 file changed, 9 insertions(+), 28 deletions(-)
|
D | ash.c | 3642 changed: 1; /* true if status has changed */ member 4414 thisjob->changed = 1; in waitone() 4546 jp->changed = 0; in showjob() 4569 if (!(mode & SHOW_CHANGED) || jp->changed) { in showjobs()
|
/busybox-1.35.0/docs/ |
D | Serial-Programming-HOWTO.txt | 157 Their argument was that the argument changed its stripes. Sometimes 222 With Linux, the baud rate can be changed using a technique similar to 326 o TIOCMSET the state of the UART is changed according to which bits
|
/busybox-1.35.0/networking/ |
D | telnetd.ctrlSQ.patch | 144 + * If the flow control state changed, notify
|
/busybox-1.35.0/editors/ |
D | vi.c | 990 int li, changed; in refresh() local 1024 changed = FALSE; // assume no change in refresh() 1036 changed = TRUE; // mark for redraw in refresh() 1044 changed = TRUE; // mark for redraw in refresh() 1053 changed = TRUE; in refresh() 1061 if (changed) { in refresh()
|
/busybox-1.35.0/examples/var_service/ |
D | README_distro_proposal.txt | 198 Hopefully this get changed/standardized; while it is not, the "run" file
|