Searched refs:portable (Results 1 - 5 of 5) sorted by relevance
/ast/src/cmd/pax/ |
H A D | convert.c | 78 * return 1 if s is a portable string 82 portable(Archive_t* ap, const char* s) function
|
H A D | pax-tar.c | 425 else if (!f->gidname || strlen(f->gidname) < TARSIZEOF(gname) && portable(ap, f->gidname)) 456 else if (!f->uidname || strlen(f->uidname) < TARSIZEOF(uname) && portable(ap, f->uidname)) 473 if ((split = tar_longname(ap, f)) < 0 || !portable(ap, f->name)) 475 if (f->linkpath && (tar_longlink(ap, f) < 0 || !portable(ap, f->linkpath)))
|
H A D | pax.h | 725 extern int portable(Archive_t*, const char*);
|
/ast/src/lib/libvcodex/ |
H A D | vcmethod.c | 169 Vcmethod_t* vcgetmeth(char* name, int portable) argument 171 Vcmethod_t* vcgetmeth(name, portable) 173 int portable; /* name is in portable format */ 189 if(!(port = portable ? name : vcstrcode(name, buf1, sizeof(buf1)))) 202 if(portable && (map = ccmap(CC_ASCII, CC_NATIVE)))
|
/ast/src/cmd/jcl/ |
H A D | jcm.c | 41 "[p:portable?Convert event names for \b/bin/make\b portability.]" 168 int portable; member in struct:State_s 356 else if (state.portable && (c == '#' || c == '$' || c == ':')) 698 state.portable = opt_info.number;
|
Completed in 20 milliseconds