Searched refs:L_ (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dfnmatch_loop.c43 while ((c = *p++) != L_('\0'))
50 case L_('?'):
63 else if (*n == L_('/') && (flags & FNM_FILE_NAME))
65 else if (*n == L_('.') && no_leading_period)
69 case L_('\\'):
73 if (c == L_('\0'))
82 case L_('*'):
93 if (n != string_end && *n == L_('.') && no_leading_period)
96 for (c = *p++; c == L_('?') || c == L_('*');
1214 #undef L_ macro
[all...]
H A Dfnmatch.c154 # define L_(CS) CS macro
184 # define L_(CS) L##CS macro
/osnet-11/usr/src/cmd/parted/
H A Dtable.c36 # define L_(str) L##str macro
38 # define L_(str) str macro
47 static const wchar_t* DELIMITER = L_(" ");
48 static const wchar_t* COLSUFFIX = L_("\n");
200 pad[nspaces] = L_('\0');
212 while (k && p[k-1] == L_(' '))
214 p[k] = L_('\0');
229 assert (**s == L_('\0'));
242 *s = L_('\0');
H A Dstrlist.h26 # define L_(str) str macro
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dsymbol.h25 #define LOCAL(sym) L_ ## sym

Completed in 25 milliseconds