repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
userspec
blob
ce1ee1792ad2fae5f964dd05dbf335bb9c0b9cc9
1
Description:
2
Parse a 'user:group' specifier (e.g. the first argument of chown utility).
3
4
Files:
5
lib/userspec.c
6
lib/userspec.h
7
m4/userspec.m4
8
9
Depends-on:
10
posixver
11
xalloc
12
xstrtol
13
strdup
14
gettext-h
15
intprops
16
inttostr
17
stdbool
18
19
configure.ac:
20
gl_USERSPEC
21
22
Makefile.am:
23
lib_SOURCES += userspec.c
24
25
Include:
26
"userspec.h"
27
28
License:
29
GPL
30
31
Maintainer:
32
Jim Meyering