Home
last modified time | relevance | path

Searched refs:lstr (Results 1 – 8 of 8) sorted by relevance

/external/libcups/cups/
Dpwg-media.c765 char wstr[32], lstr[32]; /* Width and length as strings */ in pwgMediaForPPD() local
777 …ame), "%sx%s", pwg_format_inches(wstr, sizeof(wstr), w), pwg_format_inches(lstr, sizeof(lstr), l)); in pwgMediaForPPD()
779 …mm", pwg_format_millimeters(wstr, sizeof(wstr), w), pwg_format_millimeters(lstr, sizeof(lstr), l)); in pwgMediaForPPD()
871 char wstr[32], lstr[32]; /* Width and length strings */ in pwgMediaForPWG() local
884 …mm", pwg_format_millimeters(wstr, sizeof(wstr), w), pwg_format_millimeters(lstr, sizeof(lstr), l)); in pwgMediaForPWG()
886 …ame), "%sx%s", pwg_format_inches(wstr, sizeof(wstr), w), pwg_format_inches(lstr, sizeof(lstr), l)); in pwgMediaForPWG()
937 char wstr[32], lstr[32]; /* Width and length as strings */ in _pwgMediaNearSize() local
991 …x%s", pwg_format_inches(wstr, sizeof(wstr), width), pwg_format_inches(lstr, sizeof(lstr), length)); in _pwgMediaNearSize()
993 …format_millimeters(wstr, sizeof(wstr), width), pwg_format_millimeters(lstr, sizeof(lstr), length)); in _pwgMediaNearSize()
/external/parameter-framework/upstream/utility/
DUtility.cpp43 std::string asString(const std::list<std::string> &lstr, const std::string &strSeparator) in asString() argument
45 return join<std::string>(begin(lstr), end(lstr), [strSeparator](string acc, string right) { in asString()
DUtility.h73 std::string asString(const std::list<std::string> &lstr, const std::string &separator = "\n");
/external/syslinux/com32/menu/
Dreadconfig.c1149 char *lstr; in parse_configs() local
1151 lstr = refstr_alloc(len); in parse_configs()
1152 memcpy(lstr, lbl, len); /* refstr_alloc() adds the final null */ in parse_configs()
1153 me = find_label(lstr); in parse_configs()
1158 refstr_put(lstr); in parse_configs()
/external/syslinux/com32/elflink/ldlinux/
Dreadconfig.c1549 char *lstr; in parse_configs() local
1551 lstr = refstr_alloc(len); in parse_configs()
1552 memcpy(lstr, lbl, len); /* refstr_alloc() adds the final null */ in parse_configs()
1553 me = find_label(lstr); in parse_configs()
1558 refstr_put(lstr); in parse_configs()
/external/svox/pico/lib/
Dpicopr.c1196 picoos_uchar lstr[10]; in pr_appendItemToOutItemList() local
1206 lstr[li2] = item->data[li]; in pr_appendItemToOutItemList()
1209 lstr[ln2] = 0; in pr_appendItemToOutItemList()
1210 lid = picoktab_graphOffset(pr->graphs, lstr); in pr_appendItemToOutItemList()
1213 ln2 = pr_strcat(lstr,(picoos_uchar*)SPEC_CHAR); in pr_appendItemToOutItemList()
1225 pr_strcpy(litem->data, lstr); in pr_appendItemToOutItemList()
/external/libpcap/
Daclocal.m41070 # DLPI needs putmsg under HPUX so test for -lstr while we're at it
/external/tcpdump/
Daclocal.m41134 # DLPI needs putmsg under HPUX so test for -lstr while we're at it