Searched defs:filename (Results 1 - 5 of 5) sorted by relevance

/solaris-userland/components/net-snmp-57/sun/sdk/demo/demo_module_7/
H A Ddemo_module_7.c45 char *filename; variable
62 the new filename as a context string in the contextName member of the
193 filename = malloc(requests->requestvb->val_len + 1);
194 snprintf(filename, requests->requestvb->val_len + 1, "%s",
196 filename[requests->requestvb->val_len + 1] = '\0';
198 DEBUGMSGTL(("demo_module_7", "filename = %s\n", filename));
208 myreg->contextName = filename;
224 (u_char *)filename, sizeof (filename));
[all...]
/solaris-userland/components/krb5/Solaris/
H A Dprof_solaris.c1066 * errcode_t k5_profile_init(char *filename, profile_t *profile)
1068 * where filename is the specified profile location. If filename is NULL
1080 k5_profile_init(char *filename, profile_t *profile) argument
1091 if (filename != NULL) {
1095 filenames[0] = strdup(filename);
/solaris-userland/components/libusb/wrapper/src/
H A Dusb.h257 char filename[PATH_MAX + 1]; member in struct:usb_device
/solaris-userland/components/libusb/ugen/src/
H A Dlibusbugen.c267 if (strncmp(dev->filename, new->filename,
268 sizeof (dev->filename)) == 0) {
298 usb_dprintf(DEBUG_DETAILED, "%d: %s\n", i, dev->filename);
1382 char *filename, *statfilename, cfg_num[16], alt_num[16]; local
1420 if ((filename = malloc(PATH_MAX+1)) == NULL) {
1425 free(filename);
1433 /* create filename */
1448 (void) snprintf(filename, PATH_MAX, "%s/%s/%sif%d%s%s%d",
1449 hdl->device->bus->dirname, hdl->device->filename,
1552 char *filename; local
2312 char *device, *filename; local
[all...]
/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11_pub.c1202 const char *filename; local
1210 filename = keyid + strlen(FILE_URI_PREFIX);
1212 /* assume keyid is a filename without file URI prefix */
1213 filename = keyid;
1216 if ((fd = fopen(filename, read_mode_flags)) == NULL) {

Completed in 32 milliseconds