HomeSort by: relevance | last modified time | path
    Searched defs:neq (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libutil/
passwd.c 399 const char *neq; local in function:pw_copyx
437 if (old_pw && (neq = pw_equal(buf, old_pw)) != NULL) {
438 if (strcmp(neq, "corrupt line") == 0)
445 mpwd, pw->pw_name, neq);
passwd.c 399 const char *neq; local in function:pw_copyx
437 if (old_pw && (neq = pw_equal(buf, old_pw)) != NULL) {
438 if (strcmp(neq, "corrupt line") == 0)
445 mpwd, pw->pw_name, neq);
passwd.c 399 const char *neq; local in function:pw_copyx
437 if (old_pw && (neq = pw_equal(buf, old_pw)) != NULL) {
438 if (strcmp(neq, "corrupt line") == 0)
445 mpwd, pw->pw_name, neq);

Completed in 31 milliseconds