| /freebsd/contrib/libarchive/libarchive/test/ |
| H A D | test_read_format_xar.c | 30 #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 D | killpg2.sh | 86 share[GID] = getpgrp(); 121 gid = share[GID]; 124 gid = share[GID]; 155 share[GID] = 0;
|
| H A D | killpg3.sh | 118 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 D | manifest.mk | 43 GID.dirs ?= 0 48 GID.files ?= 0
|
| H A D | own.mk | 117 USERGRP:= ${.MAKE.GID:U${id -g:L:sh}}
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ArchiveWriter.cpp | 119 M.GID = GIDOrErr.get(); in getOldMember() 161 M.GID = Status.getGroup(); in getFile() 217 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printRestOfMemberHeader() argument 223 printWithSpacePadding(Out, GID % 1000000, 6); in printRestOfMemberHeader() 233 unsigned UID, unsigned GID, unsigned Perms, in printGNUSmallMemberHeader() argument 236 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, Size); in printGNUSmallMemberHeader() 242 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printBSDMemberHeader() argument 248 printRestOfMemberHeader(Out, ModTime, UID, GID, Perms, in printBSDMemberHeader() 258 unsigned UID, unsigned GID, unsigned Perms, in printBigArchiveMemberHeader() argument 269 printWithSpacePadding(Out, GID % 1000000000000, 12); // GID in printBigArchiveMemberHeader() [all …]
|
| /freebsd/usr.sbin/bsdconfig/usermgmt/share/ |
| H A D | group.subr | 82 # 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 D | user_input.subr | 475 # 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 D | LVObject.h | 172 static uint64_t GID; variable 176 ++GID; in incID() 177 ID = GID; in incID()
|
| /freebsd/contrib/dialog/samples/ |
| H A D | inputmenu | 54 GID) gid="$item" ;;
|
| H A D | inputmenu-stdout | 52 GID) gid="$item" ;;
|
| H A D | inputmenu1 | 70 GID)
|
| H A D | inputmenu4 | 71 GID)
|
| H A D | inputmenu3 | 87 GID:)
|
| H A D | inputmenu2 | 78 GID:)
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ArchiveWriter.h | 24 unsigned UID = 0, GID = 0, Perms = 0644; member
|
| H A D | Archive.h | 96 char GID[6]; member 126 char GID[12]; member
|
| /freebsd/usr.sbin/ypldap/ |
| H A D | parse.y | 103 %token USER GROUP TO EXPIRE HOME SHELL GECOS UID GID INTERVAL 173 | GID { $$ = 3; } 380 { "gid", GID }, in lookup()
|
| /freebsd/cddl/usr.sbin/dwatch/libexec/ |
| H A D | systop | 43 # printed. By default, `UID.GID CMD[PID]: ' of the process is printed.
|
| /freebsd/cddl/usr.sbin/dwatch/examples/ |
| H A D | profile_template | 50 # printed. By default, `UID.GID CMD[PID]: ' of the process is printed.
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 165 uid_t UID, gid_t GID, off_t Size) in basic_file_status() argument 168 fs_st_uid(UID), fs_st_gid(GID), in basic_file_status() 247 uid_t UID, gid_t GID, off_t Size) in file_status() argument 249 UID, GID, Size), in file_status()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVObject.cpp | 25 uint64_t LVObject::GID = 0; member in LVObject
|
| /freebsd/contrib/netbsd-tests/bin/ps/ |
| H A D | keywords | 42 gid GID
|
| /freebsd/contrib/openpam/ |
| H A D | aclocal.m4 | 1224 # There is notably a 21 bits limit for the UID and the GID. In fact, 1225 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 1229 # The $UID and $GID variables are not portable, so we need to resort 1244 AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) 1246 … AC_MSG_WARN([ancient id detected; assuming current GID is ok, but dist-ustar might not work])
|
| /freebsd/contrib/openbsm/ |
| H A D | aclocal.m4 | 1092 # 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])
|