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

  /src/libexec/identd/
identd.c 329 char userbuf[LOGIN_NAME_MAX]; /* actual user name (or numeric uid) */ local in function:idhandle
462 /* Fill in userbuf with user name if possible, else numeric UID. */
465 (void)snprintf(userbuf, sizeof(userbuf), "%u", uid);
470 (void)strlcpy(userbuf, pw->pw_name, sizeof(userbuf));
489 idbuf, userbuf);
490 (void)strlcpy(idbuf, userbuf, sizeof(idbuf));
495 idbuf, userbuf, gethost((struct sockaddr *)&ss[0]));
511 idbuf, userbuf, gethost((struct sockaddr *)&ss[0]))
    [all...]
  /src/libexec/httpd/
bozohttpd.c 1064 char *userbuf; local in function:handle_redirect
1079 bozoasprintf(httpd, &userbuf, "/~%s%s", request->hr_user, url);
1080 url = userbuf;
1082 userbuf = NULL;
1165 free(userbuf);

Completed in 13 milliseconds