Home
last modified time | relevance | path

Searched refs:stmp (Results 1 – 13 of 13) sorted by relevance

/mirbsd/src/usr.bin/sudo/
Dvisudo.c115 char *stmp = _PATH_SUDOERS_TMP; variable
160 easprintf(&stmp, "%s.tmp", optarg);
210 stmp_fd = open(stmp, O_WRONLY | O_CREAT | O_TRUNC, 0600);
212 err(1, "%s", stmp);
229 (void) touch(stmp_fd, stmp, &sudoers_mtim);
233 if ((yyin = fopen(stmp, "r"))) {
354 av[n++] = stmp;
369 if (stat(stmp, &sb) < 0) {
371 stmp, sudoers);
376 stmp, sudoers);
[all …]
DUPGRADE59 /etc/stmp for the temporary shadow file.
/mirbsd/src/sys/lib/libsa/
Dfat.c283 size_t stmp; in fat_read() local
331 stmp = blksiz - otmp; in fat_read()
332 if (ff->nodesize && (ff->nodesize - ff->nodeseekp) < stmp) in fat_read()
333 stmp = ff->nodesize - ff->nodeseekp; in fat_read()
334 if (stmp >= size) in fat_read()
335 stmp = size; in fat_read()
336 memmove(buf, ff->databuf + otmp, stmp); in fat_read()
338 size -= stmp; in fat_read()
339 buf += stmp; in fat_read()
340 ff->nodeseekp += stmp; in fat_read()
/mirbsd/src/lib/libssl/src/crypto/x509/
Dx509_att.c267 ASN1_STRING *stmp; in X509_ATTRIBUTE_set1_data() local
271 stmp = ASN1_STRING_set_by_NID(NULL, data, len, attrtype, in X509_ATTRIBUTE_set1_data()
273 if(!stmp) { in X509_ATTRIBUTE_set1_data()
277 atype = stmp->type; in X509_ATTRIBUTE_set1_data()
279 if(!(stmp = ASN1_STRING_type_new(attrtype))) goto err; in X509_ATTRIBUTE_set1_data()
280 if(!ASN1_STRING_set(stmp, data, len)) goto err; in X509_ATTRIBUTE_set1_data()
287 ASN1_TYPE_set(ttmp, atype, stmp); in X509_ATTRIBUTE_set1_data()
Dx509_lu.c287 X509_OBJECT stmp,*tmp; in X509_STORE_get_by_subject() local
297 j=X509_LOOKUP_by_subject(lu,type,name,&stmp); in X509_STORE_get_by_subject()
305 tmp= &stmp; in X509_STORE_get_by_subject()
421 X509_OBJECT stmp; in X509_OBJECT_idx_by_subject() local
427 stmp.type=type; in X509_OBJECT_idx_by_subject()
431 stmp.data.x509= &x509_s; in X509_OBJECT_idx_by_subject()
436 stmp.data.crl= &crl_s; in X509_OBJECT_idx_by_subject()
445 return sk_X509_OBJECT_find(h,&stmp); in X509_OBJECT_idx_by_subject()
Dby_dir.c258 X509_OBJECT stmp,*tmp; in get_cert_by_subject() local
263 stmp.type=type; in get_cert_by_subject()
268 stmp.data.x509= &data.x509.st_x509; in get_cert_by_subject()
275 stmp.data.crl= &data.crl.st_crl; in get_cert_by_subject()
358 j = sk_X509_OBJECT_find(xl->store_ctx->objs,&stmp); in get_cert_by_subject()
/mirbsd/src/usr.sbin/isdn/isdnd/
Dexec.c348 struct tm *stmp; in upd_callstat_file() local
352 stmp = localtime(&l); in upd_callstat_file()
353 dom = stmp->tm_mday; in upd_callstat_file()
356 stmp = localtime(&now); in upd_callstat_file()
358 if (dom != stmp->tm_mday) in upd_callstat_file()
366 stmp->tm_mday); in upd_callstat_file()
/mirbsd/src/lib/libssl/src/crypto/asn1/
Dtasn_dec.c704 ASN1_STRING *stmp; in asn1_ex_c2i() local
791 stmp = ASN1_STRING_type_new(utype); in asn1_ex_c2i()
792 if(!stmp) { in asn1_ex_c2i()
796 *pval = (ASN1_VALUE *)stmp; in asn1_ex_c2i()
798 stmp = (ASN1_STRING *)*pval; in asn1_ex_c2i()
799 stmp->type = utype; in asn1_ex_c2i()
803 if(stmp->data) OPENSSL_free(stmp->data); in asn1_ex_c2i()
804 stmp->data = cont; in asn1_ex_c2i()
805 stmp->length = len; in asn1_ex_c2i()
808 if(!ASN1_STRING_set(stmp, cont, len)) { in asn1_ex_c2i()
[all …]
Da_strex.c549 ASN1_STRING stmp, *str = &stmp; in ASN1_STRING_to_UTF8() local
562 stmp.data = NULL; in ASN1_STRING_to_UTF8()
565 *out = stmp.data; in ASN1_STRING_to_UTF8()
566 return stmp.length; in ASN1_STRING_to_UTF8()
/mirbsd/src/usr.sbin/rbootd/
Dutils.c328 char *stmp; in NewStr() local
330 stmp = strdup(str); in NewStr()
331 if (stmp == NULL) { in NewStr()
335 return(stmp); in NewStr()
/mirbsd/src/gnu/usr.bin/binutils/bfd/
DMakefile.am811 $(BFD_H): stmp-bfd-h ; @true
813 stmp-bfd-h: bfd-in3.h
818 touch stmp-bfd-h
841 $(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
842 stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES)
846 touch stmp-bin2-h
848 $(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
849 stmp-lbfd-h: $(LIBBFD_H_FILES)
853 touch stmp-lbfd-h
855 $(srcdir)/libcoff.h: @MAINT@ stmp-lcoff-h ; @true
[all …]
DMakefile.in900 CLEANFILES = bfd.h dep.sed stmp-bfd-h DEP DEPA DEP1 DEP2 libbfd.a stamp-lib \
901 stmp-bin2-h stmp-lbfd-h stmp-lcoff-h
1384 $(BFD_H): stmp-bfd-h ; @true
1386 stmp-bfd-h: bfd-in3.h
1391 touch stmp-bfd-h
1406 $(srcdir)/bfd-in2.h: @MAINT@ stmp-bin2-h ; @true
1407 stmp-bin2-h: $(BFD_H_FILES) $(BFD64_H_FILES)
1411 touch stmp-bin2-h
1413 $(srcdir)/libbfd.h: @MAINT@ stmp-lbfd-h ; @true
1414 stmp-lbfd-h: $(LIBBFD_H_FILES)
[all …]
/mirbsd/src/gnu/usr.bin/binutils/gas/
Dwrite.c324 symbolS *stmp = make_expr_symbol (exp); in fix_new_exp() local
328 exp->X_add_symbol = stmp; in fix_new_exp()