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

/barrelfish-master/include/security/
H A Dpam_types.h64 int (*conv)(int, const struct pam_message **, member in struct:pam_conv
/barrelfish-master/lib/lua/src/
H A Dloslib.c171 static const char *checkoption (lua_State *L, const char *conv, char *buff) { argument
175 if (*conv != '\0' && strchr(options[i], *conv) != NULL) {
176 buff[1] = *conv;
179 return conv + 1;
181 else if (*(conv + 1) != '\0' &&
182 strchr(options[i + 1], *(conv + 1)) != NULL) {
183 buff[2] = *(conv + 1); /* valid two-char conversion specifier */
185 return conv + 2;
190 lua_pushfstring(L, "invalid conversion specifier '%%%s'", conv));
[all...]
/barrelfish-master/usr/eclipseclp/Contrib/
H A Dorder.pl3 % Updated: 12 June 1984, conv to K Johnson, NIP 11-8-87
/barrelfish-master/lib/openssl-1.0.0d/crypto/perlasm/
H A Dx86_64-xlate.pl591 my $conv = sub { my $var=shift;
601 for (@arr) { $self->{value} .= &$conv($_).","; }
602 $self->{value} .= &$conv($last);
/barrelfish-master/doc/015-disk-driver-arch/
H A Dfat.tex48 \subsection{BSD conv Functions}

Completed in 47 milliseconds