Searched defs:rest (Results 1 - 4 of 4) sorted by relevance

/systemd/src/basic/
H A Dpath-util.c440 char* path_join(const char *root, const char *path, const char *rest) { argument
446 rest ? (endswith(path, "/") ? "" : "/") : NULL,
447 rest && rest[0] == '/' ? rest+1 : rest,
451 rest ? (endswith(path, "/") ? "" : "/") : NULL,
452 rest && rest[0] == '/' ? rest
[all...]
/systemd/src/udev/
H A Dudev-builtin-net_id.c248 char *rest; local
253 i = strtol(dent->d_name, &rest, 10);
254 if (rest[0] != '\0')
H A Dudev-builtin-path_id.c409 char *rest; local
418 i = strtoul(&dent->d_name[4], &rest, 10);
419 if (rest[0] != '\0')
H A Dudev-event.c247 char *rest; local
255 i = strtoul(attr, &rest, 10);
277 if (rest[0] != '+') {

Completed in 482 milliseconds