/third_party/ltp/testcases/kernel/syscalls/link/ |
H A D | link03.c | 73 char lname[255]; in main() local 104 sprintf(lname, "%s%d", fname, i); in main() 105 TEST(link(fname, lname)); in main() 109 "link(%s, %s) Failed", fname, lname); in main() 123 sprintf(lname, "%s%d", fname, i); in main() 124 SAFE_STAT(cleanup, lname, &buf); in main() 129 lname, (int)buf.st_nlink, links); in main() 138 sprintf(lname, "%s%d", fname, i); in main() 139 SAFE_UNLINK(cleanup, lname); in main()
|
H A D | link05.c | 26 char lname[1024]; in verify_link() local 30 sprintf(lname, "%s_%d", fname, cnt); in verify_link() 31 TST_EXP_PASS_SILENT(link(fname, lname), "link(%s, %s)", fname, lname); in verify_link() local 37 sprintf(lname, "%s_%d", fname, cnt); in verify_link() 39 SAFE_STAT(lname, &lbuf); in verify_link() 62 sprintf(lname, "%s_%d", fname, cnt); in verify_link() 63 SAFE_UNLINK(lname); in verify_link()
|
/third_party/ltp/testcases/commands/ln/ |
H A D | ln_tests.sh | 24 local lname="$2" 26 ROD ls "$lname" > lname.out 29 if diff lname.out dname.out; then 33 cat lname.out 42 local lname="$2" 44 if diff $fname $lname; then
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_bitst.c | 51 for (bnam = method->usr_data; bnam->lname; bnam++) { in STACK_OF() 53 X509V3_add_value(bnam->lname, NULL, &ret); in STACK_OF() 72 for (bnam = method->usr_data; bnam->lname; bnam++) { in v2i_ASN1_BIT_STRING() 74 || strcmp(bnam->lname, val->name) == 0) { in v2i_ASN1_BIT_STRING() 83 if (!bnam->lname) { in v2i_ASN1_BIT_STRING()
|
H A D | v3_enum.c | 48 for (enam = method->usr_data; enam->lname; enam++) { in i2s_ASN1_ENUMERATED_TABLE() 50 return OPENSSL_strdup(enam->lname); in i2s_ASN1_ENUMERATED_TABLE()
|
H A D | v3_crld.c | 168 for (pbn = reason_flags; pbn->lname; pbn++) { in set_reasons() 175 if (pbn->lname == NULL) in set_reasons() 191 for (pbn = reason_flags; pbn->lname; pbn++) { in print_reasons() 197 BIO_puts(out, pbn->lname); in print_reasons()
|
/third_party/openssl/crypto/x509/ |
H A D | v3_bitst.c | 51 for (bnam = method->usr_data; bnam->lname; bnam++) { in STACK_OF() 53 X509V3_add_value(bnam->lname, NULL, &ret); in STACK_OF() 72 for (bnam = method->usr_data; bnam->lname; bnam++) { in v2i_ASN1_BIT_STRING() 74 || strcmp(bnam->lname, val->name) == 0) { in v2i_ASN1_BIT_STRING() 83 if (!bnam->lname) { in v2i_ASN1_BIT_STRING()
|
H A D | v3_enum.c | 48 for (enam = method->usr_data; enam->lname; enam++) { in i2s_ASN1_ENUMERATED_TABLE() 50 return OPENSSL_strdup(enam->lname); in i2s_ASN1_ENUMERATED_TABLE()
|
H A D | v3_crld.c | 163 for (pbn = reason_flags; pbn->lname; pbn++) { in set_reasons() 170 if (pbn->lname == NULL) in set_reasons() 186 for (pbn = reason_flags; pbn->lname; pbn++) { in print_reasons() 192 BIO_puts(out, pbn->lname); in print_reasons()
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | t_bitst.c | 21 for (bnam = tbl; bnam->lname; bnam++) { in ASN1_BIT_STRING_name_print() 25 BIO_puts(out, bnam->lname); in ASN1_BIT_STRING_name_print() 50 for (bnam = tbl; bnam->lname; bnam++) { in ASN1_BIT_STRING_num_asc() 52 || (strcmp(bnam->lname, name) == 0)) in ASN1_BIT_STRING_num_asc()
|
/third_party/openssl/crypto/asn1/ |
H A D | t_bitst.c | 21 for (bnam = tbl; bnam->lname; bnam++) { in ASN1_BIT_STRING_name_print() 25 BIO_puts(out, bnam->lname); in ASN1_BIT_STRING_name_print() 50 for (bnam = tbl; bnam->lname; bnam++) { in ASN1_BIT_STRING_num_asc() 52 || (strcmp(bnam->lname, name) == 0)) in ASN1_BIT_STRING_num_asc()
|
/third_party/mksh/ |
H A D | ulimit.c | 160 #define FN(lname,lid,lfac,lopt) \ 165 char name[sizeof(lname)]; \ 167 lid, lfac, lopt, lname \ 170 #define FN(lname,lg,ls,lw,lopt) \ 176 char name[sizeof(lname)]; \ 178 lg, ls, lw, lopt, lname \
|
/third_party/ffmpeg/libavfilter/ |
H A D | graphdump.c | 75 unsigned lname = strlen(filter->name); in avfilter_graph_dump_to_buf() local 94 width = FFMAX(lname + 2, ltype + 4); in avfilter_graph_dump_to_buf() 122 x = (width - lname) / 2; in avfilter_graph_dump_to_buf()
|
/third_party/elfutils/debuginfod/ |
H A D | debuginfod.cxx | 445 const string& lname, const string& lvalue, 448 const string& lname, const string& lvalue); 450 const string& lname, const string& lvalue, 453 const string& lname, const string& lvalue, 456 const string& lname, const string& lvalue, 464 tmp_inc_metric(const string& mname, const string& lname, const string& lvalue): in tmp_inc_metric() argument 465 m(mname), n(lname), v(lvalue) in tmp_inc_metric() 479 tmp_ms_metric(const string& mname, const string& lname, const string& lvalue): in tmp_ms_metric() argument 480 m(mname), n(lname), v(lvalue) in tmp_ms_metric() 2437 const string& lname, cons in set_metric() 2436 set_metric(const string& metric, const string& lname, const string& lvalue, double value) set_metric() argument 2446 inc_metric(const string& metric, const string& lname, const string& lvalue) inc_metric() argument 2454 add_metric(const string& metric, const string& lname, const string& lvalue, double value) add_metric() argument 2476 inc_metric(const string& metric, const string& lname, const string& lvalue, const string& rname, const string& rvalue) inc_metric() argument 2487 add_metric(const string& metric, const string& lname, const string& lvalue, const string& rname, const string& rvalue, double value) add_metric() argument [all...] |
/third_party/mesa3d/src/freedreno/afuc/ |
H A D | disasm.c | 293 const char *fname, *lname; in disasm_instr() local 299 lname = label_name(pc, false); in disasm_instr() 323 if (lname) { in disasm_instr() 324 printlbl(" %s", lname); in disasm_instr()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | RuleBasedNumberFormat.java | 1059 for (String lname : localeNames) { in getNameListForLocale() 1060 while (lname.length() > 0) { in getNameListForLocale() 1061 String[] names = ruleSetDisplayNames.get(lname); in getNameListForLocale() 1065 lname = ULocale.getFallback(lname); in getNameListForLocale()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | RuleBasedNumberFormat.java | 1042 for (String lname : localeNames) { in getNameListForLocale() 1043 while (lname.length() > 0) { in getNameListForLocale() 1044 String[] names = ruleSetDisplayNames.get(lname); in getNameListForLocale() 1048 lname = ULocale.getFallback(lname); in getNameListForLocale()
|
/third_party/FreeBSD/sbin/fsck_msdosfs/ |
H A D | dosfs.h | 114 char lname[DOSLONGNAMELEN]; /* real name */ member
|
H A D | dir.c | 172 np = dir->lname[0] ? dir->lname : dir->name; in fullpath() 787 strlcpy(dirent.lname, longName, in readDosDirSection() 788 sizeof(dirent.lname)); in readDosDirSection()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | xml-utils.c | 313 const char *lname; in get_first_child_node() local 318 lname = xml_node_get_localname(ctx, child); in get_first_child_node() 319 if (os_strcasecmp(lname, name) == 0) in get_first_child_node()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | xml-utils.c | 313 const char *lname; in get_first_child_node() local 318 lname = xml_node_get_localname(ctx, child); in get_first_child_node() 319 if (os_strcasecmp(lname, name) == 0) in get_first_child_node()
|
/third_party/python/Lib/email/ |
H A D | message.py | 428 lname = name.lower() 431 if k.lower() == lname:
|
/third_party/toybox/toys/pending/ |
H A D | ip.c | 882 char *lname = get_flag_string(hwtypes, iface->ifi_type, 0); in get_link_info() local 886 if (!lname) error_exit("Invalid link."); in get_link_info() 887 xstrncpy(link->type, lname, IFNAMSIZ); in get_link_info() 888 free(lname); in get_link_info() 932 if (!(lname = get_flag_string(flags, *((int*)(RTA_DATA(attr))), 0))) in get_link_info() 934 xstrncpy(link->state, lname,IFNAMSIZ); in get_link_info() 935 free(lname); in get_link_info()
|
/third_party/curl/src/ |
H A D | tool_getparam.c | 346 const char *lname; /* long name option */ member 357 /* this array MUST be alphasorted based on the 'lname' */ 1005 return strcmp(aa->lname, bb->lname); in findarg() 1260 key.lname = word; in getparameter()
|
/third_party/alsa-lib/src/mixer/ |
H A D | simple_none.c | 107 static const char *get_short_name(const char *lname) in get_short_name() argument 111 if (!strcmp(lname, p->longname)) in get_short_name() 114 return lname; in get_short_name()
|