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

  /src/lib/libutil/
passwd.c 67 static char pw_prefix[MAXPATHLEN]; variable in typeref:typename:char[]
73 return(pw_prefix);
84 if (length < sizeof(pw_prefix)) {
85 (void)strcpy(pw_prefix, new_prefix);
86 while (length > 0 && pw_prefix[length - 1] == '/')
87 pw_prefix[--length] = '\0';
101 if (pw_prefix[0] == '\0')
104 if (strlen(pw_prefix) + strlen(filename) < sizeof(newfilename))
105 return strcat(strcpy(newfilename, pw_prefix), filename);
150 args[2] = pw_prefix;
    [all...]
passwd.c 67 static char pw_prefix[MAXPATHLEN]; variable in typeref:typename:char[]
73 return(pw_prefix);
84 if (length < sizeof(pw_prefix)) {
85 (void)strcpy(pw_prefix, new_prefix);
86 while (length > 0 && pw_prefix[length - 1] == '/')
87 pw_prefix[--length] = '\0';
101 if (pw_prefix[0] == '\0')
104 if (strlen(pw_prefix) + strlen(filename) < sizeof(newfilename))
105 return strcat(strcpy(newfilename, pw_prefix), filename);
150 args[2] = pw_prefix;
    [all...]
passwd.c 67 static char pw_prefix[MAXPATHLEN]; variable in typeref:typename:char[]
73 return(pw_prefix);
84 if (length < sizeof(pw_prefix)) {
85 (void)strcpy(pw_prefix, new_prefix);
86 while (length > 0 && pw_prefix[length - 1] == '/')
87 pw_prefix[--length] = '\0';
101 if (pw_prefix[0] == '\0')
104 if (strlen(pw_prefix) + strlen(filename) < sizeof(newfilename))
105 return strcat(strcpy(newfilename, pw_prefix), filename);
150 args[2] = pw_prefix;
    [all...]

Completed in 30 milliseconds