OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:typeflag
(Results
1 - 5
of
5
) sorted by relevancy
/src/bin/pax/
tar.c
849
if (hd->
typeflag
!= LONGLINKTYPE && hd->
typeflag
!= LONGNAMETYPE) {
891
* set the mode and PAX type according to the
typeflag
in the header
893
switch(hd->
typeflag
) {
916
if (hd->
typeflag
== BLKTYPE) {
929
if (hd->
typeflag
== SYMTYPE) {
948
if (hd->
typeflag
!= LONGLINKTYPE)
956
hd->
typeflag
== LONGLINKTYPE ? "Link" : "File");
964
hd->
typeflag
== FILEXTYPE ? "File" : "Global");
1137
hd->
typeflag
= DIRTYPE
[
all
...]
tar.h
50
* Values used in
typeflag
field in all tar formats
145
char
typeflag
; /* type of file. */
member in struct:__anon7c22972a0208
dumptar.c
89
(void)fprintf(stdout, "
typeflag
=%c\n", t->
typeflag
);
/src/libexec/getNAME/
getNAME.c
61
static int
typeflag
;
variable in typeref:typename:int
103
typeflag
= 1;
137
if (
typeflag
)
169
if (
typeflag
) {
288
if (
typeflag
) {
/src/common/dist/zlib/contrib/untgz/
untgz.c
53
/* values used in
typeflag
field */
90
char
typeflag
; /* 156 */
member in struct:tar_header
456
switch (buffer.header.
typeflag
)
Completed in 15 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025