Searched refs:pathbuf (Results 1 – 1 of 1) sorted by relevance
/busybox-1.35.0/networking/ |
D | brctl.c | 134 char pathbuf[IFNAMSIZ + sizeof("/bridge/bridge_id") + 8]; in show_bridge() local 141 sfx = pathbuf + sprintf(pathbuf, "%.16s/bridge/", name); in show_bridge() 143 sfx = pathbuf + sprintf(pathbuf, "%.*s/bridge/", (int)IFNAMSIZ, name); in show_bridge() 146 if (read_file(pathbuf) < 0) in show_bridge() 154 read_file(pathbuf); in show_bridge() 165 ifaces = opendir(pathbuf); in show_bridge() 187 char pathbuf[IFNAMSIZ + sizeof("/bridge/bridge_id") + 32]; in write_uint() local 191 sprintf(pathbuf, "%.16s/%s", name, leaf); in write_uint() 193 sprintf(pathbuf, "%.*s/%s", (int)IFNAMSIZ, name, leaf); in write_uint() 195 fd = xopen(pathbuf, O_WRONLY); in write_uint() [all …]
|