Lines Matching refs:s
29 static char *stoupperx(const char *s) in stoupperx() argument
31 char *s2 = strdup(s); in stoupperx()
71 const char *s = initial_sid_to_string[i]; in main() local
73 if (s) in main()
74 initial_sid_to_string[i] = stoupperx(s); in main()
88 const char *s = initial_sid_to_string[i]; in main() local
89 if (s) in main()
90 fprintf(fout, "#define SECINITSID_%-39s %2d\n", s, i); in main()
98 static char s[] = "SOCKET"; in main() local
100 int len = strlen(map->name), l = sizeof(s) - 1; in main()
101 if (len >= l && memcmp(map->name + len - l, s, l) == 0) in main()