| /src/external/mit/isl/dist/ |
| isl_test_cpp17.cc | 51 auto s_user = id3.user<std::string>(); local 52 if (s_user != "s")
|
| isl_test_cpp17.cc | 51 auto s_user = id3.user<std::string>(); local 52 if (s_user != "s")
|
| /src/bin/ls/ |
| ls.h | 72 int s_user; member in struct:__anon25
|
| ls.h | 72 int s_user; member in struct:__anon25
|
| /src/external/bsd/pam-u2f/dist/ |
| util.c | 215 char *s_user, *s_credential; local 229 s_user = strtok_r(buf, ":", &saveptr); 230 if (s_user && strcmp(username, s_user) == 0) { 231 debug_dbg(cfg, "Matched user: %s", s_user);
|
| util.c | 215 char *s_user, *s_credential; local 229 s_user = strtok_r(buf, ":", &saveptr); 230 if (s_user && strcmp(username, s_user) == 0) { 231 debug_dbg(cfg, "Matched user: %s", s_user);
|