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

/openbsd-current/gnu/usr.bin/cvs/src/
H A Dlock.c107 static char *lockers_name; variable
488 if (lockers_name != NULL)
489 free (lockers_name);
490 lockers_name = xstrdup ("unknown");
689 * Set the static variable lockers_name appropriately, based on the stat
698 if (lockers_name != NULL)
699 free (lockers_name);
703 lockers_name = xstrdup (pw->pw_name);
707 lockers_name = xmalloc (20);
708 (void) sprintf (lockers_name, "ui
[all...]

Completed in 118 milliseconds