Home | History | Annotate | Download | only in src

Lines Matching full:sys_path

1177 #define SYS_PATH "/sys"
1178 #define SYS_PREFIX SYS_PATH "/"
1190 bool issys = (!strcmp(pathname, SYS_PATH) || !strncmp(pathname, SYS_PREFIX, sizeof(SYS_PREFIX)-1)) ? true : false;