Home
last modified time | relevance | path

Searched refs:new_serial (Results 1 – 4 of 4) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
Dntfslabel.c66 int new_serial; /* Change the serial number */ member
167 opts.new_serial |= 2; in parse_options()
176 opts.new_serial |= 1; in parse_options()
256 if (opts.new_serial & 2) in change_serial()
426 if ((opts.label || opts.new_serial) in main()
436 if (!opts.label && !opts.new_serial) in main()
445 if (opts.new_serial) { in main()
Dntfsclone.c161 int new_serial; member
452 opt.new_serial |= 1;
455 opt.new_serial |= 2;
811 if (opt.new_serial
829 if (opt.new_serial & 2)
953 if (opt.new_serial)
1034 if (opt.new_serial)
/third_party/openssl/crypto/ts/
Dts_rsp_utils.c112 ASN1_INTEGER *new_serial; in TS_TST_INFO_set_serial() local
116 new_serial = ASN1_INTEGER_dup(serial); in TS_TST_INFO_set_serial()
117 if (new_serial == NULL) { in TS_TST_INFO_set_serial()
122 a->serial = new_serial; in TS_TST_INFO_set_serial()
/third_party/node/deps/openssl/openssl/crypto/ts/
Dts_rsp_utils.c112 ASN1_INTEGER *new_serial; in TS_TST_INFO_set_serial() local
116 new_serial = ASN1_INTEGER_dup(serial); in TS_TST_INFO_set_serial()
117 if (new_serial == NULL) { in TS_TST_INFO_set_serial()
122 a->serial = new_serial; in TS_TST_INFO_set_serial()