Searched refs:lockers_name (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/cvs/src/
H A Dlock.c125 static char *lockers_name; variable
521 if (lockers_name != NULL)
522 free (lockers_name);
523 lockers_name = xstrdup ("unknown");
743 * Set the static variable lockers_name appropriately, based on the stat
752 if (lockers_name != NULL)
753 free (lockers_name);
757 lockers_name = xstrdup (pw->pw_name);
761 lockers_name = xmalloc (20);
762 (void)sprintf (lockers_name, "ui
[all...]

Completed in 44 milliseconds