Searched defs:uname (Results 1 - 4 of 4) sorted by relevance
| /PHP_TRUNK/ext/fileinfo/libmagic/ |
| H A D | tar.h | 64 char uname[TUNMLEN]; member in struct:record::header 71 /* The magic field is filled with this if uname and gname are valid. */
|
| /PHP_TRUNK/ext/exif/ |
| H A D | exif.c | 1947 char buffer[64], *val, *name, uname[64]; local 1974 snprintf(uname, sizeof(uname), "%d", unknown++); 1975 name = uname;
|
| /PHP_TRUNK/ext/phar/ |
| H A D | tar.h | 85 char uname[32]; /* owner user name */ member in struct:_tar_header
|
| /PHP_TRUNK/ext/opcache/ |
| H A D | shared_alloc_win32.c | 80 char uname[UNLEN + 1]; local 83 GetUserName(uname, &unsize); 84 snprintf(newname, sizeof(newname) - 1, "%s@%s", name, uname); 91 char uname[UNLEN + 1]; local 96 GetUserName(uname, &unsize); 98 snprintf(windir + l, sizeof(windir) - l - 1, "\\%s@%s", ACCEL_FILEMAP_BASE, uname);
|
Completed in 24 milliseconds