Home
last modified time | relevance | path

Searched refs:GID (Results 1 – 25 of 41) sorted by relevance

12

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_read_format_xar.c30 #define GID 1001 macro
90 assertEqualInt(archive_entry_gid(ae), GID); in verify0()
113 assertEqualInt(archive_entry_gid(ae), GID); in verify1()
179 assertEqualInt(archive_entry_gid(ae), GID); in verify2()
228 assertEqualInt(archive_entry_gid(ae), GID); in verify3()
278 assertEqualInt(archive_entry_gid(ae), GID); in verify4()
327 assertEqualInt(archive_entry_gid(ae), GID); in verify5()
369 assertEqualInt(archive_entry_gid(ae), GID); in verify6()
431 assertEqualInt(archive_entry_gid(ae), GID); in verify7()
/freebsd/tools/test/stress2/misc/
H A Dkillpg2.sh86 share[GID] = getpgrp();
121 gid = share[GID];
124 gid = share[GID];
155 share[GID] = 0;
H A Dkillpg3.sh118 share[GID] = getpgrp();
127 if (killpg(share[GID], SIGUSR1) == -1)
128 err(1, "pgkill(%d)", share[GID]);
150 share[GID] = 0;
/freebsd/contrib/bmake/mk/
H A Dmanifest.mk50 GID.dirs ?= 0
55 GID.files ?= 0
H A Down.mk114 USERGRP:= ${.MAKE.GID:U${id -g:L:sh}}
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp118 M.GID = GIDOrErr.get(); in getOldMember()
160 M.GID = Status.getGroup(); in getFile()
216 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printRestOfMemberHeader() argument
222 printWithSpacePadding(Out, GID % 1000000, 6); in printRestOfMemberHeader()
232 unsigned UID, unsigned GID, unsigned Perms, in printGNUSmallMemberHeader() argument
235 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, Size); in printGNUSmallMemberHeader()
247 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, in printBSDMemberHeader()
257 unsigned UID, unsigned GID, unsigned Perms, in printBigArchiveMemberHeader() argument
268 printWithSpacePadding(Out, GID % 1000000000000, 12); // GID in printBigArchiveMemberHeader()
304 return printBSDMemberHeader(Out, Pos, M.MemberName, ModTime, M.UID, M.GID, in printMemberHeader()
[all …]
/freebsd/usr.sbin/bsdconfig/usermgmt/share/
H A Dgroup.subr82 # NB: pw(8) has a ``feature'' wherein `-n name' can be taken as GID
83 # instead of name. Work-around is to also pass `-g GID' at the same
84 # time (the GID is ignored in this case, so any GID will do).
368 # NB: pw(8) has a ``feature'' wherein `-n name' can be taken as GID
369 # instead of name. Work-around is to also pass `-g GID' at the same
370 # time (the GID is ignored in this case, so any GID will do).
H A Duser_input.subr475 # Allow the user to enter a new primary GID for a given user. If the user does
1033 # Attempt to translate a numeric GID into `number (name)'
1151 # Attempt to translate a numeric GID into `number (name)'
1269 # Attempt to translate a numeric GID into `number (name)'
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h172 static uint64_t GID; variable
176 ++GID; in incID()
177 ID = GID; in incID()
/freebsd/contrib/dialog/samples/
H A Dinputmenu54 GID) gid="$item" ;;
H A Dinputmenu-stdout52 GID) gid="$item" ;;
H A Dinputmenu170 GID)
H A Dinputmenu471 GID)
H A Dinputmenu278 GID:)
H A Dinputmenu387 GID:)
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DArchiveWriter.h24 unsigned UID = 0, GID = 0, Perms = 0644; member
H A DArchive.h96 char GID[6]; member
126 char GID[12]; member
/freebsd/usr.sbin/ypldap/
H A Dparse.y103 %token USER GROUP TO EXPIRE HOME SHELL GECOS UID GID INTERVAL
173 | GID { $$ = 3; }
380 { "gid", GID }, in lookup()
/freebsd/cddl/usr.sbin/dwatch/examples/
H A Dprofile_template50 # printed. By default, `UID.GID CMD[PID]: ' of the process is printed.
/freebsd/cddl/usr.sbin/dwatch/libexec/
H A Dsystop43 # printed. By default, `UID.GID CMD[PID]: ' of the process is printed.
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h166 uid_t UID, gid_t GID, off_t Size) in basic_file_status() argument
169 fs_st_uid(UID), fs_st_gid(GID), in basic_file_status()
248 uid_t UID, gid_t GID, off_t Size) in file_status() argument
250 UID, GID, Size), in file_status()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVObject.cpp25 uint64_t LVObject::GID = 0; member in LVObject
/freebsd/contrib/netbsd-tests/bin/ps/
H A Dkeywords42 gid GID
/freebsd/contrib/openbsm/
H A Daclocal.m41092 # There is notably a 21 bits limit for the UID and the GID. In fact,
1093 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
1097 # The $UID and $GID variables are not portable, so we need to resort
1110 AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
/freebsd/contrib/file/
H A Daclocal.m41054 # There is notably a 21 bits limit for the UID and the GID. In fact,
1055 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
1059 # The $UID and $GID variables are not portable, so we need to resort
1072 AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])

12